Authored by 2586703@qq.com

Merge branch 'feature/h5detail' of http://git.dev.yoho.cn/web/yohobuy-frontend into feature/h5detail

@import "clothe-type/*.png";
$pxConvertRem : 40;
.article-type-three {
... ... @@ -63,5 +64,32 @@ $pxConvertRem : 40;
}
}
.clothe-type {
background: url('../img/clothe-type-sd8fa28a215.png') no-repeat;
&.bag {
background-position: 0 0;
}
&.cloth {
background-position: 0 -47px;
}
&.dress {
background-position: 0 -94px;
}
&.headset {
background-position: 0 -141px;
}
&.lamp {
background-position: 0 -188px;
}
&.pent {
background-position: 0 -233px;
}
&.shoe {
background-position: 0 -280px;
}
&.watch {
background-position: 0 -327px;
}
}
}
\ No newline at end of file
... ...