Authored by xuqi

arrow hide

... ... @@ -23,10 +23,6 @@ $pxConvertRem : 40;
left: 0;
right: 0;
top: 0;
.thumb.focus .arrow {
display: none;
}
}
&.fixed-bottom {
... ... @@ -34,10 +30,6 @@ $pxConvertRem : 40;
left: 0;
right: 0;
bottom: 0;
.thumb.focus .arrow {
display: none;
}
}
&.absolute {
... ... @@ -46,6 +38,10 @@ $pxConvertRem : 40;
&.static {
position: static;
.thumb.focus .arrow {
display: block;
}
}
.thumb {
... ... @@ -54,7 +50,6 @@ $pxConvertRem : 40;
margin-right: 22rem / $pxConvertRem;
padding-bottom: 28rem / $pxConvertRem;
&:last-child {
margin-right: 0;
}
... ... @@ -65,7 +60,7 @@ $pxConvertRem : 40;
}
.arrow {
display: block;
display: none;
position: absolute;
width: 32rem / $pxConvertRem;
height: 19rem / $pxConvertRem;
... ...