Explorar el Código

专利论文默认图片

luyanan %!s(int64=7) %!d(string=hace) años
padre
commit
721a51bfb3
Se han modificado 6 ficheros con 8 adiciones y 6 borrados
  1. 5 2
      css/genindex.css
  2. BIN
      images/default-paper.jpg
  3. BIN
      images/default-patent.jpg
  4. 1 2
      js/paperImport.js
  5. 1 1
      js/paperList.js
  6. 1 1
      js/paperShow.js

+ 5 - 2
css/genindex.css

@ -220,8 +220,9 @@ ul.listitemdiv.listmorediv .resouhead{width: 164px;height: 110px;margin-top:-55p
220 220
ul.listitemdiv.listmorediv .centercon{padding-left:184px;padding-right: 10px;}
221 221
ul.listitemdiv.listmorediv .margin-top:16px;{margin-top:30px;}
222 222
223
224 223
ul.listitemdiv.listmorediv .articalhead{width: 164px;height: 110px;margin-top:-55px;background-image: url(../images/default-artical.jpg);}
224
ul.listitemdiv.listmorediv .paperhead{width: 164px;height: 110px;margin-top:-55px;background-image: url(../images/default-paper.jpg);}
225
ul.listitemdiv.listmorediv .patenthead{width: 164px;height: 110px;margin-top:-55px;background-image: url(../images/default-patent.jpg);}
225 226
226 227
/*--------------新版文章--------------*/
227 228
/*文章发布*/
@ -287,6 +288,8 @@ ul.artAbout .frmadd{width:auto;position:absolute;right:0;top:0;background: #ff99
287 288
.form-item .madiaHead{position:absolute;border:1px solid #E5E5E5;width: 50px;height:50px;top:50%;margin-top:-25px;background-position: center;background-size: cover;}
288 289
.form-item .madiaHead.useHead{background-image: url(../images/default-photo.jpg);border-radius: 50%;}
289 290
.form-item .madiaHead.resouseHead{background-image: url(../images/default-resource.jpg);border-radius:0;}
291
.form-item .madiaHead.paperHead{background-image: url(../images/default-paper.jpg);border-radius:0;}
292
.form-item .madiaHead.patentHead{background-image: url(../images/default-patent.jpg);border-radius:0;}
290 293
.form-item .madiaHead.artHead{background-image: url(../images/default-artical.jpg);border-radius:0;}
291 294
.form-item .madiaInfo{width:100%;padding-left:62px;margin:2px 0;}
292 295
.form-item ul .h1Font{font-size:16px;color:#333;line-height: 24px;margin-bottom:4px;}
@ -699,7 +702,7 @@ div.zoomMask{position:absolute;background:url("../images/g-resource-mask.png") r
699 702
.mr_calendar_ym .full_year li{list-style:none;margin:0;cursor: pointer;line-height: 32px;background-color: #fff;color: #333;text-align: left;padding-left:16px;}
700 703
.mr_calendar_ym .active { background-color: #ff9900!important;color: #fff!important;}
701 704
702
.modifybox .form-result.keyResult{margin: 0;}
705
.modifybox .form-result.keyResult{margin: -10px;}
703 706
.listnone1 .modifybox{margin-left:-25px;}
704 707
.showBx + .modifybox{margin-left: -25px;}
705 708
.coninfocon.listSector>ul>li.listnone1:before{content:none;}

BIN
images/default-paper.jpg


BIN
images/default-patent.jpg


+ 1 - 2
js/paperImport.js

@ -66,7 +66,6 @@ $(document).ready(function(){
66 66
function paperHtml($data) {
67 67
	console.log($data);
68 68
 	for(var i = 0; i < $data.length; i++) {
69
 		var imgSrc = "../images/default-resource.jpg";
70 69
 		var oAuthors="";
71 70
 		if($data[i].authors) {
72 71
 			oAuthors="作者:"+$data[i].authors;
@ -95,7 +94,7 @@ function paperHtml($data) {
95 94
		}
96 95
		var oString = '<li>' +
97 96
		'<a class="flexCenter">' +
98
		'<div class="madiaHead resouseHead" style="background-image: url('+imgSrc+');"></div>' +
97
		'<div class="madiaHead paperHead"></div>' +
99 98
		'<div class="madiaInfo">' +
100 99
		'<p class="h1Font ellipsisSty">'+oName1+'</p>' +
101 100
		'<p class="h2Font ellipsisSty">'+oAuthors+'</p>' +

+ 1 - 1
js/paperList.js

@ -71,7 +71,7 @@ $(document).ready(function(){
71 71
 			
72 72
	 		var oStr='<li '+oLi+'>'+
73 73
				'<a href="'+oHtml+'?paperId='+$data[i].id+'" target="_blank">'+
74
					'<div class="madiaHead resouseHead"></div>'	+						
74
					'<div class="madiaHead paperHead"></div>'	+						
75 75
						'<div class="madiaInfo">'+					
76 76
							'<p class="h1Font ellipsisSty">'+$data[i].name+'</p>'+						
77 77
							'<ul class="h2Font clearfix">'+

+ 1 - 1
js/paperShow.js

@ -212,7 +212,7 @@ $(document).ready(function() {
212 212
				$(".tagList").hide();
213 213
			}
214 214
		}		
215
		var weibopic = "http://" + window.location.host + "/images/default-resource.jpg"
215
		var weibopic = "http://" + window.location.host + "/images/default-paper.jpg"
216 216
		var weibotitle = $da.name;
217 217
		var weibourl = window.location.href;
218 218
		$("#weibo").attr("href","http://service.weibo.com/share/share.php?appkey=3677230589&title="+encodeURIComponent(weibotitle)+"&url="+encodeURIComponent(weibourl)+"&pic="+encodeURIComponent(weibopic)+"&content=utf-8"+"&ralateUid=6242830109&searchPic=false&style=simple");