Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
eslotsys-game-nuxt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
毛线
eslotsys-game-nuxt
Commits
8ee3b9db
Commit
8ee3b9db
authored
Aug 23, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
fa34a909
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
+16
-16
index.vue
components/common/header/index.vue
+2
-2
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
keyboard.vue
pages/index/game/components/keyboard.vue
+13
-13
No files found.
components/common/header/index.vue
View file @
8ee3b9db
...
...
@@ -208,7 +208,7 @@ export default {
}
.data
{
color
:
white
;
font-size
:
1
2px
;
font-size
:
1
.2rem
;
font-weight
:
100
;
padding-left
:
30px
;
text-transform
:
uppercase
;
...
...
@@ -216,7 +216,7 @@ export default {
}
.time
{
color
:
white
;
font-size
:
2
5px
;
font-size
:
2
.5rem
;
margin
:
4px
14px
;
font-weight
:
bolder
;
}
...
...
components/dialog/user-dialog/tab.vue
View file @
8ee3b9db
...
...
@@ -5,7 +5,7 @@
<img
v-if=
"tabIndex === index"
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/Rounded%20Rectangle%2019.png"
alt=
""
>
<img
v-else
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/last_game%20%E6%8B%B7%E8%B4%9D%202.png"
alt=
""
>
<div
class=
"text"
>
{{
text
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.02
5
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.02
6
`
}}
</div>
</div>
</div>
</div>
...
...
pages/index/game/components/keyboard.vue
View file @
8ee3b9db
...
...
@@ -81,13 +81,13 @@
<div
:class=
"creditInShow ? 'show' : ''"
class=
"credit-in-modal"
>
<div
v-audio
class=
"credit-in-modal-mark"
@
click=
"creditInShow = false"
/>
<div
class=
"credit-in-btn-block"
>
<div
v-audio
v-for=
"(item, index) in credistList"
:key=
"index"
class=
"btn"
@
click=
"click().upPoint(item)"
>
<CyImage
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/ic_di_01.png"
alt=
""
class=
"btn-bg"
/>
<div
v-audio
v-for=
"(item, index) in credistList"
:key=
"index"
class=
"btn"
>
<CyImage
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/ic_di_01.png"
alt=
""
class=
"btn-bg"
@
click=
"click().upPoint(item)"
/>
<div
class=
"value"
>
{{
item
}}
</div>
<div
class=
"credist"
>
Credist
</div>
</div>
<div
class=
"btn"
@
click=
"click().allIn()"
>
<CyImage
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/ic_black_01.png"
alt=
""
class=
"btn-bg"
/>
<div
class=
"btn"
>
<CyImage
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/ic_black_01.png"
alt=
""
class=
"btn-bg"
@
click=
"click().allIn()"
/>
</div>
</div>
</div>
...
...
@@ -115,29 +115,29 @@
<!-- 按钮 -->
<div
class=
"btn-block"
>
<div
class=
"box"
>
<div
v-audio
v-for=
"(item, index) in btnList1"
:key=
"index"
class=
"game-btn btn"
@
click=
"click().gameBtn(item)"
>
<div
v-audio
v-for=
"(item, index) in btnList1"
:key=
"index"
class=
"game-btn btn"
>
<div
v-if=
"item.buttonImgN"
class=
"btn"
>
<CyImage
:src=
"item.buttonImgN | img"
alt=
""
/>
<CyImage
:src=
"item.buttonImgN | img"
alt=
""
@
click=
"click().gameBtn(item)"
/>
</div>
</div>
</div>
<div
class=
"box"
>
<div
v-audio
v-for=
"(item, index) in btnList2"
:key=
"index"
class=
"game-btn btn"
@
click=
"click().gameBtn(item)"
>
<div
v-audio
v-for=
"(item, index) in btnList2"
:key=
"index"
class=
"game-btn btn"
>
<div
v-if=
"item.buttonImgN"
class=
"btn"
>
<CyImage
:src=
"item.buttonImgN | img"
alt=
""
/>
<CyImage
:src=
"item.buttonImgN | img"
alt=
""
@
click=
"click().gameBtn(item)"
/>
</div>
</div>
</div>
</div>
<div
class=
"play-btn btn"
@
click=
"click().play()"
>
<CyImage
v-audio
v-if=
"playBtn.buttonImgN"
:src=
"playBtn.buttonImgN | img"
alt=
""
/>
<div
class=
"play-btn btn"
>
<CyImage
v-audio
v-if=
"playBtn.buttonImgN"
:src=
"playBtn.buttonImgN | img"
alt=
""
@
click=
"click().play()"
/>
</div>
</div>
</div>
<!-- 全屏按钮 -->
<div
v-audio
class=
"full-btn"
@
click=
"fullState = !fullState"
>
<CyImage
v-show=
"!fullState"
class=
"img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/mobileKeyboard/Maximize.png"
alt=
""
/>
<CyImage
v-show=
"fullState"
class=
"img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/mobileKeyboard/Exit%20Button-1.png"
alt=
""
/>
<div
v-audio
class=
"full-btn"
>
<CyImage
v-show=
"!fullState"
class=
"img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/mobileKeyboard/Maximize.png"
alt=
""
@
click=
"fullState = !fullState"
/>
<CyImage
v-show=
"fullState"
class=
"img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/mobileKeyboard/Exit%20Button-1.png"
alt=
""
@
click=
"fullState = !fullState"
/>
</div>
<!-- 自动下注 -->
<div
v-audio
class=
"auto"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment