会员商品

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

12
pages/member/member.wxss Normal file
View File

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