mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 11:43:04 +08:00
68 lines
1.0 KiB
Plaintext
68 lines
1.0 KiB
Plaintext
.fui-avatar__wrap {
|
|
position: relative;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 3;
|
|
overflow: hidden;
|
|
}
|
|
.fui-avatar__block {
|
|
display: flex;
|
|
}
|
|
|
|
.fui-avatar__inline {
|
|
display: inline-flex;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fui-avatar__img {
|
|
flex: 1;
|
|
display: block;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.fui-avatar__text {
|
|
flex: 1;
|
|
display: block;
|
|
white-space: nowrap;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-align: center;
|
|
}
|
|
|
|
.fui-avatar__size-small {
|
|
width: 64rpx !important;
|
|
height: 64rpx !important;
|
|
|
|
}
|
|
|
|
.fui-avatar__text-small {
|
|
font-size: 32rpx !important;
|
|
}
|
|
|
|
.fui-avatar__size-middle {
|
|
width: 96rpx !important;
|
|
height: 96rpx !important;
|
|
}
|
|
|
|
.fui-avatar__text-middle {
|
|
font-size: 44rpx !important;
|
|
}
|
|
|
|
.fui-avatar__size-large {
|
|
width: 128rpx !important;
|
|
height: 128rpx !important;
|
|
}
|
|
|
|
.fui-avatar__text-large {
|
|
font-size: 56rpx !important;
|
|
}
|
|
|
|
.fui-avatar__circle {
|
|
border-radius: 50% !important;
|
|
}
|
|
|
|
.fui-avatar__square {
|
|
border-radius: 8rpx !important;
|
|
} |