13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
.membershops {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.membershops .membershop {
|
|
margin-bottom: 4rpx;
|
|
}
|
|
|
|
.membershops .membershop:nth-child(odd) {
|
|
margin-right: 4rpx;
|
|
}
|