From 71d4765ba3cdc4a004687cd37a529b565e9ea9fd Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 06 七月 2021 16:26:29 +0800
Subject: [PATCH] 2021-07-06

---
 src/mob/components/topbar/normal-navbar/index.scss |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/mob/components/topbar/normal-navbar/index.scss b/src/mob/components/topbar/normal-navbar/index.scss
index db9ed7f..c7cd342 100644
--- a/src/mob/components/topbar/normal-navbar/index.scss
+++ b/src/mob/components/topbar/normal-navbar/index.scss
@@ -8,7 +8,7 @@
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
-  min-height: 30px;
+  height: 50px;
   z-index: 3;
   
   .anticon-tool {
@@ -31,6 +31,8 @@
       width: 30px;
       text-align: left;
       color: #1890ff;
+      font-size: 20px;
+      line-height: 50px;
     }
     .am-navbar-title {
       text-align: center;
@@ -42,23 +44,26 @@
       flex: 1;
       padding: 0 5px;
       .search-bar {
-        height: 35px;
-        line-height: 35px;
+        height: 30px;
+        line-height: 30px;
         padding: 0 10px;
         color:rgba(0, 0, 0, 0.65);
-        border: 1px solid #e8e8e8;
-        background: #efefef;
+        border: 1px solid #E9EDF0;
+        background: #E9EDF0;
         border-radius: 4px;
         position: relative;
         top: 50%;
         transform: translateY(-50%);
         cursor: pointer;
+        font-size: 18px;
       }
     }
     .am-navbar-right {
       text-align: right;
       color: #1890ff;
       min-width: 30px;
+      font-size: 20px;
+      line-height: 50px;
       .anticon-search {
         margin-right: 5px;
         padding: 5px;

--
Gitblit v1.8.0