适用于自适应布局
小于600像素
@media screen and (max- 600px) {}
大于600像素
@media screen and (min- 600px) {}
通过css引用多个css,目的容易管理css
@import url("common.css");