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
1ad9784f97b8b53b7e6805f293b3f52a0f212c5d
1 parent
211063f8
初始化样式调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 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 @
1ad9784
...
...
@@ -20,13 +20,13 @@
</div>
<div
class=
"calculate-item"
>
<p
class=
"introduce"
>
过去
的
365天一共消费了
过去365天一共消费了
</p>
<P
class=
"numerical"
>
{{
yearCost
}}
<b
class=
"unit"
>
元
</b></P>
</div>
<div
class=
"calculate-item"
>
<p
class=
"introduce"
>
累计成长值(购物金额=成长值)
当前成长值
</p>
<P
class=
"numerical"
>
{{
growthValue
}}
</P>
<p
class=
"supplement"
>
超越了
<b
class=
"percent"
>
{{
exceedRate
}}
%
</b>
的YOHO!FAMILY成员
</p>
...
...
public/scss/activity/grouth-init.page.css
View file @
1ad9784
...
...
@@ -48,8 +48,8 @@ body {
}
.head-pic
{
width
:
200px
;
height
:
200px
;
width
:
180px
;
height
:
180px
;
border-radius
:
100px
;
border
:
4px
solid
#fff
;
margin
:
0
auto
;
...
...
@@ -120,6 +120,7 @@ body {
.vip-le
{
width
:
160px
;
display
:
inline-block
;
margin-top
:
10px
;
}
.vip-ico
{
...
...
@@ -128,7 +129,7 @@ body {
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
position
:
relative
;
top
:
-4
4
px
;
top
:
-4
8
px
;
left
:
166px
;
}
...
...
@@ -165,7 +166,7 @@ body {
.list-item
{
color
:
#fff
;
margin-right
:
3
0px
;
margin-right
:
6
0px
;
margin-top
:
44px
;
display
:
inline-block
;
height
:
100%
;
...
...
@@ -208,7 +209,7 @@ body {
text-align
:
center
;
font-size
:
34px
;
color
:
#000
;
border-radius
:
38
px
;
border-radius
:
44
px
;
margin
:
75px
0
0
216px
;
}
}
...
...
Please
register
or
login
to post a comment