Authored by biao

optimise the few-tag position according to the good img update. code reivew by XWG

... ... @@ -28,11 +28,10 @@
}
.few-tag {
width: 148rem / $pxConvertRem;
width: 150rem / $pxConvertRem;
position: absolute;
left: 92rem / $pxConvertRem;
text-align: center;
top: 75%;
top: 72%;
color: #fff;
}
... ...