代码优化

This commit is contained in:
kron
2025-06-13 16:36:18 +08:00
parent 5456905873
commit aacfc17a01
4 changed files with 29 additions and 19 deletions

View File

@@ -122,6 +122,7 @@ function calcRealY(num) {
font-size: 12px;
padding: 4px 7px;
border-radius: 5px;
z-index: 2;
}
.round-tip {
position: absolute;
@@ -130,6 +131,7 @@ function calcRealY(num) {
color: #fff;
font-size: 30px;
font-weight: bold;
z-index: 2;
}
.round-tip > text {
font-size: 18px;
@@ -154,6 +156,7 @@ function calcRealY(num) {
position: absolute;
width: 20px;
height: 20px;
z-index: 1;
}
.header {
width: 100%;