Authored by 2586703@qq.com

箭头fixed 隐藏

... ... @@ -23,6 +23,10 @@ $pxConvertRem : 40;
position: fixed;
left: 0;
right: 0;
.thumb.focus .arrow {
display: none;
}
}
... ... @@ -44,6 +48,7 @@ $pxConvertRem : 40;
}
.arrow {
display: block;
position: absolute;
width: 32rem / $pxConvertRem;
height: 19rem / $pxConvertRem;
... ...