04 2012 档案
摘要:/* Default wide-screen styles */@media all and (max-width: 1024px) { /* styles for narrow desktop browsers and iPad landscape */}@media all and (max-width: 768px) { /* styles for narrower desktop browsers and iPad portrait */}@media all and (max-width: 480px) { /* styles for iPhone/Android ...
阅读全文