Authored by 张孝茹

初始化样式调整

... ... @@ -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>
... ...
... ... @@ -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: -44px;
top: -48px;
left: 166px;
}
... ... @@ -165,7 +166,7 @@ body {
.list-item {
color: #fff;
margin-right: 30px;
margin-right: 60px;
margin-top: 44px;
display: inline-block;
height: 100%;
... ... @@ -208,7 +209,7 @@ body {
text-align: center;
font-size: 34px;
color: #000;
border-radius: 38px;
border-radius: 44px;
margin: 75px 0 0 216px;
}
}
... ...