From 1ebafbb7dc199d74178984e0ef9ececb32cca73e Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期一, 09 十二月 2024 09:55:08 +0800
Subject: [PATCH] feat:库管首页多次刷新

---
 utils/publicStyle.scss |   52 +++++++++++++++++++++-------------------------------
 1 files changed, 21 insertions(+), 31 deletions(-)

diff --git a/utils/publicStyle.scss b/utils/publicStyle.scss
index d9a3297..0819215 100644
--- a/utils/publicStyle.scss
+++ b/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;
                 }
@@ -97,7 +97,7 @@
             }
             .top-tag {
                 width: 45%!important;
-                margin-left: 50%!important;
+                margin-left: 80%!important;
                 span{
                     font-size: 20rpx!important;
                 }
@@ -109,7 +109,7 @@
                 .self-deliver_btn{
 
                    ::v-deep  .u-button {
-                        height: 40rpx!important;
+                        height: 30rpx!important;
                     }
                 }
                
@@ -137,36 +137,26 @@
             
 		}
 
-		/* 瓒呭皬璁惧锛堟墜鏈猴紝灏忎簬 768px锛�*/
-		@media only screen and (max-height: 767px) {
-            .logo {
-                font-size: 44rpx!important;
-            }
-            .list-call{
-                ::v-deep     .u-input__content__field-wrapper__field{
-                    height: 30rpx!important;
+            /* 瓒呭皬璁惧锛堣皟璇曪紝灏忎簬 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;
+                    }
                 }
-                height: 60rpx!important;
-                ::v-deep      .uni-input-input{
+
+            }
+
+		/* 瓒呭皬璁惧锛堟墜鏈猴紝灏忎簬 768px锛�*/
+		@media only screen and (max-width: 400px) {
+            .top-tag {
+                width: 55%!important;
+                margin-left: 50%!important;
+                span{
                     font-size: 20rpx!important;
                 }
-             
             }
-            .loginBtn{
-                height: 40rpx!important;
-                .u-button__text{
-                    font-size: 15rpx!important;
-                }
-            }
-            .utils-block{
-                font-size: 20rpx!important;
-            }
-            .copyright{
-                font-size: 15rpx!important;
-            }
-		
-		}
-
-        .uni-input-input{
-            font-size: 20rpx;;
+        
         }
\ No newline at end of file

--
Gitblit v1.9.1