mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-23 22:09:51 +08:00
🎨 颜色统一为hexa
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user