Authored by xuqi

逛固定部分fixed-top透明度

... ... @@ -6,5 +6,5 @@ $pxConvertRem : 40;
}
.article-type-one .img {
width: 100%;
// height: 640rem / $pxConvertRem;
height: 640rem / $pxConvertRem;
}
\ No newline at end of file
... ...
... ... @@ -22,7 +22,7 @@ $pxConvertRem : 40;
left: 0;
right: 0;
bottom: 0;
background: #fff;
background: rgba(255,255,255,0.9);
.thumb.focus .arrow {
display: none;
... ...