14 lines
255 B
Plaintext
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;
|
|
} |