Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
376b6eab
Commit
376b6eab
authored
Jun 21, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpate: 第四套模板
parent
6f38100b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
gameTemplate.vue
src/views/game/cmh/gameTemplate.vue
+11
-3
No files found.
src/views/game/cmh/gameTemplate.vue
View file @
376b6eab
...
...
@@ -17,7 +17,7 @@
</div>
<div
class=
"points-count-box"
>
<div
class=
"text-box"
>
<div
class=
"text"
>
1500
</div>
<div
class=
"text"
:style=
"textColor[templateId]"
>
1500
</div>
<img
class=
"text-shadow"
:src=
"'https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template' + templateId + '/circle_bg.png'"
/>
<img
class=
"title-image"
src=
"https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template1/我的积分.png"
/>
</div>
...
...
@@ -25,7 +25,7 @@
<img
:src=
"noticeImageUrl"
style=
"height: 17px;"
/>
</div>
<div
class=
"text-box"
>
<div
class=
"text
"
style=
"font-size:40px
"
>
55
</div>
<div
class=
"text
fontSize"
:style=
"textColor[templateId]
"
>
55
</div>
<img
class=
"text-shadow"
:src=
"'https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template' + templateId + '/circle_bg.png'"
/>
<img
class=
"title-image"
src=
"https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template1/剩余次数.png"
/>
</div>
...
...
@@ -273,6 +273,12 @@ export default {
3
:
'background: #27292B;opacity: 0.5;'
,
2
:
'background: #27292B;opacity: 0.75;'
,
1
:
'background: ##27292B;opacity: 0.5;'
},
textColor
:
{
1
:
'color:#38BCCC'
,
2
:
'color:#000000'
,
3
:
'color:#D8FCFA'
,
5
:
'color:#000000'
}
};
},
...
...
@@ -496,7 +502,9 @@ img {
position
:
relative
;
z-index
:
2
;
}
.font-size
{
font-size
:
40px
;
}
.text-box
.text-shadow
{
position
:
absolute
;
left
:
50%
;
...
...
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