Showing
3 changed files
with
12 additions
and
10 deletions
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
2 | <div class="invite-content-list"> | 2 | <div class="invite-content-list"> |
3 | <div> | 3 | <div> |
4 | <img class="banner" src="{{imgSrc 'img/activity/invite/title_new.png'}}" /> | 4 | <img class="banner" src="{{imgSrc 'img/activity/invite/title_new.png'}}" /> |
5 | + <img class="logo" src="{{imgSrc 'img/activity/invite/logo.png'}}" > | ||
5 | <br /> | 6 | <br /> |
6 | <p class="fz14 intro-title"> | 7 | <p class="fz14 intro-title"> |
7 | 只需1位小伙伴领取,<br/> | 8 | 只需1位小伙伴领取,<br/> |
@@ -16,8 +16,15 @@ | @@ -16,8 +16,15 @@ | ||
16 | margin-top: 50px; | 16 | margin-top: 50px; |
17 | } | 17 | } |
18 | 18 | ||
19 | + .logo { | ||
20 | + width: 328px; | ||
21 | + height: 66px; | ||
22 | + margin-top: 70px; | ||
23 | + margin-bottom: 10px; | ||
24 | + } | ||
25 | + | ||
19 | .intro-title { | 26 | .intro-title { |
20 | - margin-top: 90px; | 27 | + // margin-top: 90px; |
21 | } | 28 | } |
22 | /* 手机号 领福利 */ | 29 | /* 手机号 领福利 */ |
23 | .invite-content-page { | 30 | .invite-content-page { |
@@ -26,12 +33,6 @@ | @@ -26,12 +33,6 @@ | ||
26 | color: #fff; | 33 | color: #fff; |
27 | 34 | ||
28 | 35 | ||
29 | - .logo { | ||
30 | - width: 328px; | ||
31 | - height: 66px; | ||
32 | - margin-top: 70px; | ||
33 | - margin-bottom: 10px; | ||
34 | - } | ||
35 | 36 | ||
36 | .bold { | 37 | .bold { |
37 | font-weight: bold; | 38 | font-weight: bold; |
@@ -247,7 +247,7 @@ | @@ -247,7 +247,7 @@ | ||
247 | 247 | ||
248 | .vip-good-show { | 248 | .vip-good-show { |
249 | width: 220px; | 249 | width: 220px; |
250 | - height: 155px; | 250 | + height: calc(220 * 4 / 3px); |
251 | } | 251 | } |
252 | 252 | ||
253 | .vip-good-price { | 253 | .vip-good-price { |
@@ -298,7 +298,7 @@ | @@ -298,7 +298,7 @@ | ||
298 | .vip-good-name { | 298 | .vip-good-name { |
299 | font-size: 20px; | 299 | font-size: 20px; |
300 | color: #fff; | 300 | color: #fff; |
301 | - height: calc(2*20*1.2px); | 301 | + height: calc(2*20*1.4px); |
302 | margin-bottom: 10px; | 302 | margin-bottom: 10px; |
303 | margin-left: 5px; | 303 | margin-left: 5px; |
304 | margin-right: 5px; | 304 | margin-right: 5px; |
@@ -440,7 +440,7 @@ | @@ -440,7 +440,7 @@ | ||
440 | z-index: 1; | 440 | z-index: 1; |
441 | background-color: #131313; | 441 | background-color: #131313; |
442 | color: #345abc; | 442 | color: #345abc; |
443 | - text-shadow: 0px 0px 5px #0919f5; | 443 | + text-shadow: 0 0 5px #0919f5; |
444 | 444 | ||
445 | li { | 445 | li { |
446 | position: relative; | 446 | position: relative; |
-
Please register or login to post a comment