摘要: function appHeight() { const doc = document.documentElement; doc.style.setProperty('--vh', (window.innerHeight * .01) + 'px'); } window.addEventListen 阅读全文
posted @ 2023-08-04 09:50 F-Yi 阅读(699) 评论(0) 推荐(0)
摘要: html结构: <html> <body> <header></header> <main> <section></section> </main> <footer></footer> </body> </html> scss: body { display: flex; flex-directio 阅读全文
posted @ 2023-08-03 10:25 F-Yi 阅读(86) 评论(0) 推荐(0)