浏览代码

搜索页面科研身份表示不显示问题

luyanan 8 年之前
父节点
当前提交
29a5b7497d
共有 2 个文件被更改,包括 4 次插入5 次删除
  1. 3 4
      app/css/app.css
  2. 1 1
      app/js/searchhome.js

+ 3 - 4
app/css/app.css

@ -112,14 +112,13 @@ body{ color: #666666; font-size:14px;line-height:20px;}
112 112
/*企业和专家认证标识 icon-vip*/
113 113
.unauthicon{color:#C0C0C0; }/*未认证*/
114 114
.authicon{color:#FF9900;}
115
.icon-vip.iconfont{margin-left:3px;font-size:14px;}
115
.icon-vip.iconfont{margin-left:2px;font-size:14px;}
116 116
.authicon-cu{color:#FF9900;}/*认证科研型专家*/
117 117
.authicon-com{/*color:#00aaee;*/ color:#2082fb;}/*认证企业型专家*/
118 118
/*普通用户认证标识 icon-renzheng*/
119 119
em.icon-renzheng{position:absolute;float:left;font-size: 0;width:48px;height:16px;background-image:url(../images/authicon.png);background-repeat:no-repeat; }
120
em.icon-renzheng span{position:relative;top:0px;font-size:8px;line-height:8px;margin-right:6px;vertical-align:middle;}
121
.authicon-mana{background-position: 0 0px;background-size:100% auto;color:#ff9900;}/*认证在企高管*/
122
.authicon-staff{background-position: 0 -16px;background-size:100% auto;color:#007AFF;}/*认证在企职员*/
120
.authicon-mana{background-position: 0 -1px;background-size:100% auto;color:#ff9900;}/*认证科研*/
121
.authicon-staff{background-position: 0 -16px;background-size:100% auto;color:#007AFF;}/*认证企业*/
123 122
.authicon-stu{background-position: 0 -32px;background-size:100% auto;color:#0ee032;}/*认证在读学生*/
124 123

125 124
/*****表单公共样式********/

+ 1 - 1
app/js/searchhome.js

@ -493,7 +493,7 @@ function resourcesEach(datalist) {
493 493
		} else {
494 494
			if(item.professor.authStatus) {
495 495
				if(item.professor.authentication == 1) {					
496
					icon='<em class="mui-icon iconfont "></em>';
496
					icon='<em class="mui-icon iconfont icon-renzheng authicon-mana"></em>';
497 497
				} else if(item.professor.authentication == 2) {					
498 498
					icon='<em class="mui-icon iconfont icon-renzheng authicon-staff"></em>';
499 499
				} else {