摘要: /* 处理移动端上滑的白边 */ 方式1: ``css html, body { overflow: hidden; height: 100%; } `` 方式2: ``css body { position: fixed; top: 0; left: 0; right: 0; } `` 阅读全文
posted @ 2023-08-23 14:22 古德拉克 阅读(16) 评论(0) 推荐(0) 编辑