Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张孝茹
7 years ago
Commit
03b03e5d37d30cb2cf9ded921a87fccd768652d2
1 parent
77022016
成长值初始化样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
6 deletions
apps/activity/views/action/grouth-new/init.hbs
public/scss/activity/grouth-init.page.css
apps/activity/views/action/grouth-new/init.hbs
View file @
03b03e5
...
...
@@ -49,8 +49,8 @@
</div>
{{/if}}
{{#if
levelInfo
.
privilege
}}
<div
class=
"calculate-item"
>
<p
class=
"introduce"
>
<div
class=
"calculate-item calculate-pad"
>
<p
class=
"introduce equities-text"
>
已为您解锁如下会员权益
</p>
<div
class=
"equities-list"
>
...
...
public/scss/activity/grouth-init.page.css
View file @
03b03e5
...
...
@@ -44,7 +44,7 @@ body {
.personal
{
width
:
100%
;
padding-top
:
2
2
0px
;
padding-top
:
2
1
0px
;
}
.head-pic
{
...
...
@@ -65,23 +65,24 @@ body {
width
:
100%
;
text-align
:
center
;
color
:
#fff
;
margin
:
15px
0
7
0px
;
margin
:
15px
0
4
0px
;
}
.calculate
{
width
:
640px
;
margin
:
75
px
55px
0
;
margin
:
40
px
55px
0
;
background
:
#2d2d2d
;
border-radius
:
20px
;
padding-bottom
:
90px
;
box-shadow
:
10px
10px
10px
8px
#1b1b1d
;
padding-top
:
20px
;
}
.calculate-item
{
width
:
100%
;
font-size
:
28px
;
color
:
#8b8b8b
;
padding
:
10
0px
0
0
52px
;
padding
:
8
0px
0
0
52px
;
.introduce
{
display
:
inline-block
;
...
...
@@ -102,6 +103,7 @@ body {
.supplement
{
line-height
:
42px
;
margin-bottom
:
28px
;
}
.percent
{
...
...
@@ -157,6 +159,10 @@ body {
width
:
100%
;
}
.equities-text
{
padding-left
:
52px
;
}
.list-item
{
color
:
#fff
;
margin-right
:
30px
;
...
...
@@ -184,6 +190,14 @@ body {
margin-top
:
5px
;
}
}
.list-item
:first-child
{
margin-left
:
52px
;
}
}
.calculate-pad
{
padding-left
:
0
;
}
.vip-btn
{
...
...
Please
register
or
login
to post a comment