"``
123
``"
@media screen and(min-width:480px) and (max-width:800px) {
? ? ? ? /* 屏幕尺寸大于480px 時(shí)應(yīng)用該規(guī)則 */
? ? ? ? .header {
? ? ? ? ? ? background: blue;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? height: 400px;
? ? ? ? }
? ? }
、
"``
123
``"
@media screen and(min-width:480px) and (max-width:800px) {
? ? ? ? /* 屏幕尺寸大于480px 時(shí)應(yīng)用該規(guī)則 */
? ? ? ? .header {
? ? ? ? ? ? background: blue;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? height: 400px;
? ? ? ? }
? ? }
、