flower-mp/pages/user/index.wxss
sdaduanbilei 81d68c96ab change ui
2025-11-13 16:55:23 +08:00

14 lines
255 B
Plaintext

/* pages/user/index.wxss */
.bg {
background-color: #4FAB5F;
border-bottom-left-radius: 32rpx;
border-bottom-right-radius: 32rpx;
padding: 32rpx;
}
.avatar {
height: 120rpx;
width: 120rpx;
border: white 2rpx solid;
border-radius: 60rpx;
}