yangan
2024-07-18 6ba1c5a9f73604edb005212b7fed058e185ce295
utils/publicStyle.scss
@@ -5,6 +5,7 @@
      /* 中型设备(台式电脑,992px 起) */
      @media screen and (min-width: 991px) and (max-width: 1200px) {
            //首页登录样式
            .logo {
                font-size: 64rpx!important;
            }
@@ -31,6 +32,30 @@
            }
            .copyright{
                font-size: 30rpx!important;
            }
            /*库管样式---->*/
            .self-deliver_text{
                font-size: 20rpx!important;
            }
            .top-tag {
                width: 45%!important;
                margin-left: 50%!important;
                span{
                    font-size: 20rpx!important;
                }
            }
            .self-deliver{
                .u-button__text{
                    font-size: 20rpx!important;
                }
                .self-deliver_btn{
                   ::v-deep  .u-button {
                        height: 40rpx!important;
                    }
                }
            }
   
      }
@@ -66,6 +91,49 @@
            .copyright{
                font-size: 20rpx!important;
            }
            /*库管样式---->*/
            .self-deliver_text{
                font-size: 20rpx!important;
            }
            .top-tag {
                width: 45%!important;
                margin-left: 50%!important;
                span{
                    font-size: 20rpx!important;
                }
            }
            .self-deliver{
                .u-button__text{
                    font-size: 20rpx!important;
                }
                .self-deliver_btn{
                   ::v-deep  .u-button {
                        height: 40rpx!important;
                    }
                }
            }
            .table {
                th{
                    font-size: 20rpx!important;
                }
                td{
                    font-size: 20rpx!important;
                }
                .u-button__text{
                    font-size: 18rpx!important;
                }
            }
            .third-line {
                .u-tag {
                    .u-tag__text{
                        font-size: 20rpx!important;
                    }
                }
            }
            
      }