...
|
...
|
@@ -54,21 +54,6 @@ |
|
|
|
|
|
.good-detail-img {
|
|
|
position: relative;
|
|
|
.good-islike {
|
|
|
position: absolute;
|
|
|
width: 60rem / $pxConvertRem;
|
|
|
height: 60rem / $pxConvertRem;
|
|
|
top: 0rem / $pxConvertRem;
|
|
|
right: 0rem / $pxConvertRem;
|
|
|
line-height: 60rem / $pxConvertRem;
|
|
|
font-size: 30rem / $pxConvertRem;
|
|
|
text-align: center;
|
|
|
color: #b0b0b0;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
.good-like {
|
|
|
color: #d72928;
|
|
|
}
|
|
|
img {
|
|
|
display: block;
|
|
|
width: 100%;
|
...
|
...
|
|