|
|
@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 |
...
|
...
|
|