移動端頁面

一、須要限制body屬性{width:100%;max-width:640px;}html

二、不能寫px要寫rem %能夠用字體

三、@media screen and (min-width:320px) and (max-width:321px) {htm

html { font-size: 62.5%; }
}
媒體屏幕(最小寬度:320px)和(最大寬度:321px){ html {字體大小
rem