样式优化

This commit is contained in:
禺狨 2023-07-03 11:33:50 +08:00
parent a9c24e1e87
commit 74e3ec9e9f

View File

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