去除多商户多余样式
parent
bdd4a16c7d
commit
8e5340cc3c
|
|
@ -133,21 +133,4 @@
|
|||
}
|
||||
.shop-category-list .item:last-child {
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
/**
|
||||
* 商品列表
|
||||
*/
|
||||
.data-list .item {
|
||||
width: calc(50% - 10rpx);
|
||||
}
|
||||
.data-list .item:nth-child(2n) {
|
||||
float: right;
|
||||
}
|
||||
.data-list .item:nth-child(2n+1) {
|
||||
float: left;
|
||||
}
|
||||
.data-list .item .goods-img {
|
||||
width: 100%;
|
||||
height: 380rpx !important;
|
||||
}
|
||||
Loading…
Reference in New Issue