19 lines
284 B
Plaintext
19 lines
284 B
Plaintext
/* pages/user/index.wxss */
|
|
.bg {
|
|
background-color: #4FAB5F;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.avatar {
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
border: white 2rpx solid;
|
|
border-radius: 60rpx;
|
|
}
|
|
|
|
.camera{
|
|
background-color: #4fab5e3d;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50rpx;
|
|
} |