Authored by 梁志锋

update

... ... @@ -22,9 +22,10 @@
color: #444;
.more-btn{
position: absolute;
right: 30rem / $pxConvertRem;
right: 0.75rem;
top: 0;
bottom: 0;
color: #b0b0b0;
font-size: 1.25rem;
}
}
\ No newline at end of file
... ...
... ... @@ -40,11 +40,12 @@
.goods-category .category-list {
background: #f5f7f6;
height: 383rem / $pxConvertRem;
border-bottom: 1px solid #e0e0e0;
overflow: hidden;
li {
float: left;
width: 191rem / $pxConvertRem;
height: 181rem / $pxConvertRem;
height: 191rem / $pxConvertRem;
border-left: 1px solid #e0e0e0;
.first-show {
... ...