|
@ -21,13 +21,13 @@
|
21
|
21
|
.mui-popup{text-align: left;}
|
22
|
22
|
.mui-popup-button:first-child { border-radius: 0 0 0 8px;}
|
23
|
23
|
.mui-popup-button:last-child { border-radius: 0 0 8px;}
|
24
|
|
.mui-popup-button{ color:#999999; font-size:14px;}
|
|
24
|
.mui-popup-button{ color:#999999; font-size:14px;line-height:20px;}
|
25
|
25
|
.mui-popup-button:hover{background: #FF9900;color:#FFFFFF;}
|
26
|
26
|
|
27
|
27
|
a{text-decoration:none;color:#007aff}a:active{color:#0062cc}
|
28
|
28
|
.mui-btn.mui-active:enabled,.mui-btn:enabled:active,button.mui-active:enabled,button:enabled:active,input[type=button].mui-active:enabled,input[type=button]:enabled:active,input[type=reset].mui-active:enabled,input[type=reset]:enabled:active,input[type=submit].mui-active:enabled,input[type=submit]:enabled:active{color:#fff;background-color:#FF9900;border:1px solid #ff9900;}
|
29
|
29
|
/*///////////////common公共样式///////////////////////*/
|
30
|
|
body{ color: #666666; font-size:14px;}
|
|
30
|
body{ color: #666666; font-size:14px;line-height:20px;}
|
31
|
31
|
.floatL{ float: left;}
|
32
|
32
|
.floatR{ float: right;}
|
33
|
33
|
.displayNone {display: none;}
|
|
@ -94,7 +94,7 @@ body{ color: #666666; font-size:14px;}
|
94
|
94
|
.authword{ padding:2px 6px; margin-left:6px;border-radius:4px; color: #FFFFFF; font-size: 12px;}
|
95
|
95
|
.authed{ background: #FF9900; }
|
96
|
96
|
/*认证中*/
|
97
|
|
.authing{background: #00b38a;}
|
|
97
|
.authing{background: #6edb00;}
|
98
|
98
|
/*未认证*/
|
99
|
99
|
.unauth{background: #efefef;color: #CCCCCC;}
|
100
|
100
|
|
|
@ -110,12 +110,12 @@ em.icon-renzheng{border:1px solid;border-radius:10px;font-size:16px;line-height:
|
110
|
110
|
em.icon-renzheng span{ font-size:12px;margin-right:6px;vertical-align:middle;}
|
111
|
111
|
.authicon-mana{color:#ff9900;}/*认证在企高管*/
|
112
|
112
|
.authicon-staff{color:#007AFF;}/*认证在企职员*/
|
113
|
|
.authicon-stu{color:#00b38a;}/*认证在读学生*/
|
|
113
|
.authicon-stu{color:#6edb00;}/*认证在读学生*/
|
114
|
114
|
|
115
|
115
|
/*****表单公共样式********/
|
116
|
116
|
/*input输入相关*/
|
117
|
117
|
.frmbox{ width: 100%; margin:2% auto; border-radius: 6px; }
|
118
|
|
.frmtype{ width: 100%; margin: auto;line-height: 30px;padding: 1% 2%;font-size: 14px;}
|
|
118
|
.frmtype{ width: 100%; margin: auto;line-height: 30px;padding: 1% 2%;font-size: 14px;line-height:20px;}
|
119
|
119
|
.frmbtn{margin:4% auto;font-size: 14px;line-height: 24px;padding: 1% 2%;border:1px solid #FF9900; border-radius: 6px; color:#FF9900 ;}
|
120
|
120
|
/*.frmbtn:hover{border:1px solid #FF9900; color:#FFFFFF;background-color:#FF9900;}*/
|
121
|
121
|
.frmbox{ border:none; width: 90%;height: 100%; }
|
|
@ -178,11 +178,11 @@ em.icon-renzheng span{ font-size:12px;margin-right:6px;vertical-align:middle;}
|
178
|
178
|
.headbox .headimg{width: 20%;}
|
179
|
179
|
.maincon .pinfor{ color: #888888; font-size: 13px;}
|
180
|
180
|
.maincon ul {margin:0; padding:0;padding-left:3%;}
|
181
|
|
.maincon ul li{ list-style: none;padding-left: 2%;font-size: 14px; overflow: hidden;}
|
182
|
|
.boxnav-title{font-size: 14px; color:#888; font-weight: normal;padding-left:6%;}
|
|
181
|
.maincon ul li{ list-style: none;padding-left: 2%;font-size: 14px;line-height: 20px; overflow: hidden;}
|
|
182
|
.boxnav-title{font-size: 14px; color:#888; font-weight: normal;position:relative;padding-left:6%;}
|
183
|
183
|
ul.boxnav{ overflow: hidden;width:100%; padding: 0 3%;}
|
184
|
184
|
ul.boxnav li{list-style: none;width:33.333%;float:left; padding:0 10px; -webkit-box-sizing: border-box;}
|
185
|
|
ul.boxnav li span{width:100%; font-size:12px;height:28px; line-height:28px; text-align: center; display: block; background: #fff; border-radius: 5px;}
|
|
185
|
ul.boxnav li span{width:100%; font-size:12px;height:28px; line-height:26px; text-align: center; display: block; background: #fff; border-radius: 5px;}
|
186
|
186
|
ul.boxnav li:nth-child(1) span{border:1px solid #ff9900; color: #ff9900;}
|
187
|
187
|
ul.boxnav li:nth-child(2) span{border:1px solid #6699ff; color: #6699ff;}
|
188
|
188
|
ul.boxnav li:nth-child(3) span{border:1px solid #66cc00; color: #66cc00;}
|
|
@ -273,14 +273,15 @@ ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; backgr
|
273
|
273
|
.likemore{ display: block; width: 26px; height: 26px; border:1px solid #CCCCCC;}
|
274
|
274
|
|
275
|
275
|
.infoapply li{ padding-left:6px;padding-right:2px; list-style: disc inside; width: 50%; float: left;}
|
|
276
|
#industry1 li{ padding-left:6px;padding-right:2px; list-style: disc inside; width: 50%; float: left}
|
276
|
277
|
.gotonext{ width:140px; margin: auto; font-size: 14px; color: #FF9900; overflow: hidden;}
|
277
|
278
|
.gotonext2{ width: 110px;}
|
278
|
279
|
/*.gotonext em{display: block; width: 20px; height: 20px; margin-left:6px ; background:url(../images/goto.png) center center no-repeat; background-size:100% 100% ; }*/
|
279
|
280
|
|
280
|
|
.dialogbtn{ overflow: hidden; width:80%;padding: 12px; color: #FF9900;}
|
|
281
|
.dialogbtn{ overflow: hidden; width:80%; line-height:50px; color: #FF9900;}
|
281
|
282
|
.dialogbtn div{ width: 70px;overflow: hidden;margin: auto;}
|
282
|
|
.dialogbtn span{font-size: 14px; line-height: 24px; padding: 0 3px; font-weight: 600;}
|
283
|
|
.dialogbtn em{font-size: 20px;line-height: 24px; }
|
|
283
|
.dialogbtn span{font-size: 14px; padding: 0 3px; font-weight: 600;}
|
|
284
|
.dialogbtn em{font-size: 20px;}
|
284
|
285
|
/*.dialogbtn em{display: block; width: 24px; height: 24px; background: url(../images/dialogue.png) center center no-repeat; background-size:100% 100% ; margin-right:6px;}*/
|
285
|
286
|
/*.dialogbtn:hover{ background:#FF9900; color: #FFFFFF;}*/
|
286
|
287
|
|
|
@ -349,7 +350,7 @@ ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; backgr
|
349
|
350
|
.updatebox{ position: absolute; right:1%; top:0; font-size: 13px; line-height:16px;color: #FF9900;}
|
350
|
351
|
.updatebox2{right:6%; }
|
351
|
352
|
.updatebox:hover,.updatebox:active,.updatebox:link{ color: #FF9900;}
|
352
|
|
.updatebox .updatebtn{font-size:16px;}
|
|
353
|
.updatebox .updatebtn{font-size:20px;margin-top:-4px;}
|
353
|
354
|
|
354
|
355
|
.addinfobox{ position: absolute;right: 10px;/* top: 0; */ font-size: 13px; line-height:16px;color: #FF9900;}
|
355
|
356
|
.addinfobox:hover,.addinfobox:active,.addinfobox:link{ color: #FF9900;}
|
|
@ -479,7 +480,7 @@ ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; backgr
|
479
|
480
|
.coutopicbox .aimlabel{background:#6CA8FF;}
|
480
|
481
|
.coutopicbox .status-1{background:#FF9900;}/*进行中*//*咨询状态*/
|
481
|
482
|
.coutopicbox .status-2{background:#dd524d;}/*待评价*/
|
482
|
|
.coutopicbox .status-3{background:#00b38a;}/*已完成*/
|
|
483
|
.coutopicbox .status-3{background:#6edb00;}/*已完成*/
|
483
|
484
|
|
484
|
485
|
.thistime{ position: absolute; right:2px; font-size: 12px; color: #999999;}
|
485
|
486
|
|
|
@ -509,7 +510,7 @@ ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; backgr
|
509
|
510
|
|
510
|
511
|
.resomenubox{background: #FFFFFF; padding:8px 10px;}
|
511
|
512
|
.resomenubox ul.resomenu{padding: 0;margin: 0;overflow: hidden;}
|
512
|
|
.resomenubox ul.resomenu li{ list-style: none; font-size:16px; float: left;}
|
|
513
|
.resomenubox ul.resomenu li{ list-style: none; font-size:16px;line-height:20px; float: left;}
|
513
|
514
|
|
514
|
515
|
.resouinfoword{ padding:6px 0; background: #FFFFFF;}
|
515
|
516
|
.resouinfobox{ padding:0;margin: 0;}
|
|
@ -518,11 +519,11 @@ ul.boxnav li.set:nth-child(3) span{border:1px solid #66cc00; color: #fff; backgr
|
518
|
519
|
/*********************** 资源信息浏览*******************/
|
519
|
520
|
|
520
|
521
|
/***********************评价*******************/
|
521
|
|
.feedback .row {width: 100%;background-color: #fff;font-size:14px;}
|
|
522
|
.feedback .row {width: 100%;background-color: #fff;font-size:14px;line-height:20px; }
|
522
|
523
|
.feedback .hidden {display: none;}
|
523
|
|
.feedback .mui-inline{vertical-align: bottom;font-size: 14px;color: #888888;}
|
|
524
|
.feedback .mui-inline{vertical-align: bottom;font-size: 14px;line-height:20px; color: #888888;}
|
524
|
525
|
.feedback .question{border-bottom:1px solid #F0F0F0;padding:4px 16px;}
|
525
|
|
.icons.levelbox .icon-favor{color: #B5B5B5;font-size: 18px;}
|
|
526
|
.icons.levelbox .icon-favor{color: #B5B5B5;font-size: 18px;line-height:20px; }
|
526
|
527
|
.icons.levelbox .icon-favorfill{/*color: #FFB400;*/font-size: 18px;}
|
527
|
528
|
.assessbox{margin:10px 0; background: #FFFFFF; padding:10px;padding-bottom: 30px;}
|
528
|
529
|
/***********************评价*******************/
|