|
@ -4,6 +4,11 @@
|
4
|
4
|
min-width:760px;
|
5
|
5
|
}
|
6
|
6
|
}
|
|
7
|
@media(max-width:1100px ) {
|
|
8
|
#header.Nosear{
|
|
9
|
width:1100px;
|
|
10
|
}
|
|
11
|
}
|
7
|
12
|
/* CSS Document */
|
8
|
13
|
.floatL{ float:left;}
|
9
|
14
|
.floatR{float:right;}
|
|
@ -47,6 +52,7 @@ html, body{}
|
47
|
52
|
input{ outline:none;}
|
48
|
53
|
/*header部分*/
|
49
|
54
|
#header{width:100%;height:60px; background:rgba(255,153,0,1); position:fixed; top:0; z-index:999; }
|
|
55
|
#header.Nosear{position:static;}
|
50
|
56
|
.logo{ display:block; width:80px; height:40px; background:url(../images/logo2.png) no-repeat;background-size:100% 100%; margin-left:80px; margin-top:10px; float:left;}
|
51
|
57
|
.searchblock{ width:280px; height:35px; position:absolute; left:50%; top:50%; margin-left:-140px; margin-top:-17.5px; display:none;}
|
52
|
58
|
.search-txt{ width:220px;line-height:35px; height:35px; background:#fff; border:none;-moz-border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px; behavior:url(../js/ie-css3.htc); float:left;font-size:14px;padding-left:10px; color:#a3a3a3;}
|