perf(mobile): 去除手机网站底部空白间隙

This commit is contained in:
xiongxiaoyang
2023-10-14 10:06:16 +08:00
parent 255b3f8c4b
commit 2062123edd
8 changed files with 190 additions and 156 deletions

View File

@ -20,5 +20,12 @@
display: none;
}
}
#footer {
padding-top: 6px;
height: 60px;
line-height: 54px;
text-align: center;
}
</style>
</div>