mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-04 21:03:22 +08:00
16 lines
207 B
CSS
16 lines
207 B
CSS
.user-avatar {
|
|
width: 80rpx;
|
|
height: 80rpx !important;
|
|
}
|
|
|
|
/**
|
|
* 多语言
|
|
*/
|
|
.popup-language {
|
|
height: 100vh;
|
|
}
|
|
|
|
.popup-language .list {
|
|
height: calc(100vh - 95rpx);
|
|
overflow-y: auto;
|
|
} |