16 lines
250 B
Plaintext
16 lines
250 B
Plaintext
/* pages/badge/more.wxss */
|
|
page {
|
|
background-color: black;
|
|
}
|
|
.grid {
|
|
display: grid;
|
|
grid-template-columns: auto auto auto;
|
|
grid-row-gap: 38px;
|
|
grid-column-gap: 38px;
|
|
}
|
|
|
|
.badge {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
border-radius: 150rpx;
|
|
} |