会员商品

This commit is contained in:
asd
2019-12-14 15:14:40 +08:00
parent db74674417
commit 0bef8f7c9a
17 changed files with 276 additions and 3 deletions

11
pages/member/member.scss Normal file
View File

@@ -0,0 +1,11 @@
.membershops {
display: flex;
flex-wrap: wrap;
.membershop {
// margin-right: 4rpx;
margin-bottom: 4rpx;
}
.membershop:nth-child(odd) {
margin-right: 4rpx;
}
}