Authored by 梁志锋

白线问题和头部导航颜色问题

... ... @@ -161,6 +161,7 @@
height: 40%;
overflow: hidden;
display: block;
color: #fff;
}
span{
width: 100%;
... ...
... ... @@ -120,5 +120,12 @@ $border_color_light: #eee;
.banner {
margin-bottom: 40rem / $pxConvertRem;
a {
img {
width: 100%;
height: 100%;
}
}
}
}
... ...
... ... @@ -62,5 +62,11 @@
.banner {
padding-top: pxToRem(30px);
border-top: 1px solid #e0e0e0;
a {
img {
width: 100%;
}
}
}
}
... ...