Browse Source

Merge branch 'dev' of http://121.42.53.174:3000/jiapeng/portal-front.git into dev

happy 8 years ago
parent
commit
95339ddd29
1 changed files with 10 additions and 2 deletions
  1. 10 2
      shareResinfor.html

+ 10 - 2
shareResinfor.html

@ -222,10 +222,18 @@
222 222
			width:80%;
223 223
			position:relative;
224 224
		}
225
		.authicon {
226
			width: 16px;
227
			height: 16px;
228
		}
229
   
225 230
		.authicon2{
226 231
		    width: 48px;
227 232
		    height: 16px;
228 233
		}
234
		.authicon-mana{background-position: 0 -4px;background-size:100% auto;color:#ff9900;}/*认证科研*/
235
		.authicon-staff{background-position:0 -19px;background-size:100% auto;color:#19AFFF;}/*认证企业*/
236
		.authicon-stu{background-position: 0 -34px;background-size:100% auto;color:#03CE30}/*认证在读学生*/
229 237
		@media only screen and (min-width: 100px) and (max-width: 360px) {
230 238
			div[class="personbox"]{width:100%;}
231 239
		}
@ -241,7 +249,7 @@
241 249
					<div class="personblock pull-left" id="fess">
242 250
						<div class="personbox">
243 251
							<img class="headRadius" style="width: 64px;height:64px;" src="images/default-photo.jpg" id="proimg">
244
							<p class="listtit clearfix" style="display: inline-block;margin:0 0 0 10px;"><span class="floatL" id="proname"></span><em class="authicon authicon-cu" style="margin:6px 0 0 -2px;" id="promodify"></em></p>
252
							<p class="listtit clearfix" style="display: inline-block;margin:0 0 0 10px;"><span class="floatL" id="proname"></span><em class="authicon authicon-cu" style="margin:5px 0 0 -2px;" id="promodify"></em></p>
245 253
						</div>
246 254
						<p class="listtit2"><span id="protitle"></span> <span id="prooffice"></span></p>
247 255
						<p class="listtit3"><span id="proorgName"></span></p>
@ -409,7 +417,7 @@
409 417
								if(mydata['editProfessor']["authType"]) {
410 418
									opromodify.classList.add('authicon')
411 419
									opromodify.classList.add('authicon-cu');
412
									opromodify.style.margin = "3px 0 0 3px";
420
									opromodify.style.margin = "5px 0 0 3px";
413 421
								} else {
414 422
									if(mydata['editProfessor']["authStatus"]) {
415 423
										if(mydata['editProfessor']["authentication"] == 1) {