勇敢的心_
勇敢的心_
  • 发布:2024-11-14 09:50
  • 更新:2024-11-14 09:50
  • 阅读:26

uniapp支持媒体查询吗?@media screen我试了一下不生效呢

分类:uni-app

编译环境:IOS、web、安卓

@media handled and (min-width:100px) and (max-width:800px) {  
        .text-demo {  
            font-size: 90px;  
            color: #ff0000;  
        }  
    }  

    @media handled and (min-width:900px) and (max-width:1200px) {  

        /*当屏幕尺寸小于600px时,应用下面的CSS样式*/  
        .text-demo {  
            font-size: 90px;  
            color: green;  
        }  
    }
2024-11-14 09:50 负责人:无 分享
已邀请:

要回复问题请先登录注册