deguodaigou/pages/member/member.scss

11 lines
217 B
SCSS
Raw Permalink Normal View History

2019-12-23 10:04:09 +08:00
.membershops {
display: flex;
flex-wrap: wrap;
.membershop {
// margin-right: 4rpx;
margin-bottom: 4rpx;
}
.membershop:nth-child(odd) {
margin-right: 4rpx;
}
2019-12-14 15:14:40 +08:00
}