Browse Source

pc版网页二维码分享论文专利企业

luyanan 7 years ago
parent
commit
58525d92a3
5 changed files with 10 additions and 10 deletions
  1. 4 4
      cmp-portal/css/cmpindex.css
  2. 2 2
      cmpInforShow.html
  3. 1 1
      css/common.css
  4. 1 1
      paperShow.html
  5. 2 2
      patentShow.html

+ 4 - 4
cmp-portal/css/cmpindex.css

@ -307,7 +307,7 @@ ul.cmpAllUl.cmpArticalul.cmpArticalul2{width: 97%;margin:10px;}
307 307
.hotThis{position:absolute;top:-5px;right:-5px;display:inline-block;width:63px;height:63px;background:url(../../images/g_article_bg_redu_nor.png);}
308 308
309 309
.conBlock .rightconBox{width: 260px;margin-left: 20px;}
310
.conBlock .rightconBox .conItem{padding:30px;background: #FFFFFF;margin-bottom: 20px;}
310
.conBlock .rightconBox .conItem{padding:15px;background: #FFFFFF;margin-bottom: 20px;}
311 311
.conBlock .rightconBox .conItem:first-child{padding:30px 10px;border-top:4px #28b8fa solid;}
312 312
ul.artAbout>li{clear:both;}
313 313
ul.artAbout>li:before,ul.artAbout>li:after{display:table;content:" "}
@ -366,8 +366,8 @@ ul.artAbout .frmadd{width:auto;position:absolute;right:0;top:0;background: #28b8
366 366
.form-drop>ul>li:active{background: #28b8fa;color:#fff;}
367 367
.form-drop>ul>li:active .h1Font,.form-drop>ul>li:active .h2Font{color:#fff;}
368 368
369
.form-result{margin:18px -30px 0 -30px;}
370
.form-result>ul>li{position:relative;padding:12px 30px;min-height: 76px;}
369
.form-result{margin:18px -15px 0 -15px;}
370
.form-result>ul>li{position:relative;padding:12px 15px;min-height: 76px;}
371 371
.form-result>ul>li .deleteThis{display:none;position:absolute;top:50%;margin-top:-16px;right:28px;width:32px;height:32px;background:url(../../images/g_article_button_shanchu_hig.png);background-size:cover;cursor:pointer;}
372 372
.form-result>ul>li:hover{background: #EEEEEE;}
373 373
.form-result>ul>li:hover .deleteThis{display:block;}
@ -470,7 +470,7 @@ ul.tagList>li .h2Font{color:#666}
470 470
.artAbout>li>dl>dd .uploadFile .uploadblock{border: none;}
471 471
.artAbout>li>dl>dd .file-panel{position:absolute;top:-10px;right:-10px;text-align:center;overflow:hidden;}
472 472
.artAbout>li>dl>dd .file-panel .cancel{display: inline-block;width: 20px;height: 20px;cursor: pointer;background: url(../../images/g_resource_button_guanbi_nor.png);background-size: cover;}
473
.form-item .addexpertRe{margin:0 -30px;}
473
.form-item .addexpertRe{margin:0 -15px;}
474 474
.form-item .addexpertRe ul.addexpert>li .madiaInfo{padding-right:42px;}
475 475
.form-item .addexpertRe ul.addexpert>li .selectNull{position:absolute; right:20px;top:50%;margin-top:-11px;width:22px; height:22px;background-image: url(../../images/c-sign-on_button_xuanze_nor.png);background-size: cover;}
476 476
.form-item .addexpertRe ul.addexpert>li .selectAdd{background-image: url(../../images/c-sign-on_button_xuanze_hig.png);}

+ 2 - 2
cmpInforShow.html

@ -205,8 +205,8 @@
205 205

206 206
	function makeCode() {
207 207
		var hurl = window.location.host;
208
		var professorId = GetQueryString("professorId");
209
		var elurl = "http://" + hurl + "/ekexiu/shareProinfor.html?professorId=" + professorId;
208
		var orgId = GetQueryString("orgId");
209
		var elurl = "http://" + hurl + "/e/c.html?id=" + orgId;
210 210
		qrcode.makeCode(elurl);
211 211
	}
212 212
	makeCode();

+ 1 - 1
css/common.css

@ -54,7 +54,7 @@ input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #99
54 54
.displayNone{display:none;}
55 55
.displayBlock{display:block;}
56 56
.ellipsisSty {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
57
.ellipsisSty-2 { display: -webkit-box;height:40px;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word; -webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;}
57
.ellipsisSty-2 { display: -webkit-box;max-height:40px;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word; -webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;}
58 58

59 59
.alignCenter{text-align: center;}
60 60
/*默认/主题颜色*/

+ 1 - 1
paperShow.html

@ -125,7 +125,7 @@
125 125
	function makeCode(){
126 126
		var hurl = window.location.host;
127 127
		var paperId =  GetQueryString("paperId");
128
		var elurl = "http://" + hurl + "/e/r.html?id=" + paperId ; 
128
		var elurl = "http://" + hurl + "/e/l.html?id=" + paperId ; 
129 129
		qrcode.makeCode(elurl);
130 130
	}
131 131
	makeCode();

+ 2 - 2
patentShow.html

@ -151,8 +151,8 @@
151 151
	});
152 152
	function makeCode(){
153 153
		var hurl = window.location.host;
154
		var resourceId =  GetQueryString("resourceId");
155
		var elurl = "http://" + hurl + "/e/r.html?id=" + resourceId ; 
154
		var patentId =  GetQueryString("patentId");
155
		var elurl = "http://" + hurl + "/e/z.html?id=" + patentId ; 
156 156
		qrcode.makeCode(elurl);
157 157
	}
158 158
	makeCode();