12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
.avatar {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
.subButton {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom:10rpx;
|
|
}
|