|
@@ -240,14 +240,14 @@
|
|
|
|
|
|
.search .navMeau {
|
|
|
float: left;
|
|
|
- width: 226px;
|
|
|
+ width: 225px;
|
|
|
font-size: 24px;
|
|
|
color: #ffffff;
|
|
|
height: 55px;
|
|
|
line-height: 55px;
|
|
|
text-align: center;
|
|
|
margin-right: 30px;
|
|
|
- background: url(../../../img/newMenu/search-bj.jpg)
|
|
|
+ background: url(../../../img/newMenu/search-bj.jpg) no-repeat;
|
|
|
}
|
|
|
|
|
|
.search>div {
|
|
@@ -403,9 +403,10 @@ input:focus{
|
|
|
padding: 20px 20px 40px;
|
|
|
left: 0;
|
|
|
z-index: 999;
|
|
|
- background: #3b3b3b;
|
|
|
- color: #ffffff;
|
|
|
+ background: #fff;
|
|
|
+ color: #4A4A4A;
|
|
|
font-size: 14px;
|
|
|
+ box-shadow:0 0 2px 0 #DDDCDC;
|
|
|
}
|
|
|
|
|
|
.navMeau .menuList ul li {
|
|
@@ -428,7 +429,8 @@ input:focus{
|
|
|
height: 36px;
|
|
|
line-height: 36px;
|
|
|
display: inline-block;
|
|
|
- color: #ffffff
|
|
|
+ color: #4a4a4a;
|
|
|
+ border-bottom: 1px dashed #CBCBCB;
|
|
|
}
|
|
|
|
|
|
/* 主体内容 */
|