...
|
...
|
@@ -20,6 +20,7 @@ $pxConvertRem : 40; |
|
|
border-bottom: 2px solid #efefef;
|
|
|
|
|
|
.thumb {
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
|
position: relative;
|
|
|
margin-right: 22rem / $pxConvertRem;
|
...
|
...
|
@@ -29,7 +30,7 @@ $pxConvertRem : 40; |
|
|
margin-right: 0;
|
|
|
}
|
|
|
|
|
|
&.focus {
|
|
|
&.focus {
|
|
|
border-color: #000;
|
|
|
.arrow {
|
|
|
display: block;
|
...
|
...
|
@@ -41,7 +42,7 @@ $pxConvertRem : 40; |
|
|
width: 96rem / $pxConvertRem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
.arrow {
|
|
|
display: none;
|
|
|
position: absolute;
|
...
|
...
|
@@ -73,35 +74,37 @@ $pxConvertRem : 40; |
|
|
}
|
|
|
|
|
|
.clothe-type {
|
|
|
background: url('../img/clothes-type-sd8fa28a215.png') no-repeat;
|
|
|
width: 47rem / $pxConvertRem;
|
|
|
height: 47rem / $pxConvertRem;
|
|
|
position: absolute;
|
|
|
right: 6rem / $pxConvertRem;
|
|
|
bottom: 6rem / $pxConvertRem;
|
|
|
background: url('../img/clothes-type-s6453a814c2.png') no-repeat;
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
|
background-size: 100%;
|
|
|
|
|
|
&.bag {
|
|
|
background-position: 0 0;
|
|
|
}
|
|
|
&.cloth {
|
|
|
background-position: 0 -47px;
|
|
|
background-position: 0 -47px * (15/47);
|
|
|
}
|
|
|
&.dress {
|
|
|
background-position: 0 -94px;
|
|
|
background-position: 0 -94px * (15/47);
|
|
|
}
|
|
|
&.headset {
|
|
|
background-position: 0 -141px;
|
|
|
background-position: 0 -141px * (15/47);
|
|
|
}
|
|
|
&.lamp {
|
|
|
width: 45rem / $pxConvertRem;
|
|
|
height: 45rem / $pxConvertRem;
|
|
|
background-position: 0 -188px;
|
|
|
background-position: 0 -188px * (15/47);
|
|
|
}
|
|
|
&.pent {
|
|
|
background-position: 0 -233px;
|
|
|
background-position: 0 -233px * (15/47);
|
|
|
}
|
|
|
&.shoe {
|
|
|
background-position: 0 -280px;
|
|
|
background-position: 0 -280px * (15/47);
|
|
|
}
|
|
|
&.watch {
|
|
|
background-position: 0 -327px;
|
|
|
background-position: 0 -327px * (15/47);
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|