24 lines
429 B
Plaintext
24 lines
429 B
Plaintext
/* components/profile/index.wxss */
|
|
button::after {
|
|
border: none;
|
|
}
|
|
|
|
.avatar-wrapper {
|
|
padding: 0rpx !important;
|
|
margin: 0rpx !important;
|
|
color: #000000E6 !important;
|
|
height: 80rpx !important;
|
|
background-color: transparent !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.avatar-example {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-radius: 100%;
|
|
border: white solid 1px;
|
|
object-fit: contain;
|
|
}
|