摘要: 原理: vw 即(view-port width)视口宽度,1vw 表示视口宽度的 1%,100vw 则表示整个视口的宽度。 rem 即(font size of the root element)根标签的字体大小,例如设置 html{ font-size : 15px ; } 那么我们在写样式时 阅读全文
posted @ 2023-02-05 18:32 犬の技術 阅读(282) 评论(0) 推荐(0)