样式优化

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