From 80eb8d433418b8e0f4556b96ddab2782a91f7433 Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期三, 14 四月 2021 15:15:53 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/BaseNav/PublicBounced/common/PublicTabs.vue |   24 ++++++++++--------------
 1 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/common/PublicTabs.vue b/src/components/BaseNav/PublicBounced/common/PublicTabs.vue
index 15823a8..a01b178 100644
--- a/src/components/BaseNav/PublicBounced/common/PublicTabs.vue
+++ b/src/components/BaseNav/PublicBounced/common/PublicTabs.vue
@@ -54,7 +54,7 @@
 
 .win {
   position: relative;
-  margin-bottom: 10px;
+  margin-bottom: 0.04rem;
   background-color: @background-color;
   //width: 6rem;
   //height: 0.5rem;
@@ -65,11 +65,10 @@
   //height: 100%;
 
   .main-matter {
-    font-size: 13px;
+    font-size: 0.06rem;
     font-weight: normal;
-    padding: 6px;
+    padding: 0.04rem 0;
     border: 1px solid #396d83;
-
     ul {
       //width: 100%;
       //height: 100%;
@@ -77,22 +76,19 @@
       align-items: center;
       justify-content: space-around;
       flex-wrap: wrap;
-      margin-bottom: -6px;
-
+      margin-bottom: -0.04rem;
       li {
-        margin-bottom: 6px;
+        margin-bottom: 0.04rem;
         text-align: center;
-        min-width: 32%;
+        min-width: 31%;
         background-color: #243a55;
         color: #00d0f9;
-        border-radius: 3px;
+        border-radius: 0.02rem;
         font-size: 0.08rem;
+        line-height: 0.09rem;
+        padding: 0.03rem .5%;
       }
-
-      //li:last-child {
-      //  visibility: hidden
-      //}
-      .lastli {
+      li:last-child {
         visibility: hidden
       }
     }

--
Gitblit v1.8.0