This commit is contained in:
A1300399510
2023-07-25 19:43:56 +08:00
parent 7e95fd62f8
commit 787a9df226
5 changed files with 165 additions and 55 deletions

View File

@@ -137,4 +137,8 @@ input[type="number"] {
/* 隐藏 Chrome 浏览器的滚动条 */
}
}
.rotate180 {
transform: rotate(180deg);
}
</style>