flower-mp/pages/community/index.wxss
2025-11-18 17:06:26 +08:00

19 lines
295 B
Plaintext

/* pages/community/index.wxss */
.avatar {
height: 80rpx;
width: 80rpx;
border: white 2rpx solid;
border-radius: 60rpx;
}
.grid {
display: grid;
grid-template-columns: 30% 30% 30%;
grid-row-gap: 8px;
grid-column-gap: 8px;
}
.item {
background-color: #f1f1f1;
width: 100%;
}