notice
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-03 22:24:38 +08:00
parent 14985f825b
commit 8e7fc405c2

View File

@ -53,17 +53,20 @@ onMount(async () => {
}
.notice-title {
font-size: 24px;
font-size: 16px;
font-weight: bold;
padding: 10px;
color: white;
background-color: #66ccff;
background-color: #ff3939;
text-align: center;
}
.notice-content {
font-size: 16px;
font-weight: bold;
padding: 10px;
color: #333;
max-width: 164px;
}
.mask-mode {