update 烟气处理

This commit is contained in:
lb
2024-04-25 10:52:46 +08:00
parent 7ddae1b3a4
commit 28c9c1906e
5 changed files with 55 additions and 26 deletions

View File

@@ -12,6 +12,7 @@
box-shadow: inset 0 0 12px 3px #fff2;
border-radius: 4px;
padding: 4px;
backdrop-filter: blur(3px);
}
.shadowBorder.border {
@@ -54,3 +55,10 @@
color: #00fff7;
font-size: 28px;
}
.disabled {
display: none;
pointer-events: none;
opacity: 0.5;
color: transparent;
}