Files
quinn-wx/pages/myself/account/index.wxss
2022-12-16 18:53:54 +08:00

14 lines
218 B
Plaintext

.avatar {
width: 200rpx;
height: 200rpx;
border-radius: 50%;
overflow: hidden;
}
.subButton {
position: absolute;
width: 96%;
bottom:66rpx;
left: 50%;
transform: translateX(-50%);
}