样式优化

This commit is contained in:
禺狨
2023-07-03 11:29:14 +08:00
parent fca99f3ad6
commit 42fc798fc6
6 changed files with 97 additions and 55 deletions

View File

@@ -13,7 +13,7 @@
float: left;
height: auto;
box-sizing: border-box;
padding: 0px 20px;
padding: 0px 20px 55px 20px;
text-align: left;
overflow-x: hidden;
overflow-y: auto;
@@ -93,3 +93,9 @@
}
}
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.list-box {
padding-bottom: 89px !important;
}
}