Authored by xuqi

cart good prevent img click position

... ... @@ -4,9 +4,11 @@
padding-left: 16rem / $pxConvertRem;
.prevent-img-click {
position: absolute;
width: 20rem / $pxConvertRem;
height: 200rem / $pxConvertRem;
position: absolute;
top: 0.4rem;
left: 0;
background-color: transparent;
z-index: 99;
}
... ... @@ -59,6 +61,7 @@
}
.info {
position: relative;
float: left;
margin-left: 60rem / $pxConvertRem;
padding: 16rem / $pxConvertRem 0;
... ...