样式优化

This commit is contained in:
禺狨 2023-07-03 11:41:43 +08:00
parent 875a7009a3
commit 95b91cef82
3 changed files with 0 additions and 18 deletions

View File

@ -132,9 +132,3 @@
} }
} }
} }
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.list-box {
padding-bottom: 89px !important;
}
}

View File

@ -190,9 +190,3 @@
margin-top: 10px; margin-top: 10px;
} }
} }
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.content-box {
padding-bottom: 109px !important;
}
}

View File

@ -93,9 +93,3 @@
} }
} }
} }
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.list-box {
padding-bottom: 104px !important;
}
}