From 8bff392d9fb9ad0d7d61fd3f01c0baf62df79cdd Mon Sep 17 00:00:00 2001 From: Devil Date: Fri, 27 Dec 2019 02:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/css/common.css | 30 ++++++++++++++++++---- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/public/static/index/default/css/common.css b/public/static/index/default/css/common.css index df8976273..7e023b0d0 100755 --- a/public/static/index/default/css/common.css +++ b/public/static/index/default/css/common.css @@ -735,11 +735,13 @@ ul.am-dropdown-content > .am-active > a:focus, } @media only screen and (max-width:641px) { .shop-navigation { + background: #d2354c; margin-top: 0; - background: #f3f3f3; + border-bottom: 0; } .shop-navigation .am-topbar-collapse { - background: #eee; + background: #f5f5f5; + border-bottom: 2px solid #d2354c; } .shop-navigation .am-nav > li:not(:last-child) { border-bottom: 1px solid #e8e8e8; @@ -760,12 +762,30 @@ ul.am-dropdown-content > .am-active > a:focus, width: calc(100% - 160px); } .shop-navigation .navigation-search input { - border-color: #d2354c; + border-color: #fff; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } - .shop-navigation .navigation-search .am-btn, .shop-navigation .switch-submit { + .shop-navigation .navigation-search input, + .shop-navigation .navigation-search .am-btn, + .shop-navigation .switch-submit { + -webkit-box-shadow: none; + box-shadow: none; + } + .shop-navigation .switch-submit { + border-radius: 4px; + border-color: rgba(255, 255, 255, 0.3); color: #fff !important; background-color: #d2354c; - border-color: #d2354c; + } + .shop-navigation .navigation-search .am-btn { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + background: #fff; + border-color: #fff; + color: #bebebe !important; + -webkit-box-shadow: none; + box-shadow: none; } } -- GitLab