|
@ -1,4 +1,14 @@
|
1
|
1
|
@charset "utf-8";
|
|
2
|
@media(max-width:780px ) {
|
|
3
|
#header{
|
|
4
|
min-width:760px;
|
|
5
|
}
|
|
6
|
}
|
|
7
|
@media(max-width:1100px ) {
|
|
8
|
#header.Nosear{
|
|
9
|
width:1100px;
|
|
10
|
}
|
|
11
|
}
|
2
|
12
|
/* CSS Document */
|
3
|
13
|
.floatL{ float:left;}
|
4
|
14
|
.floatR{float:right;}
|
|
@ -41,12 +51,14 @@
|
41
|
51
|
html, body{}
|
42
|
52
|
input{ outline:none;}
|
43
|
53
|
/*header部分*/
|
44
|
|
#header{width:100%;min-width:1100px; height:60px; background:rgba(255,153,0,1); position:fixed; top:0; z-index:999; }
|
|
54
|
#header{width:100%;height:60px; background:rgba(255,153,0,1); position:fixed; top:0; z-index:999; }
|
|
55
|
#header.Nosear{position:static;}
|
45
|
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;}
|
46
|
57
|
.searchblock{ width:280px; height:35px; position:absolute; left:50%; top:50%; margin-left:-140px; margin-top:-17.5px; display:none;}
|
47
|
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;}
|
48
|
59
|
.search-btn{ width:35px; height:35px; background:#fff; border-radius:0 6px 6px 0;-moz-border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0; float:left; cursor:pointer; behavior:url(../js/ie-css3.htc);cursor:pointer;}
|
49
|
60
|
.search-icon{ display:block; width:20px; height:20px; background:url(../images/index-icon.png) no-repeat; background-position:left; margin:8px;}
|
|
61
|
|
50
|
62
|
/*顶部右边*/
|
51
|
63
|
.header-right{ float:right; margin-right:80px;}
|
52
|
64
|
/*未登录*/
|
|
@ -76,7 +88,7 @@ input{ outline:none;}
|
76
|
88
|
.contentBody{width:1050px;height:auto; margin:10px auto; padding:80px 0 2px 0; }
|
77
|
89
|
/*footer部分*/
|
78
|
90
|
#footer{ min-width:1100px;background:#ff9900;clear: both;height:100px; position: relative; z-index: 100; text-align:center;}
|
79
|
|
#footer .wrapper {margin-left:80px;position: relative;padding: 15px 20px; min-width:1000px;}
|
|
91
|
#footer .wrapper {margin-left:80px;position: relative;padding: 15px 0; min-width:1000px;}
|
80
|
92
|
#footer .footer-logo {display: block;width:80px;height:40px;background: url(../images/logo2.png) 0 0 no-repeat;background-size:100% 100%;}
|
81
|
93
|
|
82
|
94
|
#footer .word_wrapper {padding-top: 12px;line-height: 14px;white-space: nowrap;margin: 12px 0 0 20px;}
|