/*用媒体查询:*/ @media (max-height: 400px) { .footer { display: none; } }
用媒体查询:css
@media (max-height: 400px) { .footer { display: none; } }