Authored by 陈轩

FIX vip-day

... ... @@ -2,6 +2,7 @@
<div class="invite-content-list">
<div>
<img class="banner" src="{{imgSrc 'img/activity/invite/title_new.png'}}" />
<img class="logo" src="{{imgSrc 'img/activity/invite/logo.png'}}" >
<br />
<p class="fz14 intro-title">
只需1位小伙伴领取,<br/>
... ...
... ... @@ -16,8 +16,15 @@
margin-top: 50px;
}
.logo {
width: 328px;
height: 66px;
margin-top: 70px;
margin-bottom: 10px;
}
.intro-title {
margin-top: 90px;
// margin-top: 90px;
}
/* 手机号 领福利 */
.invite-content-page {
... ... @@ -26,12 +33,6 @@
color: #fff;
.logo {
width: 328px;
height: 66px;
margin-top: 70px;
margin-bottom: 10px;
}
.bold {
font-weight: bold;
... ...
... ... @@ -247,7 +247,7 @@
.vip-good-show {
width: 220px;
height: 155px;
height: calc(220 * 4 / 3px);
}
.vip-good-price {
... ... @@ -298,7 +298,7 @@
.vip-good-name {
font-size: 20px;
color: #fff;
height: calc(2*20*1.2px);
height: calc(2*20*1.4px);
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
... ... @@ -440,7 +440,7 @@
z-index: 1;
background-color: #131313;
color: #345abc;
text-shadow: 0px 0px 5px #0919f5;
text-shadow: 0 0 5px #0919f5;
li {
position: relative;
... ...