Authored by xuqi

逛固定部分fixed-top透明度

@@ -6,5 +6,5 @@ $pxConvertRem : 40; @@ -6,5 +6,5 @@ $pxConvertRem : 40;
6 } 6 }
7 .article-type-one .img { 7 .article-type-one .img {
8 width: 100%; 8 width: 100%;
9 - // height: 640rem / $pxConvertRem; 9 + height: 640rem / $pxConvertRem;
10 } 10 }
@@ -22,7 +22,7 @@ $pxConvertRem : 40; @@ -22,7 +22,7 @@ $pxConvertRem : 40;
22 left: 0; 22 left: 0;
23 right: 0; 23 right: 0;
24 bottom: 0; 24 bottom: 0;
25 - background: #fff; 25 + background: rgba(255,255,255,0.9);
26 26
27 .thumb.focus .arrow { 27 .thumb.focus .arrow {
28 display: none; 28 display: none;