14 lines
218 B
Plaintext
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%);
|
|
}
|