您的当前位置:首页>全部文章>文章详情

媒体查询

发表于:2023-09-06 11:27:35浏览:83次TAG: #CSS
@media screen and (min-width:600px) and (max-width:900px){
    body{
        background-color: #F5F5F5 ;
    }
}