This commit is contained in:
zengmingjie 2025-06-26 00:08:33 +08:00
parent 641b7d8675
commit d987bd0d6d
1 changed files with 10 additions and 0 deletions

View File

@ -906,4 +906,14 @@ body {
bottom: 10px;
z-index: 1000;
color: #000;
.zoom-control-inner {
border: 1px solid #666666;
border-top: none;
color: #333333;
font-size: 10px;
text-align: center;
margin: 1px;
will-change: contents, width;
transition: all 0.25s;
}
}