@media screen and (min-width: 768px) and (max-width: 992px) { a { color: red; } ... @import "test.css" screen and (min-width: 992px) and (max-width: 1200px) ...
確定! 回上一頁