/* 全局样式 */ html, body, #app { width: 100%; height: 100%; } body { font-size: 16px; // 防止rem时候body上面的字体太小,如果没有设置字体大小,可以应用16px }