From 9dd17569f69f6e93c94d1a8c7918f46fd1e21bb0 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 18 Oct 2021 15:51:34 +0800
Subject: [PATCH] 表单输入框组件,允许定义输入单位

---
 layout/h5Page/cNavBar.scss |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/layout/h5Page/cNavBar.scss b/layout/h5Page/cNavBar.scss
index d1d8ebf..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,
@@ -44,20 +54,19 @@
     }
     .c-nav-bar-right {
         @include position(absolute, 0 n n 0, 10);
-        padding: 9Px 5Px;
+        padding: 9Px 9Px;
         @include flexbox(inline, center center);
         &::before {
             display: block;
             width: 0;
             white-space: nowrap;
             overflow: hidden;
-            font-size: 1.024rem;
+            font-size: 55px;
             font-family: iconfont;
             font-style: normal;
             font-weight: 400;
             font-variant: normal;
             line-height: 1;
-            vertical-align: middle;
             text-transform: none;
             text-rendering: auto;
             content: "";

--
Gitblit v1.9.1