样式固定

This commit is contained in:
2024-04-25 09:56:31 +08:00
parent a0aac53bef
commit d91714fc27
4 changed files with 446 additions and 93 deletions

View File

@@ -161,4 +161,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
}
.nowrap{
white-space: nowrap;
}
.sticky {
position: sticky;
top: 0;
z-index: 10;
}