样式修改

This commit is contained in:
2024-04-24 16:19:41 +08:00
parent 6731c633c9
commit a0aac53bef
6 changed files with 155 additions and 156 deletions

View File

@@ -151,10 +151,10 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
margin-bottom: 20px
}
.popshow {
transform: translateY(0);
transform: translateY(-50%);
}
.pophide {
transform: translateY(120%);
transform: translateY(100vh);
}
.scale8 {
transform: scale(0.8)