Showing
2 changed files
with
8 additions
and
8 deletions
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | top: 0; | 5 | top: 0; |
6 | left: 0; | 6 | left: 0; |
7 | width: 750px; | 7 | width: 750px; |
8 | - height: 400px; | 8 | + height: 290px; |
9 | } | 9 | } |
10 | 10 | ||
11 | @define-extend padding-75 { | 11 | @define-extend padding-75 { |
@@ -32,7 +32,7 @@ $top-bar-font-color: #fff; | @@ -32,7 +32,7 @@ $top-bar-font-color: #fff; | ||
32 | 32 | ||
33 | .banner-box { | 33 | .banner-box { |
34 | width: 750px; | 34 | width: 750px; |
35 | - height: 400px; | 35 | + height: 290px; |
36 | overflow: hidden; | 36 | overflow: hidden; |
37 | position: relative; | 37 | position: relative; |
38 | 38 | ||
@@ -84,13 +84,13 @@ $top-bar-font-color: #fff; | @@ -84,13 +84,13 @@ $top-bar-font-color: #fff; | ||
84 | > .yoho-family-logo { | 84 | > .yoho-family-logo { |
85 | background: resolve("passport/yoho-family.png") no-repeat; | 85 | background: resolve("passport/yoho-family.png") no-repeat; |
86 | background-size: contain; | 86 | background-size: contain; |
87 | - margin: 82px auto 0; | 87 | + margin: 0 auto; |
88 | width: 200px; | 88 | width: 200px; |
89 | height: 115px; | 89 | height: 115px; |
90 | } | 90 | } |
91 | 91 | ||
92 | > .tip { | 92 | > .tip { |
93 | - margin-top: 50px; | 93 | + margin-top: 30px; |
94 | height: 24px; | 94 | height: 24px; |
95 | font-size: 22px; | 95 | font-size: 22px; |
96 | letter-spacing: 0.9px; | 96 | letter-spacing: 0.9px; |
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | top: 0; | 5 | top: 0; |
6 | left: 0; | 6 | left: 0; |
7 | width: 750px; | 7 | width: 750px; |
8 | - height: 400px; | 8 | + height: 290px; |
9 | } | 9 | } |
10 | 10 | ||
11 | @define-extend padding-75 { | 11 | @define-extend padding-75 { |
@@ -33,7 +33,7 @@ $disable-gray: $b0b0b0; | @@ -33,7 +33,7 @@ $disable-gray: $b0b0b0; | ||
33 | 33 | ||
34 | .banner-box { | 34 | .banner-box { |
35 | width: 750px; | 35 | width: 750px; |
36 | - height: 400px; | 36 | + height: 290px; |
37 | overflow: hidden; | 37 | overflow: hidden; |
38 | position: relative; | 38 | position: relative; |
39 | 39 | ||
@@ -85,13 +85,13 @@ $disable-gray: $b0b0b0; | @@ -85,13 +85,13 @@ $disable-gray: $b0b0b0; | ||
85 | > .yoho-family-logo { | 85 | > .yoho-family-logo { |
86 | background: resolve("passport/yoho-family.png") no-repeat; | 86 | background: resolve("passport/yoho-family.png") no-repeat; |
87 | background-size: contain; | 87 | background-size: contain; |
88 | - margin: 82px auto 0; | 88 | + margin: 0 auto; |
89 | width: 200px; | 89 | width: 200px; |
90 | height: 115px; | 90 | height: 115px; |
91 | } | 91 | } |
92 | 92 | ||
93 | > .tip { | 93 | > .tip { |
94 | - margin-top: 50px; | 94 | + margin-top: 30px; |
95 | height: 24px; | 95 | height: 24px; |
96 | font-size: 22px; | 96 | font-size: 22px; |
97 | letter-spacing: 0.9px; | 97 | letter-spacing: 0.9px; |
-
Please register or login to post a comment