mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 11:53:03 +08:00
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
.fui-badge__wrap {
|
|
height: 36rpx;
|
|
padding: 0 12rpx;
|
|
color: #FFFFFF;
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
border-radius: 100px;
|
|
min-width: 36rpx !important;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 10;
|
|
}
|
|
|
|
.fui-badge__dot {
|
|
height: 8px !important;
|
|
width: 8px !important;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
z-index: 10;
|
|
}
|
|
|
|
.fui-badge__bg-primary {
|
|
background-color: var(--fui-color-primary, #465CFF) !important;
|
|
}
|
|
|
|
.fui-badge__bg-success {
|
|
background-color: var(--fui-color-success, #09BE4F) !important;
|
|
}
|
|
|
|
.fui-badge__bg-warning {
|
|
background-color: var(--fui-color-warning, #FFB703) !important;
|
|
}
|
|
|
|
.fui-badge__bg-danger {
|
|
background-color: var(--fui-color-danger, #FF2B2B) !important;
|
|
}
|
|
|
|
.fui-badge__bg-purple {
|
|
background-color: var(--fui-color-purple, #6831FF) !important;
|
|
}
|
|
|
|
.fui-badge__bg-white {
|
|
background-color: var(--fui-color-white, #FFFFFF) !important;
|
|
}
|
|
|
|
.fui-badge__text-color {
|
|
color: var(--fui-color-danger, #FF2B2B) !important;
|
|
}
|
|
|
|
.fui-badge__absolute {
|
|
position: absolute;
|
|
} |