?<style>html {?? font-size: calc(100vw / 3.75);? ? ? }
body {? ? font-size: 0.16rem;? ? ? }</style>
<div class="box">hello php.cn</div>
? /* 安裝了視頻中的插件,200px自動(dòng)轉(zhuǎn)換的值是12.5rem。是按body中的16PX計(jì)算。*/
?<style>? ? ? .box {? ? ? ? /* 200px * 50px ?*/? ? ? ? width: 2rem;? ? ? ? height: 0.5rem;? ? ? ? border: 1px solid #000;? ? ? ? background-color: lightgreen;? ? ? ? box-sizing: border-box;? ? ? }</style>