由於IE8既不支持HTML5也不支持CSS3 Media,因此咱們須要加載兩個JS文件,來保證咱們的代碼實現兼容效果:html
ie渲染爲最新文檔html5
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">chrome
Rem兼容ie6 ie7ui
box { font-size: 14px; /* 用來兼容ie678 */ font-size: 0.875em; }
/***********************************************/spa
響應式適配code
html { font-size: calc(100vw/3.75); }