🎨 颜色统一为hexa

This commit is contained in:
BTMuli
2025-05-29 14:16:36 +08:00
parent a8d9808deb
commit 36f2adf3f7
19 changed files with 103 additions and 104 deletions

View File

@@ -124,7 +124,7 @@ defineExpose({ displayBox });
align-items: center;
justify-content: center;
backdrop-filter: blur(20px);
background: rgb(0 0 0 / 50%);
background: #00000080;
}
.geetest-box {

View File

@@ -120,7 +120,7 @@ defineExpose({ displayBox });
align-items: center;
justify-content: center;
backdrop-filter: blur(10px);
background: rgb(0 0 0 / 50%);
background: #00000080;
}
.loading-container {
@@ -130,8 +130,8 @@ defineExpose({ displayBox });
box-sizing: border-box;
padding: 15px;
border-radius: 15px;
background: rgb(255 255 255 / 5%);
box-shadow: 0 0 10px rgb(0 0 0 / 50%);
background: #ffffff0d;
box-shadow: 0 0 10px #00000080;
}
.loading-box {