...
|
...
|
@@ -3,45 +3,9 @@ |
|
|
width: 276rem / $pxConvertRem;
|
|
|
height: 486rem / $pxConvertRem;
|
|
|
margin: 28rem / $pxConvertRem (15rem / $pxConvertRem) 0;
|
|
|
}
|
|
|
|
|
|
.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%;
|
|
|
height: 366rem / $pxConvertRem;
|
|
|
}
|
|
|
|
|
|
.few-tag {
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
width: 100%;
|
|
|
height: 28rem / $pxConvertRem;
|
|
|
background: #ffac5b;
|
|
|
font-size: 18rem / $pxConvertRem;
|
|
|
color: #fff;
|
|
|
line-height: 28rem / $pxConvertRem;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.tag-container {
|
|
|
.tag-container {
|
|
|
height: 28rem / $pxConvertRem;
|
|
|
width: 100%;
|
|
|
overflow: hidden;
|
...
|
...
|
@@ -83,6 +47,43 @@ |
|
|
border: 1px solid #000;
|
|
|
color: #000;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.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%;
|
|
|
height: 366rem / $pxConvertRem;
|
|
|
}
|
|
|
|
|
|
.few-tag {
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
width: 100%;
|
|
|
height: 28rem / $pxConvertRem;
|
|
|
background: #ffac5b;
|
|
|
font-size: 18rem / $pxConvertRem;
|
|
|
color: #fff;
|
|
|
line-height: 28rem / $pxConvertRem;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.good-detail-text {
|
...
|
...
|
|