flower-mp/pages/user/index.wxss
2025-12-08 15:09:41 +08:00

47 lines
696 B
Plaintext

/* pages/user/index.wxss */
.bg {
background-color: #4FAB5F;
padding: 32rpx;
}
.avatar {
height: 96rpx;
width: 96rpx;
border: white 2rpx solid;
border-radius: 60rpx;
}
button::after {
border: none;
}
.avatar-wrapper {
padding: 0;
color: #000000E6 !important;
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;
}