去除多商户多余样式

master
gongfuxiang 2022-07-09 18:10:29 +08:00
parent bdd4a16c7d
commit 8e5340cc3c
1 changed files with 0 additions and 17 deletions

View File

@ -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;
}