mcfxkh-Web/src/views/Home/panels/Yuanyfa/WaterLevelAlert/index.less

32 lines
500 B
Plaintext
Raw Normal View History

2025-06-11 11:10:37 +08:00
.water-level-alert {
background: rgba(0, 32, 51, 0.9);
padding: 10px 20px;
border-radius: 4px;
border: 1px solid #0088cc;
.alert-container {
height: 24px;
overflow: hidden;
}
.alert-wrapper {
will-change: transform;
}
.alert-item {
height: 24px;
display: flex;
align-items: center;
}
.alert-text {
color: #ffffff;
font-size: 14px;
white-space: nowrap;
&::before {
content: '⚠️';
margin-right: 8px;
}
}
}