Browse Source

专家信息浏览页,屏幕下方的咨询条,头像显示不清晰问题

luyanan 8 years ago
parent
commit
e7686d02b9

+ 1 - 1
src/main/webapp/css/index.css

@ -104,7 +104,7 @@ input{ outline:none;}
104 104
.synopsis{ float:left; padding:10px 0; width:74%;line-height:24px;cursor: pointer;}
105 105
.named{display:block;font-size:18px; color:#333; float:left;}
106 106
.named:hover,.named:focus,.named:active{color:#333; text-decoration:none;}
107
.modify{ display:block; width:16px; height:16px; background:url(../images/onauth.png) center center no-repeat; background-size:100% 100%; float:left; margin:4px;}
107
.modify{ display:block; width:16px; height:16px; background:url(../images/onauth.png) center center no-repeat; background-size:100% 100%; float:left; margin:2px;}
108 108
.position{ clear:both;font-size:16px;  color:#777; }
109 109
.science{font-size:14px; color:#999;}
110 110
.ellipsisbox p{text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

+ 1 - 1
src/main/webapp/css/login.css

@ -105,7 +105,7 @@ html,body{ cursor:default; margin:0; height:100%;}
105 105
.line3{ width:95px; height:2px; background:#d5d5d5; position:absolute; left:265px; top:35px}
106 106
/*邮箱找回密码02*/
107 107
.email-find2{width:490px;background:#fff; margin:auto; padding:0 40px; padding-bottom:40px;position:relative;top:30%; z-index:999; border-radius:6px; box-shadow:1px 1px 8px #9f9d9d; margin-bottom:40px; }
108
.E-steps2-2{ color:#f59503; float:left; margin-left:70px;}
108
.E-steps2-2{ color:#f59503; float:left; margin-left:100px;}
109 109
.E-step02-2{ display:block; width:46px; height:30px; background:url(../images/02.png) no-repeat; background-position:left; overflow:hidden; margin:auto;}
110 110
.remind{font-size:14px;line-height:20px; color:#a8a8a8; text-align:center; }
111 111
/*邮箱找回密码03*/

+ 2 - 2
src/main/webapp/js/information.brow.js

@ -841,7 +841,7 @@ var resou;
841 841
                	add+='<div class="lefteva">'
842 842
                      add+='<a  class="evaimg headRadius">'
843 843
                    if($data[i].professor.hasHeadImage) {
844
                    	add+='<img src="/images/head/'+$data[i].professor.id+'_m.jpg" width="100%" height="100%">'
844
                    	add+='<img src="/images/head/'+$data[i].professor.id+'_l.jpg" width="100%" height="100%">'
845 845
                    }else{
846 846
                    	add+='<img src="/images/default-photo.jpg" width="100%" height="100%">'
847 847
                    }
@ -935,7 +935,7 @@ if(resou==0&&ass==0){
935 935
						$("#foot_proimg").attr("src","images/default-photo.jpg");
936 936
					}
937 937
					else {
938
						$("#foot_proimg").attr("src","images/head/"+myData["id"]+"_m.jpg");
938
						$("#foot_proimg").attr("src","images/head/"+myData["id"]+"_l.jpg");
939 939
					}
940 940
					
941 941