@media screen and (max-width: 412px) {
#main{
min-height: 665px !important;
}
#ewm{
top: 85px;
}
}
@media screen and (max-width: 360px) {
#main{
min-height: 570px !important;
}
#ewm{
top: 70px;
}
}
@media screen and (max-width: 321px) {
#main{
min-height: 510px !important;
}
#ewm{
top: 70px;
}
}
css媒体查询 @media
最新推荐文章于 2022-09-02 10:53:14 发布