修复已知问题

This commit is contained in:
Luck-Xiaomi 2022-09-02 17:17:08 +08:00
parent d825d19112
commit 120b557851
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@
color: #fff; color: #fff;
text-align: center; text-align: center;
position: absolute; position: absolute;
top: 10px; top: 11px;
left: calc(50% - 17px); left: calc(50% - 17px);
} }
// //

View File

@ -374,17 +374,17 @@ export default {
.first-box { .first-box {
bottom: 30%; bottom: 30%;
left: 8%; left: 6.5%;
} }
.second-box { .second-box {
bottom: 30%; bottom: 30%;
left: 43.5%; left: 42.5%;
} }
.third-box { .third-box {
bottom: 30%; bottom: 30%;
left: 81.5%; left: 80.5%;
} }
} }