11 lines
207 B
SCSS
11 lines
207 B
SCSS
.membershops {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
.membershop {
|
|
// margin-right: 4rpx;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
.membershop:nth-child(odd) {
|
|
margin-right: 4rpx;
|
|
}
|
|
} |