该文被密码保护。 阅读全文
posted @ 2018-11-29 21:08 Du.Du 阅读(7) 评论(0) 推荐(0)
摘要: rem 的根标签是html 以html标签上设置的font-size的值为参考点 如: <div id="app"> <div id="son></div> </div> html{ font-size:20px; } #app{ width :4rem; >4*20=80px } #son { w 阅读全文
posted @ 2018-11-29 21:04 Du.Du 阅读(3798) 评论(0) 推荐(0)