|
@ -1,4 +1,17 @@
|
1
|
1
|
@charset "utf-8";
|
|
2
|
/*reset*/
|
|
3
|
p,dl,dt,dd,ul,ol,li,a,em,div,span,th,td{margin:0;padding:0; word-break:break-all; font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
|
4
|
form,label,button,input,select,textarea{font-size:14px; font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
|
5
|
h1,h2,h3,h4,h5,h6{font-size:100%;margin:0;padding:0; font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
|
6
|
html,body{height:100%; width:100%; margin:0;padding:0;font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
|
7
|
input{vertical-align:middle; outline:none;}
|
|
8
|
img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic;border:0;padding:0; margin:0;}
|
|
9
|
small{font-size:12px;}
|
|
10
|
ul,ol{list-style:none;}
|
|
11
|
button,input,select,textarea{font-size:100%;}
|
|
12
|
table{border-collapse:collapse;border-spacing:0;}
|
|
13
|
a,a:active,a:hover{outline:0;text-decoration:none;}
|
|
14
|
|
2
|
15
|
@media(max-width:780px ) {
|
3
|
16
|
#header{
|
4
|
17
|
min-width:760px;
|
|
@ -73,7 +86,7 @@ body{height:auto;position: relative;min-height: 100%;}
|
73
|
86
|
input{ outline:none;}
|
74
|
87
|
|
75
|
88
|
/*/////////////////////表单样式/////////////////////// */
|
76
|
|
.frmtype{border:1px #b5b5b5 solid;font-size:14px;outline: none; padding:6px 20px 6px 10px;border-radius: 6px;}
|
|
89
|
.frmtype{font-size:14px;outline: none; /*padding:6px 20px 6px 10px;border:1px #b5b5b5 solid;*/border-radius: 6px;}
|
77
|
90
|
.frmtype:focus{box-shadow: none;outline:none}
|
78
|
91
|
.frmtypeW{width:98%;margin: auto;}
|
79
|
92
|
textarea.frmtype{height:100px;}
|
|
@ -109,7 +122,7 @@ button.btnModel[disabled]:hover{background:#d6d8de;}
|
109
|
122
|
#header.firstB{ background:rgba(55,61,65,1);}
|
110
|
123
|
#header.Nosear{position:static;}
|
111
|
124
|
.logo{ display:block; width:80px; height:40px; background:url(../images/logo.png) no-repeat;background-size:100% 100%; /* margin-left:80px;*/ margin-top:10px; float:left;}
|
112
|
|
.searchblock{ width:280px; height:35px; position:absolute; left:50%; top:50%; margin-left:-140px; margin-top:-17.5px; display:none;}
|
|
125
|
.searchblock{ width:280px; height:35px; position:absolute; left:50%; top:50%; margin-left:-140px; margin-top:-17.5px;}
|
113
|
126
|
.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;}
|
114
|
127
|
.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;}
|
115
|
128
|
.search-icon{ display:block; width:20px; height:20px; background:url(../images/index-icon.png) no-repeat; background-position:left; margin:8px;}
|
|
@ -117,7 +130,7 @@ button.btnModel[disabled]:hover{background:#d6d8de;}
|
117
|
130
|
/*顶部右边*/
|
118
|
131
|
.header-right{ float:right; /*margin-right:80px;*/}
|
119
|
132
|
/*未登录*/
|
120
|
|
.unlogin{float:left;padding:4px 0;}
|
|
133
|
.unlogin{ display:none;float:left;padding:4px 0;}
|
121
|
134
|
.loginbtn{float:left; border:2px #e2e2e2 solid; padding:0 20px; border-radius:6px;font-size:14px; line-height:28px; color:#fff; text-align:center; margin:10px 2px; cursor:pointer; }
|
122
|
135
|
.loginrbtn{ border:2px transparent solid;padding:0 2px;}
|
123
|
136
|
.loginlbtn{margin-right:20px;/* background:#fff;color:#ff9900; */}
|
|
@ -139,34 +152,10 @@ button.btnModel[disabled]:hover{background:#d6d8de;}
|
139
|
152
|
|
140
|
153
|
.myWorkspace{font-size: 14px;line-height:40px; text-align: center;float: left; margin-top: 10px;color: #fff;}
|
141
|
154
|
/*主体部分*/
|
142
|
|
#container{ background:#fff;/*overflow: hidden;*/}
|
|
155
|
#container{/* background:#fff;*//*overflow: hidden;*/}
|
143
|
156
|
.contentBody{width:1050px;height:auto; margin:10px auto; padding:80px 0 2px 0; }
|
144
|
|
/*footer部分*/
|
145
|
|
/*footer{ min-width:1100px;background:#ff9900;clear: both;height:100px; position: absolute;bottom:0;right: 0;left: 0; z-index: 299; text-align:center;}
|
146
|
|
footer .wrapper {margin-left:80px;position: relative;padding: 15px 0; min-width:1000px;}
|
147
|
|
footer .footer-logo {display: block;width:80px;height:40px;background: url(../images/logo2.png) 0 0 no-repeat;background-size:100% 100%;}
|
148
|
|
|
149
|
|
footer .word_wrapper {padding-top: 12px;line-height: 14px;white-space: nowrap;margin: 12px 0 0 20px;}
|
150
|
|
footer .word_wrapper .listlink, footer .word_wrapper span {float: left;color:#fff; margin:0 6px;font-size: 13px;text-decoration: none;position:relative;}
|
151
|
|
|
152
|
|
footer .word_wrapper a:hover{text-decoration:underline;}
|
153
|
|
footer .word_wrapper a.codehover:hover{text-decoration:none;}
|
154
|
|
|
155
|
|
footer .inner_wrapper {padding-top: 12px;line-height: 14px;white-space: nowrap;overflow:hidden;}
|
156
|
|
footer .inner_wrapper .codebox{ background:#fff;border-radius:8px;overflow:hidden;padding:2px 2px 10px 2px;margin:0 6px;float:left;}
|
157
|
|
footer .inner_wrapper .codebox p{ line-height:14px; font-size:12px;}
|
158
|
|
footer .code{border: 2px solid #ccc;border-radius: 4px;position: absolute;top: -210px;left: 50%;margin-left: -100px;z-index:300;display: none;width: 200px;height: 200px;background-position:center center; background-repeat:no-repeat;}
|
159
|
|
|
160
|
|
footer .code.weixin_code{ background-image:url(../images/weixin_code.jpg); background-size:100% 100%;}
|
161
|
|
footer .code.app_code{ background-image:url(../images/app_android_code.jpg); background-size:100% 100%;}
|
162
|
|
|
163
|
|
footer .copyright {background:#FFB76A;width:100%;margin: 0 auto;padding:10px 0;color: #fff;font-size: 12px;line-height: 12px;text-align: center;position:absolute;bottom:0;}
|
164
|
|
footer .copyright>span:first-child{margin-left:-210px;}
|
165
|
|
footer .beianbox{position: absolute;overflow:hidden;color: #fff;text-decoration:none;}
|
166
|
|
footer .beianbox:hover{text-decoration: underline;}
|
167
|
|
footer .beian-icon{float: left;margin:0 4px; width:14px; height:14px; background:url(../images/beian.png) center center no-repeat; background-size:100% 100%;}*/
|
168
|
157
|
/*产品下载 */
|
169
|
|
.appstore{width:1000px;color: #696969;text-align: center;margin:40px auto;position:relative;}
|
|
158
|
.appstore{width:1000px;color: #696969;text-align: center;margin:90px auto 30px;position:relative;}
|
170
|
159
|
.kexiu_logo{margin: 0 20px; position: relative;text-align: left;}
|
171
|
160
|
.kexiu_logo img{ width:300px;}
|
172
|
161
|
.appstoreBody{margin:8% 0;}
|
|
@ -196,6 +185,16 @@ footer .beian-icon{float: left;margin:0 4px; width:14px; height:14px; background
|
196
|
185
|
display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff9900;border-radius:5px;
|
197
|
186
|
}
|
198
|
187
|
|
|
188
|
/*认证标识相关*/
|
|
189
|
.authiconNew{/*position:absolute;top:1px;*/display: inline-block;margin-left:4px;background-position: center;background-repeat: no-repeat;}
|
|
190
|
.authicon-pro{width:16px;height:16px;background-image:url(../images/porfile_icon_zhuanjia_nor.png);background-size: cover;}/*科袖认证专家*/
|
|
191
|
.authicon-com-ok{width:16px;height:16px;background-image:url(../images/porfile_icon_qiye_hig.png);background-size: cover;}/*认证企业*/
|
|
192
|
.authicon-com-no{width:16px;height:16px;background-image:url(../images/porfile_icon_qiye_nor.png);background-size: cover;}/*未认证企业*/
|
|
193
|
.authicon-staff-ok{width:44px;height:16px;background-image:url(../images/porfile_icon_yuangong_hig.png);background-size: cover;}/*企业认证员工*/
|
|
194
|
.authicon-staff-no{width:44px;height:16px;background-image:url(../images/porfile_icon_yuangong_nor.png);background-size: cover;}/*企业未认证员工*/
|
|
195
|
.authicon-real{width: 24px;height:16px;background-image:url(../images/porfile_icon_shimin_nor.png);background-size: cover;}/*实名认证用户*/
|
|
196
|
|
|
197
|
|
199
|
198
|
/*/////////// 专家认证图标 //////////////*/
|
200
|
199
|
.authobject{ float:left;}
|
201
|
200
|
.authicon{ float:left;width:18px; height:18px; background:url(../images/authsort2.png) no-repeat;}
|
|
@ -243,7 +242,7 @@ footer .beian-icon{float: left;margin:0 4px; width:14px; height:14px; background
|
243
|
242
|
.privacyBox ul{ margin:0 4px;margin-left:40px;padding:0 4px; color:#666;}
|
244
|
243
|
|
245
|
244
|
|
246
|
|
.containerCon{width:1100px;padding:0 20px;position:relative; margin:auto;clear:both}
|
|
245
|
.containerCon{width:1100px;padding:0 10px;position:relative; margin:auto;clear:both}
|
247
|
246
|
.containerCon:before,.containerCon:after{display:table;content:" "}
|
248
|
247
|
.containerCon:after{clear:both}
|
249
|
248
|
|
|
@ -265,3 +264,18 @@ footer .appcode{background-image: url(../images/home_bg_xiazaiapp_nor.png);}
|
265
|
264
|
footer .appcode span{background-image:url(../images/home_code_app.jpg);background-size: cover;}
|
266
|
265
|
footer .weixincode{background-image: url(../images/home_bg_guanzhu_nor.png);}
|
267
|
266
|
footer .weixincode span{background-image:url(../images/home_code_weixin.jpg);background-size: cover;}
|
|
267
|
|
|
268
|
/*新版header*/
|
|
269
|
header{background: #373d41;color:#888;font-size:16px;line-height:32px;height:60px;}
|
|
270
|
header .containerCon{background: #373d41;}
|
|
271
|
header .headlogo h1 {width: 64px;height: 32px;margin:14px 14px 14px 0;padding: 0;background-image: url(../images/home_icon_logo_orange.png);background-size:contain;overflow: hidden;}
|
|
272
|
header .headnav{margin:0 14px;}
|
|
273
|
header .headnav li{float:left;margin:0 4px; padding:12px 0;}
|
|
274
|
header .headnav li a{ color:#FFFFFF; padding:14px 18px;}
|
|
275
|
header .headuser{overflow: hidden; width: 38px;height: 38px;margin:10px 0 12px 20px;cursor: pointer;}
|
|
276
|
header .headnavbtn{margin:20px 6px;}
|
|
277
|
header .headnavbtn li{float:right;margin:0 6px;}
|
|
278
|
header .navbtn{width: 18px;height:20px;cursor: pointer; padding:10px 18px;background-position:center;background-repeat:no-repeat;}
|
|
279
|
header .navnews{background-image: url(../images/nav_button_news_nor.png);background-size:contain;}
|
|
280
|
header .navsearch{background-image: url(../images/nav_button_search_nor_2.png);background-size:contain;}
|
|
281
|
header .headnav li.navcurrent{border-bottom:4px solid #ff9900;}
|