From dcf664aa949c57b1fa6f7e1f2157d2b8e76f9dbe Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Tue, 23 Nov 2021 16:27:51 +0800
Subject: [PATCH] 页面筛选器,加大字体大小

---
 layout/h5Page/cNavBar.scss |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/layout/h5Page/cNavBar.scss b/layout/h5Page/cNavBar.scss
index 854c366..8347a62 100644
--- a/layout/h5Page/cNavBar.scss
+++ b/layout/h5Page/cNavBar.scss
@@ -9,6 +9,16 @@
     position: relative;
     .at-nav-bar {
         background-color: #2093df;
+        .at-nav-bar__left-view {
+            padding: 9PX 0;
+            .at-icon {
+                padding-left: 9PX;
+                font-size: 55px;
+            }
+        }
+        .at-nav-bar__title {
+            font-size: 42px;
+        }
     }
     .at-nav-bar__left-view,
     .at-nav-bar__right-view,
@@ -19,6 +29,12 @@
         &:active {
             background-color: rgba(#F0F0F0, 0.5);
             transition: background-color 0s;
+        }
+        .at-icon {
+            display: block;
+        }
+        .at-nav-bar__text {
+            display: none;
         }
     }
     .at-nav-bar__container {
@@ -38,6 +54,23 @@
     }
     .c-nav-bar-right {
         @include position(absolute, 0 n n 0, 10);
+        padding: 9Px 9Px;
+        @include flexbox(inline, center center);
+        &::before {
+            display: block;
+            width: 0;
+            white-space: nowrap;
+            overflow: hidden;
+            font-size: 55px;
+            font-family: iconfont;
+            font-style: normal;
+            font-weight: 400;
+            font-variant: normal;
+            line-height: 1;
+            text-transform: none;
+            text-rendering: auto;
+            content: "";
+        }
     }
     .c-nav-bar-drop {
         @include position(absolute, n n 0 0, 10);

--
Gitblit v1.9.1