47 lines
668 B
Plaintext
47 lines
668 B
Plaintext
/* pages/user/index.wxss */
|
|
.bg {
|
|
background-color: #4FAB5F;
|
|
padding: 32rpx;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
border: white 2rpx solid;
|
|
border-radius: 60rpx;
|
|
}
|
|
|
|
|
|
|
|
button::after {
|
|
border: none;
|
|
}
|
|
|
|
.avatar-wrapper {
|
|
padding: 0;
|
|
|
|
background-color: rebeccapurple !important;
|
|
width: 280rpx;
|
|
}
|
|
|
|
.avatar-example {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 100%;
|
|
border: white solid 1px;
|
|
object-fit: contain;
|
|
margin-top: 32rpx;
|
|
}
|
|
.avatar-wrapper {
|
|
padding: 0;
|
|
background-color: transparent !important;
|
|
width: 280rpx;
|
|
}
|
|
|
|
.camera{
|
|
background-color: #4fab5e3d;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50rpx;
|
|
} |