yangan
昨天 5c63b1fccedfcd208f3434edb79926c206c3d26f
utils/publicStyle.scss
@@ -40,7 +40,7 @@
            }
            .top-tag {
                width: 45%!important;
                margin-left: 50%!important;
                margin-left: 55%!important;
                span{
                    font-size: 20rpx!important;
                }
@@ -137,7 +137,26 @@
            
      }
            /* 超小设备(调试,小于 768px)*/
            @media only screen and  (min-width: 500px) and (max-width: 768px)) {
                .top-tag {
                    width: 55%!important;
                    margin-left: 70%!important;
                    span{
                        font-size: 20rpx!important;
                    }
                }
            }
      /* 超小设备(手机,小于 768px)*/
      @media only screen and (max-height: 767px) {
      @media only screen and (max-width: 400px) {
            .top-tag {
                width: 55%!important;
                margin-left: 50%!important;
                span{
                    font-size: 20rpx!important;
                }
            }
        
        }