部分页面功能修改

This commit is contained in:
2025-02-20 17:18:48 +08:00
parent 6e96755d18
commit aabb87ec15
6 changed files with 23 additions and 39 deletions

View File

@@ -27,6 +27,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.hide {
display: none;
}