Authored by 郭成尧

img-size

... ... @@ -5,7 +5,7 @@
top: 0;
left: 0;
width: 750px;
height: 400px;
height: 290px;
}
@define-extend padding-75 {
... ... @@ -32,7 +32,7 @@ $top-bar-font-color: #fff;
.banner-box {
width: 750px;
height: 400px;
height: 290px;
overflow: hidden;
position: relative;
... ... @@ -84,13 +84,13 @@ $top-bar-font-color: #fff;
> .yoho-family-logo {
background: resolve("passport/yoho-family.png") no-repeat;
background-size: contain;
margin: 82px auto 0;
margin: 0 auto;
width: 200px;
height: 115px;
}
> .tip {
margin-top: 50px;
margin-top: 30px;
height: 24px;
font-size: 22px;
letter-spacing: 0.9px;
... ...
... ... @@ -5,7 +5,7 @@
top: 0;
left: 0;
width: 750px;
height: 400px;
height: 290px;
}
@define-extend padding-75 {
... ... @@ -33,7 +33,7 @@ $disable-gray: $b0b0b0;
.banner-box {
width: 750px;
height: 400px;
height: 290px;
overflow: hidden;
position: relative;
... ... @@ -85,13 +85,13 @@ $disable-gray: $b0b0b0;
> .yoho-family-logo {
background: resolve("passport/yoho-family.png") no-repeat;
background-size: contain;
margin: 82px auto 0;
margin: 0 auto;
width: 200px;
height: 115px;
}
> .tip {
margin-top: 50px;
margin-top: 30px;
height: 24px;
font-size: 22px;
letter-spacing: 0.9px;
... ...