Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
40aa83d929a2815a81e0a41ab770e18f06b4fceb
1 parent
1f309b5e
我的vip 修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
apps/me/views/partial/vip.hbs
public/scss/me/_vip.css
apps/me/views/partial/vip.hbs
View file @
40aa83d
...
...
@@ -36,7 +36,10 @@
{{#
unless
platinum
}}
<div
class=
"amount-length"
>
<span
class=
"line"
></span>
<span
class=
"line-black"
style=
"width:
{{
proportion
}}
;
{{#if
hasConsume
}}
display: block;
{{/if}}
"
></span>
<span
class=
"left-black"
></span>
<div
class=
"line-num"
>
<span
class=
"line-black"
style=
"width:
{{
proportion
}}
;
{{#if
hasConsume
}}
display: block;
{{/if}}
"
></span>
</div>
<span
class=
"left-r"
>
<i
class=
"r-icon"
></i>
{{
curTitle
}}
...
...
public/scss/me/_vip.css
View file @
40aa83d
...
...
@@ -124,12 +124,13 @@
}
}
.l
ine
-black
{
.l
eft
-black
{
height
:
4px
;
position
:
absolute
;
top
:
40px
;
background
:
#1b1b1b
;
display
:
none
;
width
:
112px
;
left
:
0
;
&:before
{
content
:
""
;
...
...
@@ -140,6 +141,21 @@
position
:
absolute
;
left
:
0
;
}
}
.line-num
{
width
:
477px
;
position
:
absolute
;
top
:
40px
;
left
:
112px
;
height
:
4px
;
}
.line-black
{
height
:
4px
;
background
:
#1b1b1b
;
display
:
none
;
position
:
relative
;
&:after
{
content
:
""
;
...
...
Please
register
or
login
to post a comment