From fe0ee7d8da7d7e28ff2ccbcb17ce54ecdb2b5d09 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期三, 14 四月 2021 13:59:36 +0800 Subject: [PATCH] 修改废水废气弹框样式。 --- src/components/BaseNav/PublicBounced/common/PublicTabs.vue | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/common/PublicTabs.vue b/src/components/BaseNav/PublicBounced/common/PublicTabs.vue index 713354f..314cb97 100644 --- a/src/components/BaseNav/PublicBounced/common/PublicTabs.vue +++ b/src/components/BaseNav/PublicBounced/common/PublicTabs.vue @@ -70,7 +70,7 @@ .win { position: relative; - margin-bottom: 10px; + margin-bottom: 0.04rem; background-color: @background-color; //width: 6rem; //height: 0.5rem; @@ -81,9 +81,9 @@ //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%; @@ -92,17 +92,18 @@ 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 } -- Gitblit v1.8.0