样式优化

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

@@ -3,8 +3,14 @@
bottom: 0;
left: 0;
right: 0;
height: 55px;
min-height: 55px;
box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.04);
background: #ffffff;
z-index: 100;
box-sizing: border-box;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.footer {
padding-bottom: 34px !important;
}
}