Browse Source

研究方向点赞详情

luyanan 7 years ago
parent
commit
bae8c5d24f
3 changed files with 6 additions and 1 deletions
  1. 1 0
      css/genindex.css
  2. 2 0
      js/userInforShow.js
  3. 3 1
      userInforShow.html

+ 1 - 0
css/genindex.css

@ -779,6 +779,7 @@ div.zoomMask{position:absolute;background:url("../images/g-resource-mask.png") r
779 779
.resAreaCover .researchArea{padding:16px 30px;background: #ff9900;color:#FFFFFF;font-size:16px; border-bottom:1px #EAEAEA solid;border-radius: 8px 8px 0 0;}
780 780
.resAreaCover .form-result>ul>li:after{content: "";position: absolute;left:30px;right: 0;bottom: 0;height: 1px;background: #E5E5E5;}
781 781
.resAreaCover .form-result>ul>li:last-child:after{background:transparent;}
782
.resAreaTip>p{color:#888;line-height:200px;text-align: center;}
782 783
783 784
/*修改信息相关*/
784 785
.replace-photo{ display:block; width:100%; height:95px; position:absolute; bottom:0; background-color:rgba(0,0,0,0.4);font-size:16px;line-height:90px; color:#fff; text-align:center;}

+ 2 - 0
js/userInforShow.js

@ -208,9 +208,11 @@ $(function() {
208 208
						var $info = data.data;
209 209
						$("#subArea").text(cap);
210 210
						$(".resAreaCover").fadeIn();
211
						$(".resAreaTip").addClass("displayNone")
211 212
						$(".resAreaCon").show()
212 213
						if($info.length == 0) {
213 214
							$(".resAreaCon").hide();
215
							$(".resAreaTip").removeClass("displayNone")
214 216
							return;
215 217
						}
216 218
						for(var i = 0; i < $info.length; i++) {

+ 3 - 1
userInforShow.html

@ -28,7 +28,9 @@
28 28
			<ul style="margin-top:10px;" id="areaCon">
29 29
			</ul>
30 30
		</div>
31
		<div style="height: 20px;"></div>
31
		<div class="resAreaTip displayNone">
32
			<p>该研究方向还没被其他人认可</p>
33
		</div>
32 34
		<span class="workclose" id="workclose"></span>
33 35
	</div>
34 36
</div>