细节优化

feat/task1-c-wallet
gongfuxiang 2019-04-25 01:28:47 +08:00
parent dfa4df69aa
commit 160a377ef2
1 changed files with 9 additions and 10 deletions

View File

@ -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;
}
/**
*
*/