Browse Source

文章和服务发布样式完善

luyanan 7 years ago
parent
commit
3e8ec242e5
4 changed files with 9 additions and 7 deletions
  1. 2 2
      articalIssue.html
  2. 1 2
      css/genindex.css
  3. 5 2
      js/userInforShow.js
  4. 1 1
      sevriceIssue.html

+ 2 - 2
articalIssue.html

@ -147,7 +147,7 @@
147 147
							</li>-->
148 148
						</ul>
149 149
						<div class="seRe displayNone"><p>您还没有发布任何服务</p>
150
							<p><a href="resourceIssue.html">点击这里立即发布</a></p>
150
							<p><a class="nowAn" href="resourceIssue.html">点击这里立即发布</a></p>
151 151
						</div>
152 152
					</div>
153 153
					
@ -170,7 +170,7 @@
170 170
							</li>-->
171 171
						</ul>
172 172
						<div class="seRe displayNone"><p>您还没有发布任何服务</p>
173
							<p><a href="sevriceIssue.html">点击这里立即发布</a></p>
173
							<p><a class="nowAn" href="sevriceIssue.html">点击这里立即发布</a></p>
174 174
						</div>
175 175
					</div>
176 176
					

+ 1 - 2
css/genindex.css

@ -576,8 +576,7 @@ ul.tagList>li .h2Font{color:#666;font-size:14px;line-height:30px;}
576 576
#sevriceli li:hover {background-color:#EEEEEE;}
577 577
#resouceli li:hover {background-color:#EEEEEE;}
578 578
.listy{position:relative;min-height:55px;color:#666;cursor:pointer;}
579
.seRe{height:100px;text-align:center;padding:25px 0;font-size:16px;line-height: 28px;color:#666;}
580
.seRe a{color:#3366ff;}
579
.seRe{height:100px;text-align:center;padding:30px 0;font-size:16px;line-height: 28px;color:#888;}
581 580
/*资源图片展示*/
582 581
.Imagebox{width:362px;}
583 582
.Imagebox .tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}

+ 5 - 2
js/userInforShow.js

@ -1036,7 +1036,9 @@ $(function() {
1036 1036
					}
1037 1037
					for(var i = 0; i < lengthT; i++) {
1038 1038
						var ExpId = data.data[i].id;
1039
						(function(Id){
1039
						var paperN=data.data[i].paperCount;
1040
						var patentN=data.data[i].patentCount;
1041
						(function(Id,numL,numZ){
1040 1042
							oAjax("/ajax/professor/info/"+Id,{}, "get", function(data){
1041 1043
								$("#relatePro").parents(".conBlock").removeClass("displayNone");
1042 1044
								var itemlist = '<li class="flexCenter"><a target="_blank" href="" class="urlgo">';
@ -1048,6 +1050,7 @@ $(function() {
1048 1050
									itemlist += '</div></a></li>';
1049 1051
								var $itemlist = $(itemlist);
1050 1052
								$("#likePro").append($itemlist);
1053
								var ExpId = data.data[i].professorId;
1051 1054
								if(numL){
1052 1055
									if(numZ){
1053 1056
										$itemlist.find("#copNum").text("合作:"+numZ+"项专利,"+numL+"篇论文")
@ -1091,7 +1094,7 @@ $(function() {
1091 1094
								$itemlist.find(".authiconNew").attr("title", userType.title);
1092 1095
								$itemlist.find(".authiconNew").addClass(userType.sty);
1093 1096
							})
1094
						})(ExpId)
1097
						})(ExpId,paperN,patentN)
1095 1098
					}
1096 1099
			});
1097 1100
		},

+ 1 - 1
sevriceIssue.html

@ -125,7 +125,7 @@
125 125
							</li>-->
126 126
						</ul>
127 127
						<div class="seRe displayNone"><p>您还没有发布任何资源</p>
128
							<p><a href="resourceIssue.html">点击这里立即发布</a></p>
128
							<p><a class="nowAn" href="resourceIssue.html">点击这里立即发布</a></p>
129 129
						</div>
130 130
					</div>
131 131