Преглед на файлове

更换网站logo,更换发现广告二维码

luyanan преди 8 години
родител
ревизия
99001a6699

+ 1 - 1
cmp-portal/css/cmpindex.css

@ -251,7 +251,7 @@ ul.cmpAllUl.cmpSettledul .frmtype{height:40px;}
251 251
.successImg{display:inline-block;width:100%; height:88px; background:url(../images/sign_icon_chenggong_nor.png) center center no-repeat;}
252 252
.failImg{display:inline-block;width:100%; height:88px; background:url(../images/sign_icon_shibai_nor.png) center center no-repeat;}
253 253
/*登录相关*/
254
.signLogo{display:block;height:70px;width:270px;background:url(../images/e-sign-on_bg_logo_nor.png);background-size:cover;margin: 30px 20px 20px 0}
254
.signLogo{display:block;height:64px;width:292px;background:url(../images/e-sign-on_bg_logo_nor.png);background-size:cover;margin: 30px 20px 20px 0}
255 255
.covbodyBg{background: url(../images/e-sign-on_bg_img_nor.png) 0 bottom no-repeat;background-size:cover;}
256 256
.contConP{position:static}
257 257
.covFrmblock{position:absolute;top:50%; left:50%; transform:translate(-50%,-50%);overflow:hidden;padding:40px 30px 30px 30px;/*margin:10% auto 40px;*/width:420px;max-width:420px;background:#fff;border-radius:8px;z-index:1056; 

+ 8 - 8
cmp-portal/css/common.css

@ -579,14 +579,14 @@ button.btnModelBig:hover{
579 579

580 580
/*----------------------------分页-----------------------------*/
581 581
.tcdPageCode{ padding: 20px; margin: 10px 0;text-align: left;color: #333;text-align:center;font-size:14px;line-height:24px; }
582
.tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 30px;	line-height: 30px;	padding: 0 10px;border: 1px solid #e5e5e5;	margin: 0 8px;border-radius:5px; color:#333;}
582
.tcdPageCode a{display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;border: 1px solid #CCCCCC;margin: 0 8px;color:#333;}
583 583
.tcdPageCode a:hover{text-decoration: none;}
584
.tcdPageCode span.current{display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff9900;border-radius:5px;}
585
.tcdPageCode span.disabled{	display: inline-block;height: 30px;line-height:30px;padding: 0 10px;margin: 0 8px;	color: #ccc;background: #fff;border: 1px solid #e5e5e5;border-radius:5px;}
584
.tcdPageCode span.current{display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;border:1px solid #28b8fa;}
585
.tcdPageCode span.disabled{	display: inline-block;height: 30px;line-height:30px;padding: 0 10px;margin: 0 8px;color: #ccc;border:1px solid #E5E5E5;}
586 586
.tcdPageCode li { display: inline;}
587
.tcdPageCode a.current{
588
	display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff9900;border-radius:5px;
589
}
587

588
.tcdPageCode a.current{display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;border:1px solid #28b8fa;}
589

590 590
/*----------------------------分页------------------------*/
591 591

592 592

@ -613,7 +613,7 @@ footer .containerCon{background: #373d41;}
613 613
footer a{color:#888;text-decoration: none;}
614 614
footer p .listlink{margin-right:25px;color:#888;}
615 615
footer .bottom-block{padding:30px 0;}
616
footer .logo-block{width:242px; height:60px;background:url(../images/business_icon_logo_nor.png);background-size:cover;margin-bottom:30px;}
616
footer .logo-block{width:271px; height:60px;background:url(../images/business_icon_logo_nor.png);background-size:cover;margin-bottom:30px;}
617 617
footer .copy-block{color:#666;margin-top:10px;font-size:12px;}
618 618
footer .copy-block a{ color:#666;}
619 619
footer .copy-block a.beianbox em{display: inline-block;width:14px; height:14px;background:url(../images/home_icon_beian.png);background-size:cover;}
@ -634,7 +634,7 @@ header .topheader{background: #000;height:30px;font-size:14px;line-height:30px;}
634 634
header .topheader .containerCon{background: #000;}
635 635
header .topheader a{padding:0 10px;margin-right:16px;color:#FFFFFF}
636 636
header .topheader .downicon{background: url(../images/top_icon_shouji_nor.png) 0 center no-repeat;padding-left:18px;}
637
header .headlogo h1 {width: 60px;height: 30px;margin:14px 14px 14px 0;padding: 0;background-image: url(../images/home_icon_cmplogo.png);background-size:contain;overflow: hidden;}
637
header .headlogo h1 {width: 60px;height: 30px;margin:14px 14px 14px 0;padding: 0;background-image: url(../images/home_icon_cmplogo.png);background-repeat: no-repeat;background-size:contain;overflow: hidden;}
638 638
header .headnav{margin:0 14px;}
639 639
header .headnav li{float:left;margin:0 4px; padding:12px 0;}
640 640
header .headnav li a{ color:#FFFFFF; padding:14px 18px;}

BIN
cmp-portal/images/business_icon_logo_nor.png


BIN
cmp-portal/images/e-sign-on_bg_logo_nor.png


BIN
cmp-portal/images/home_icon_cmplogo.png


BIN
cmp-portal/images/home_icon_logo_nor.png


+ 7 - 9
css/common.css

@ -121,7 +121,7 @@ button.btnModel[disabled]:hover{background:#d6d8de;}
121 121
#header.firstL{ background:rgba(255,153,0,0);}
122 122
#header.firstB{ background:rgba(55,61,65,1);}
123 123
#header.Nosear{position:static;}
124
.logo{ display:block; width:60px; height:30px;margin:14px 14px 14px 0; background:url(../images/logo.png) no-repeat;background-size:100% 100%; float:left;}
124
.logo{ display:block; width:60px; height:30px;margin:14px 14px 14px 0; background:url(../images/home_icon_logo_orange.png) no-repeat;background-size:100% 100%; float:left;}
125 125
.searchblock{ width:280px; height:35px; position:absolute; left:50%; top:50%; margin-left:-140px; margin-top:-17.5px;}
126 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;}
127 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;}
@ -175,15 +175,13 @@ button.btnModel[disabled]:hover{background:#d6d8de;}
175 175

176 176
/*分页*/
177 177
.tcdPageCode{ padding: 20px; margin: 10px 0;text-align: left;color: #333;text-align:center;font-size:14px;line-height:24px; }
178
.tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 30px;	line-height: 30px;	padding: 0 10px;border: 1px solid #e5e5e5;	margin: 0 8px;border-radius:5px; color:#333;}
178
.tcdPageCode a{display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;border: 1px solid #CCCCCC;margin: 0 8px;color:#333;}
179 179
.tcdPageCode a:hover{text-decoration: none;}
180
.tcdPageCode span.current{display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff9900;border-radius:5px;}
181
.tcdPageCode span.disabled{	display: inline-block;height: 30px;line-height:30px;padding: 0 10px;margin: 0 8px;	color: #ccc;background: #fff;border: 1px solid #e5e5e5;border-radius:5px;}
180
.tcdPageCode span.current{display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;border:1px solid #ff9900;}
181
.tcdPageCode span.disabled{	display: inline-block;height: 30px;line-height:30px;padding: 0 10px;margin: 0 8px;color: #ccc;border:1px solid #E5E5E5;}
182 182
.tcdPageCode li { display: inline;}
183 183

184
.tcdPageCode a.current{
185
	display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff9900;border-radius:5px;
186
}
184
.tcdPageCode a.current{display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;border:1px solid #ff9900;}
187 185

188 186
/*认证标识相关*/
189 187
.authiconNew{position:relative;top:2px;display: inline-block;margin-left:4px;background-position: center;background-repeat: no-repeat;}
@ -252,7 +250,7 @@ footer .containerCon{background: #373d41;}
252 250
footer a{color:#888;text-decoration: none;}
253 251
footer p .listlink{margin-right:25px;color:#888;}
254 252
footer .bottom-block{padding:30px 0;}
255
footer .logo-block{width:242px; height:60px;background:url(../images/home_icon_logo_nor.png);background-size:cover;margin-bottom:30px;}
253
footer .logo-block{width:271px; height:60px;background:url(../images/home_icon_logo_nor.png);background-size:cover;margin-bottom:30px;}
256 254
footer .copy-block{color:#666;margin-top:10px;font-size:12px;}
257 255
footer .copy-block a{ color:#666;}
258 256
footer .copy-block a.beianbox em{display: inline-block;width:14px; height:14px;background:url(../images/home_icon_beian.png);background-size:cover;}
@ -268,7 +266,7 @@ footer .weixincode span{background-image:url(../images/home_code_weixin.jpg);bac
268 266
/*新版header*/
269 267
header{background: #373d41;color:#888;font-size:16px;line-height:32px;height:60px;}
270 268
header .containerCon{background: #373d41;}
271
header .headlogo h1 {width: 60px;height: 30px;margin: 14px 14px 14px 0;padding: 0;background-image: url(../images/home_icon_logo_orange.png);background-size:contain;overflow: hidden;}
269
header .headlogo h1 {width: 60px;height: 30px;margin: 14px 14px 14px 0;padding: 0;background-image: url(../images/home_icon_logo_orange.png);background-repeat:no-repeat;background-size:contain;overflow: hidden;}
272 270
header .headnav{margin:0 14px;}
273 271
header .headnav li{float:left;margin:0 4px; padding:12px 0;}
274 272
header .headnav li a{ color:#FFFFFF; padding:14px 18px;}

+ 86 - 143
css/genindex.css

@ -1,6 +1,8 @@
1 1
@charset "utf-8";
2 2
/* CSS Document */
3 3
html,body{background: #f4f6f8;}
4
.userRadius{ border-radius: 50%;border:1px solid #E5E5E5;}
5
.cmpRadius{border-radius:4px;border:1px solid #E5E5E5;}
4 6
.con-center{padding:20px 10px 40px; margin:10px auto;}
5 7
/*左侧菜单*/
6 8
/*.workmenu{text-align: center; float:left; width:12%; height:300px; background: #fafafa;border-radius: 6px;overflow: hidden;}
@ -14,23 +16,23 @@ a.worksubmenu.cmpBg{color: #FFFFFF;}*/
14 16
.workcontit{height: 60px;padding: 0 20px;font-size:16px;line-height:60px;color: #606060; border-bottom:1px solid #e7e7e7;}*/
15 17
16 18
/*////////////工作台/////////////////*/
17
.workblock{width:100%; padding:10px; overflow:hidden; background:#fff; margin:0;margin-bottom:16px;}
18
.leftlogo{width:56px;overflow:hidden;text-align: center;}
19
.cmplogo{width: 140px;}
20
.leftlogo img{width: 100%;}
21
.rightinfo{position:relative;width:77%;padding:0 10px;}
22
.cmpinfo{padding:0 80px 0 20px;}
23
.cmpBasic span:before{content:"";display: inline-block; width: 0; height: 0;border:2px #999 solid;margin: 2px 6px; border-radius:100%;}
24
.cmpBasic span:first-child:before{border:none;margin:0; }
25
.btnPosition{position: absolute;top:50%;margin-top:-36px;right:4px;}
26
.btnBlock a{display: block;margin:6px 0;}
27
.btnBlock .frmtype{display: block;width: 140px;}
19
/*.workblock{width:100%; padding:10px; overflow:hidden; background:#fff; margin:0;margin-bottom:16px;}
20
.leftlogo{width:56px;overflow:hidden;text-align: center;}
21
.cmplogo{width: 140px;}
22
.leftlogo img{width: 100%;}
23
.rightinfo{position:relative;width:77%;padding:0 10px;}
24
.cmpinfo{padding:0 80px 0 20px;}
25
.cmpBasic span:before{content:"";display: inline-block; width: 0; height: 0;border:2px #999 solid;margin: 2px 6px; border-radius:100%;}
26
.cmpBasic span:first-child:before{border:none;margin:0; }
27
.btnPosition{position: absolute;top:50%;margin-top:-36px;right:4px;}
28
.btnBlock a{display: block;margin:6px 0;}
29
.btnBlock .frmtype{display: block;width: 140px;}*/
28 30
/*企业认证*/
29
.identityState{padding:100px 60px 100px 60px; text-align:center;}
30
.identityState p{padding:10px; margin:10px;}
31
.identityState span{display: block;}
32
.identProcess{font-size:20px;line-height: 40px; color:#777;}
33
.identts{font-size:15px;color:#999;line-height: 34px;}
31
/*.identityState{padding:100px 60px 100px 60px; text-align:center;}
32
.identityState p{padding:10px; margin:10px;}
33
.identityState span{display: block;}
34
.identProcess{font-size:20px;line-height: 40px; color:#777;}
35
.identts{font-size:15px;color:#999;line-height: 34px;}*/
34 36
35 37
/*企业需求/员工*/
36 38
.worksubblock{ width:50%;height:354px;padding:0 10px;overflow:hidden;position: relative;}
@ -57,133 +59,23 @@ a.worksubmenu.cmpBg{color: #FFFFFF;}*/
57 59
.worksamlltitnow{ border-bottom:1px solid;text-decoration: none;}/*//cmpBorder*/
58 60
.workcontit a:link,.workcontit a:active,.workcontit a:visited  {color:#313131;}
59 61
/*内容列表*/
60
.workselectcon{ padding:20px 10px;}
61
.workselectitem{ height: 180px; margin:6px 0;padding:16px 10px 10px; padding-left: 20px;}
62
.workselectitem:nth-child(odd){background:#fff;}
63
.workselectitem table tr .workcheck{ text-align:center;}
64
.worksitcon{ width:100%;margin-top:0; overflow:hidden; }
65
.worksitcon .titList{font-weight:bold;font-size:14px;padding-right: 130px;}
66
.worksitcon .lasttime{ font-size:13px; color:#666;}
67
.worksitcon .lasttime.rightTime{position: absolute; right: 20px;top:0}
68
.worksitcon span{ padding-right:4px;}
69
.workitimg{ display:block;overflow:hidden;width:120px; height:120px;margin: 5px 0; }
62
/*.workselectcon{ padding:20px 10px;}
63
.workselectitem{ height: 180px; margin:6px 0;padding:16px 10px 10px; padding-left: 20px;}
64
.workselectitem:nth-child(odd){background:#fff;}
65
.workselectitem table tr .workcheck{ text-align:center;}
66
.worksitcon{ width:100%;margin-top:0; overflow:hidden; }
67
.worksitcon .titList{font-weight:bold;font-size:14px;padding-right: 130px;}
68
.worksitcon .lasttime{ font-size:13px; color:#666;}
69
.worksitcon .lasttime.rightTime{position: absolute; right: 20px;top:0}
70
.worksitcon span{ padding-right:4px;}
71
.workitimg{ display:block;overflow:hidden;width:120px; height:120px;margin: 5px 0; }
70 72
.needinfo{position:relative;}
71
.workhandle{ position:absolute;  top:10px; right:20px;}
72
.workhandle span{ padding:2px 20px;border:1px #d7d7d7 solid;margin: 2px;}
73
.workhandle .complain{display:none;}/* 更多操作按钮... */
74
.workhandle .coultstate{color: #fff;}
75
.workhandle .coultstate.coulstAim{border-radius: 6px 0 0 6px;}
76
/*操作状态类型*/
77
.workhandle .coultstate i{font-style: normal;}
78
.workhandle .status-1{background:#FF9900;border: solid 1px #FF9900;}/*进行中*//*咨询状态*/
79
.workhandle .status-2{background:#dd524d;border: solid 1px #dd524d;}/*待评价/新咨询*/
80
.workhandle .status-3{background:#03CE30;border: solid 1px #03CE30;}/*已完成*/
81
.workhandle .status-4{background:#6CA8FF;border: solid 1px #6CA8FF;}/*待回复*/
82
.workhandle .status-5{background:#d3d3d3;border: solid 1px #d3d3d3;}/*已拒绝/被拒绝*/
73
.workhandle{ position:absolute;  top:10px; right:20px;}
74
.workhandle span{ padding:2px 20px;border:1px #d7d7d7 solid;margin: 2px;}
75
.workhandle .complain{display:none;}/* 更多操作按钮... */
76
/*.workhandle .coultstate{color: #fff;}
77
.workhandle .coultstate.coulstAim{border-radius: 6px 0 0 6px;}*/
83 78
84
.workhandle .coultstate em{ position: absolute; width: 0px; height: 0px;border-top: 6px solid transparent; border-bottom: 0px solid rgb(204, 106, 6); border-left: 0px solid transparent; border-right: 5px solid rgb(204, 106, 6);left: -6px; top: -1px;z-index: 10;}
85
.workhandle .replybtn:hover{ background:#ff9900;cursor:pointer;color:#fff;border:1px #ff9900 solid;}
86
.rebackcon{ height:50px;width:700px;line-height: 24px; overflow:hidden;} 
87
88
/*下拉菜单*/
89
.workset{padding:4px 20px; background:#fff; border:1px solid #e8e8e8; line-height:20px; cursor:pointer;}
90
.workmenubox{ width:100%; background:#fff; padding:10px 20px;}
91
.workmenufrm{ max-width:100%;}
92
.workselectbox{ position:relative; padding:4px 10px; }
93
.workselectmenu{ padding:4px 10px 4px 20px; position:relative;cursor:pointer;}
94
.workselectmenu~.to-bottom{border-color: #28b8fa #fff;top: 40%;}
95
96
.workdropdown { position:absolute;right:0; background:#fff; border-radius:6px;border: 1px #d6d6d6 solid; box-shadow:0px 2px 2px 1px #CECEB8;-moz-box-shadow:0px 2px 2px 1px #CECEB8;-webkit-box-shadow:0px 2px 2px 1px #CECEB8; z-index:99;}
97
.workdropdown li{padding:0 20px;width:100px; line-height:40px;cursor:pointer;}
98
.workdropdown li:hover{ background-color:#f7f7f7;}
99
.workdropdown2 li{width:200px;}
100
101
/*需求查看*/
102
/*.consultdialogbox{ width:100%;padding: 20px 20px 80px 20px;color:#666;font-size:15px;line-height: 28px;}
103
.dialoghead{ padding:20px; border-radius:10px 10px 0 0; text-align:center; border-bottom:1px #d6d6d6 solid; background-color:#F3F3F3; position:relative;}
104
.dialoghead .backupbtn{ background:url(../../images/backup.png) no-repeat center center; width:24px; height:24px; padding:20px; position:absolute; top:50%; left:16px; margin-top:-16px; cursor:pointer;}
105
.dialoghead .dheadtit{width:680px; margin:auto; font-size: 18px;line-height: 18px; }
106
.dialoghead .dheadtit .dialogpro{ padding:0 10px; font-size: 20px; color:#333;}
107
.dialogcontain{ background:#fff; border-bottom:1px #d6d6d6 solid; position:relative;}
108
.dialogcontain .dialoginfo{padding: 30px 10px 20px 10px;}
109
.dialogcontain .dialoginfo .dialoginfotype{ padding: 1px 10px; color: #777;}
110
.dialogcontain .dialoginfo .dialogtit{ color: #333;font-size:15px;max-width:90%;}
111
.dialogcontain .dialoginfo .dialogtitTopic{ font-weight: bold;font-size:18px;max-width: 86%;}
112
.dialogcontain .dialoginfo .evadbox{ overflow:hidden; }
113
.dialogcontain .dialogstatus{ position:absolute;min-width:100px; top:-20px; right: -8px;padding: 0 60px;border-radius: 20px 0 0 20px;z-index: 2; line-height: 40px; }
114
.dialogcontain .dialogstatus em{position: absolute;width: 0px; height: 0px;border-top: 0px solid  #0776a9;border-bottom: 6px solid transparent;border-left: 8px solid #0776a9; border-right: 0px solid transparent;right: 0px; bottom: -5px;}
115

116
.consultBasicInfor{background: #ffffea;border-bottom:1px solid #d6d6d6;}
117
.consultBasic{width:50%;padding:10px 20px 20px 40px;}
118
.consultBasic:first-child{border-right:1px solid #d6d6d6;}
119
.consultBasic .workhs{width: auto;}
120
.consultBasic .workhs .workitimg{width:60px;}
121
.consultBasic .workinfor{width: auto;width:64%;padding:5px 16px;}
122
.consultBasic .workinfor .h1Font{font-size:18px;}
123
.consultBasic .workinfor h5{font-size:14px;}
124

125
.cBasicTit{font-size:16px;line-height:30px;text-align: center;}
126

127
.basicBtn{text-align: center;padding:80px 10px 60px 10px; background-color:#FFFFFF;}
128
.basicBtn span{padding:8px 40px;border-radius:6px;font-size: 15px;margin:4px;cursor: pointer;}
129
.basicBtn span.closeBtn{border:none;color:#FF0000}*/
130
131
/*员工列表*/
132
/*.staffemail{width: 300px;padding-left:10px;}
133
.staffMana{margin:10px 4px;padding:10px; border:1px solid #D0D0D0;}
134
.staffMana li{ width: 48%;float:left;padding:10px;border:1px dashed #a6a6a6;margin:6px 1%;border-radius: 6px;}
135
.staffMana li .leftlogo{ margin: 8px 0;}
136
.staffinfo{width: 84%;padding-right: 40px;}
137
.staffinfo .btnPosition{right:-8px;}
138
.stafffrm{padding:2px 8px;}
139
.staffTip{background: #f5f5f5;padding: 10px;}*/
140
/*企业信息浏览*/
141
/*.mainHead{background: #fafafa;padding:20px;margin:0 auto 10px;border-radius: 6px;}
142
.cmpLogoblock div{width: 180px;height: 180px;margin:auto;overflow: hidden;}
143
.menublock{height:420px;}
144
.subsidebar{cursor: pointer;}
145
.right-box{padding:8px;}
146
.right-title{ position:relative; overflow:hidden;}
147
.right-title span{font-size:20px;line-height:30px;}
148
.infor-browse{padding:0 16px;}
149
.infoList{ overflow: hidden;padding:6px 0;}
150
.infoList li{margin:4px;position: relative;overflow: hidden;}
151
.industryList li{padding-left: 10px;}
152
.industryList li:before{content: ' '; background: #666;display: block;width: 4px;height: 4px;border-radius: 50%; position: absolute;top:8px;left:0;}
153
.areaList{overflow: hidden;}
154
.areaList li{float:left;padding:6px 20px;border:1px solid #D6D6D6; border-radius:6px;}
155
.needTopic{ display:inline-table; max-width:76%;}
156
.needAim{margin-left:20px;}
157
.cmpStaff dl{width:100%;float:none;margin-right:-4%;}
158
.cmpStaff dd{max-width:120px;text-align: center;margin:2% 2.9% 1% 0;}
159
.cmpStaff dd .staffChild{width:80px;margin:auto}*/
160
/*修改企业信息*/
161
/*.uploadlogo{position:relative;background: rgba(40,184,250,.8); color:#FFFFFF;padding:8px 0;}
162
input.uploadInp[type="file"]{position:absolute;height: 40px;width: 100%;top: 0;outline: none;opacity: 0;cursor: pointer;}
163
.cmpFrmList{padding:10px 0;}
164
.cmpFrmList>li{position: relative;clear:both;margin:4px 0;padding:6px 0;}
165
.cmpFrmList>li:before,.cmpFrmList>li:after{display:table;content:" "}
166
.cmpFrmList>li:after{clear: both;}
167
.ulspace{padding:10px 0;}
168
.ulspace li{margin:4px;padding:6px 10px;text-align: center;border-width:1px;border-style:solid;border-color:#D6D6D6;border-radius:6px;}
169
.enterpriseType li{width:31%;float:left;}
170
.enterpriseType li.listactive{border-color:#28b8fa;}
171
.enterpriseType li.listactive:before{content:"";display:inline-block;width:14px;height:14px;margin-right:3px;background-image:url(../images/con_icon_selected.png);background-size:contain;overflow:hidden;}
172
.editUlist li{float:left; position:relative;padding:4px 36px 4px 10px;}
173
.editUlist li img{position:absolute;right:8px;top:8px;width: 12px;cursor: pointer;}
174
.editUlistC li{position:relative;width:96%;padding:6px 10px;margin:4px;}
175
.editUlistC li img{position:absolute;right:10px;top:10px;width: 12px;cursor: pointer;}
176
.paddingSpace{padding:0 6px;}*/
177
/*城市选择器*/
178
/*.citybox span{position:relative;width:96%;display:inline-block;padding:0 0 0 6px;cursor:pointer;margin:0;background:#fff;}
179
.citybox span .mr_show{ font-style:normal;width:100%;color:#AAAAAA;display:inline-block;height:32px;line-height:32px;position:relative;}
180
.citybox span .mr_sj{position: absolute;right: 10px;top: 13px;display:inline-block;height: 0;width: 0;border: 6px solid #fff;border-color: #28b8fa transparent transparent;}
181
.citybox span ul{width:98%;border-radius:0 0 5px 5px;position:absolute;border:1px solid #E8E8E8;background:#fff;left:-1px;top:32px;margin-bottom:10px;display:none;z-index:10;max-height:280px; overflow:auto;}
182
.citybox span ul li{width:100%;float:left;overflow:hidden;border-top:1px solid #E8E8E8;}
183
.citybox span ul li:first-child{border-top:0;}
184
.citybox span ul li a{display:block;height:30px;line-height:30px;padding:0 8px;color:#494949;}*/
185
/*日期选择器*/
186
/*.input-append.date .dateIcon{position:absolute;right:14px; top:6px;}*/
187 79
188 80
/*////////////个人设置/////////////////*/
189 81
/*a.workmenutit.accouttit{cursor: text;color: #a3a3a3;}*/
@ -222,7 +114,7 @@ ul.cmpAllUl.cmpSettledul .frmtype{height:40px;}
222 114
.successImg{display:inline-block;width:100%; height:88px; background:url(../images/sign_icon_chenggong_nor.png) center center no-repeat;}
223 115
.failImg{display:inline-block;width:100%; height:88px; background:url(../images/sign_icon_shibai_nor.png) center center no-repeat;}
224 116
/*登录相关*/
225
.signLogo{display:block;height:70px;width:270px;background:url(../images/c-sign-on_icon_logo_nor.png);background-size:cover;margin: 30px 20px 20px 0}
117
.signLogo{display:block;height:64px;width:274px;background:url(../images/c-sign-on_icon_logo_nor.png);background-size:cover;margin: 30px 20px 20px 0}
226 118
.covbodyBg{background:url(../images/c-sign-on_bg_img_nor.png) 0 bottom no-repeat;background-size:cover;}
227 119
.contConP{position:static}
228 120
.covFrmblock{position:absolute;top:50%; left:50%; transform:translate(-50%,-50%);overflow:hidden;padding:40px 30px 30px 30px;/*margin:10% auto 40px;*/width:420px;max-width:420px;background:#fff;border-radius:8px;z-index:1056; 
@ -246,7 +138,7 @@ ul.cmpAllUl>li .form_head .icon_step.step3g{background: url(../images/e-sign-on_
246 138
ul.cmpAllUl>li .form_head li.stepActive{color: #555;}
247 139
ul.cmpAllUl.cmpCoverUl .importTip{font-size:18px;color:#333;}
248 140
249
/*发现*/
141
/*--------------发现--------------*/
250 142
.contentCon{padding-top:80px;}
251 143
.leftconBox{width:820px;padding-bottom:20px;margin-bottom:20px;background: #FFFFFF;}
252 144
.table-item{/*padding:10px;*/}
@ -276,3 +168,54 @@ ul.cmpAllUl.cmpCoverUl .importTip{font-size:18px;color:#333;}
276 168
.advertBox{min-height: 100px;margin-left: 20px;}
277 169
.advertItem li{width: 260px;margin-bottom:20px;}
278 170
.advertItem li img{width: 100%;}
171
172
/*--------------搜索--------------*/
173
.searchdiv{position: relative;height:42px;font-size:16px;line-height: 40px;border:1px solid #FFFFFF;background: #FFFFFF;}
174
.searchsome{border:none;padding-right:120px;height: 40px;padding-left:20px;}
175
.searchgo{position:absolute;right:0;padding:0 40px;background: #FF9900;color: #FFFFFF;cursor: pointer;}
176
177
.filterdiv{background: #FFFFFF;margin:20px 0;}
178
ul.choosediv{background: #E6E6E6;}
179
ul.choosediv>li{float: left;padding:0 20px;font-size: 14px;color:#666;line-height: 42px;border-top:4px solid transparent;cursor: pointer;}
180
ul.choosediv>li.liactive{border-color: #ff9900;color:#ff9900;background: #FFFFFF;}
181
ul.filterListNew{padding:8px 20px 0;}
182
ul.filterListNew>li{position: relative;line-height: 28px;font-size:12px;line-height: 24px;}
183
ul.filterListNew>li:before,.filterListNew>li:after{display:table;content:" "}
184
ul.filterListNew>li:after{clear:both;content:"";position:absolute;height: 1px;width:100%;background: #E5E5E5;}
185
ul.filterListNew>li:last-child:after{height: 0;}
186
.filterListNew .leftsort{position: absolute;left: 0;top:12px;color:#666;}
187
.filterListNew .rightbtn{position: absolute;right:0;padding-right:32px;top:12px;color:#999;cursor: pointer;}
188
/*展开fold关闭unfold三角*/
189
.filterListNew .rightbtn .foldtr{position: absolute;top:8px;right: 42px;}
190
.filterListNew .rightbtn .foldtr:after{ border:solid transparent;border-top-color:#fff;border-width:5px;content:" ";position:absolute;top:100%;left:20px;}
191
.filterListNew .rightbtn .foldtr:before{border:solid transparent;border-top-color:#ff9900;border-width:7px;content:" ";position:absolute;top:100%;left:18px;}
192
.filterListNew .rightbtn .unfoldtr{position: absolute;top:15px;right: 42px;}
193
.filterListNew .rightbtn .unfoldtr:after{ border:solid transparent;border-bottom-color:#fff;border-width:5px;content:" ";position:absolute;bottom:100%;left:20px;}
194
.filterListNew .rightbtn .unfoldtr:before{border:solid transparent;border-bottom-color:#ff9900;border-width:7px;content:" ";position:absolute;bottom:100%;left:18px;}
195
196
ul.filterUl{overflow: hidden;width: 100%;height:26px;overflow:hidden;margin:10px 0;padding-left:64px;padding-right: 60px;}
197
ul.filterUl.filterUlactive{height:auto;}
198
ul.filterUl>li{float:left;margin:0 5px 4px;padding:0 10px;cursor: pointer;color:#999;border:1px solid transparent;}
199
ul.filterUl>li.filterCurrent{border-color:#e1e1e1;border-radius: 20px;color:#ff9900;}
200
201
.listdiv{background: #FFFFFF;padding-bottom:20px;margin-bottom:20px;}
202
.listdiv ul.listitemdiv{min-height: 200px;}
203
ul.listitemdiv li{position:relative;min-height:132px;padding:15px 20px;}
204
ul.listitemdiv li:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background: #f7f7f8;}
205
ul.listitemdiv li a.linkhref{display: block;}
206
ul.listitemdiv li .lefthead{position:absolute;top:50%;overflow: hidden;background-size: cover;background-position: center;}
207
ul.listitemdiv li .userheadt{width: 100px;height:100px;margin-top:-50px;background-image: url(../images/default-photo.jpg);}
208
ul.listitemdiv li .centercon{padding-left:120px;padding-right:200px;margin-top:14px;}
209
ul.listitemdiv li .centercon .h1font{font-size: 16px;line-height: 28px; color:#000;}
210
ul.listitemdiv li .centercon .h2font{font-size: 14px;line-height: 24px; color:#666;}
211
ul.listitemdiv li .rightop{padding:0 24px;line-height:32px;font-size:16px;color:#FFFFFF;cursor:pointer;border-radius:4px;background:#ff9900;
212
    box-shadow: 1px 2px 13px 0px rgba(255, 153, 0, 0.6);
213
  -webkit-box-shadow: 1px 2px 13px 0px rgba(255, 153, 0, 0.6);
214
	position:absolute;top:50%;margin-top:-16px;right:60px;}
215
216
ul.listitemdiv.listmorediv li{min-height: 142px;}	
217
ul.listitemdiv.listmorediv .resouhead{width: 164px;height: 110px;margin-top:-55px;background-image: url(../images/default-resource.jpg);}
218
ul.listitemdiv.listmorediv .centercon{padding-left:184px;padding-right: 10px;margin-top:16px;}
219
ul.listitemdiv.listmorediv .ellipsisSty-2{height:50px;}
220
221
ul.listitemdiv.listmorediv .articalhead{width: 164px;height: 110px;margin-top:-55px;background-image: url(../images/default-artical.jpg);}

BIN
images/c-sign-on_icon_logo_nor.png


BIN
images/default-photo.jpg


BIN
images/find_img_xiazai_nor.png


BIN
images/home_icon_logo_nor.png


BIN
images/home_icon_logo_orange.png