14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
/* pages/knowlage/info.wxss */
|
|
.grid {
|
|
display: grid;
|
|
grid-template-columns: 47% 47%;
|
|
grid-row-gap: 16px;
|
|
grid-column-gap: 16px;
|
|
}
|
|
|
|
.avatar {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 80rpx;
|
|
background-color: wheat;
|
|
} |