From 6ba1c5a9f73604edb005212b7fed058e185ce295 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 18 七月 2024 16:38:41 +0800
Subject: [PATCH] featL库管首页样式更新

---
 utils/publicStyle.scss |   68 ++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/utils/publicStyle.scss b/utils/publicStyle.scss
index 9c48cda..d9a3297 100644
--- a/utils/publicStyle.scss
+++ b/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;
+                    }
+                   
+                }
+            }
             
 		}
 

--
Gitblit v1.9.1