From 160a377ef2def351ba8a4f22d6752673933bbad1 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Thu, 25 Apr 2019 01:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/css/petscms/pets.detail.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/public/static/plugins/css/petscms/pets.detail.css b/public/static/plugins/css/petscms/pets.detail.css index 3f5126fb1..ee8239de6 100644 --- a/public/static/plugins/css/petscms/pets.detail.css +++ b/public/static/plugins/css/petscms/pets.detail.css @@ -1,16 +1,19 @@ /** * 公共 */ +.shop-navigation { + border-bottom: 2px solid #03A9F4; +} .search-bar form { border: 2px solid #03A9F4; } #ai-topsearch { background: #03A9F4 none repeat scroll 0% 0%; } -.goods-category-title, .nav-cont .nav-extra, .nav-cont .nav-extra .nav-user { +.goods-category-title, .navigation-user, .navigation-user .nav-user { background: #03A9F4; } -.nav-cont .nav-extra * { +.navigation-user * { color: #ffe500; } .am-footer-default { @@ -19,9 +22,12 @@ .am-slider-a1 .am-control-nav li a.am-active { background-color: #03A9F4; } -.nav-cont li a:hover, a:hover, a:focus { +.shop-navigation .am-topbar-nav > li > a:hover, a:hover, a:focus { color: #03A9F4; } +.shop-navigation .am-topbar-nav > li > a:hover:after { + border-bottom-color: #03A9F4; +} /** * 详情 @@ -230,13 +236,6 @@ form.form-validation #map { } } @media only screen and (min-width:1025px) { - /** - * 公共 - */ - .shop-nav { - border-bottom: 2px solid #03A9F4; - } - /** * 详情 */