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
.hotThis{position:absolute;top:-5px;right:-5px;display:inline-block;width:63px;height:63px;background:url(../../images/g_article_bg_redu_nor.png);}
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
.conBlock .rightconBox{width: 260px;margin-left: 20px;}
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
.conBlock .rightconBox .conItem:first-child{padding:30px 10px;border-top:4px #28b8fa solid;}
311
.conBlock .rightconBox .conItem:first-child{padding:30px 10px;border-top:4px #28b8fa solid;}
312
ul.artAbout>li{clear:both;}
312
ul.artAbout>li{clear:both;}
313
ul.artAbout>li:before,ul.artAbout>li:after{display:table;content:" "}
313
ul.artAbout>li:before,ul.artAbout>li:after{display:table;content:" "}
366
.form-drop>ul>li:active{background: #28b8fa;color:#fff;}
366
.form-drop>ul>li:active{background: #28b8fa;color:#fff;}
367
.form-drop>ul>li:active .h1Font,.form-drop>ul>li:active .h2Font{color:#fff;}
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
.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;}
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
.form-result>ul>li:hover{background: #EEEEEE;}
372
.form-result>ul>li:hover{background: #EEEEEE;}
373
.form-result>ul>li:hover .deleteThis{display:block;}
373
.form-result>ul>li:hover .deleteThis{display:block;}
470
.artAbout>li>dl>dd .uploadFile .uploadblock{border: none;}
470
.artAbout>li>dl>dd .uploadFile .uploadblock{border: none;}
471
.artAbout>li>dl>dd .file-panel{position:absolute;top:-10px;right:-10px;text-align:center;overflow:hidden;}
471
.artAbout>li>dl>dd .file-panel{position:absolute;top:-10px;right:-10px;text-align:center;overflow:hidden;}
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;}
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
.form-item .addexpertRe ul.addexpert>li .madiaInfo{padding-right:42px;}
474
.form-item .addexpertRe ul.addexpert>li .madiaInfo{padding-right:42px;}
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;}
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
.form-item .addexpertRe ul.addexpert>li .selectAdd{background-image: url(../../images/c-sign-on_button_xuanze_hig.png);}
476
.form-item .addexpertRe ul.addexpert>li .selectAdd{background-image: url(../../images/c-sign-on_button_xuanze_hig.png);}

+ 2 - 2
cmpInforShow.html

205

205

206
	function makeCode() {
206
	function makeCode() {
207
		var hurl = window.location.host;
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
		qrcode.makeCode(elurl);
210
		qrcode.makeCode(elurl);
211
	}
211
	}
212
	makeCode();
212
	makeCode();

+ 1 - 1
css/common.css

54
.displayNone{display:none;}
54
.displayNone{display:none;}
55
.displayBlock{display:block;}
55
.displayBlock{display:block;}
56
.ellipsisSty {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
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
.alignCenter{text-align: center;}
59
.alignCenter{text-align: center;}
60
/*默认/主题颜色*/
60
/*默认/主题颜色*/

+ 1 - 1
paperShow.html

125
	function makeCode(){
125
	function makeCode(){
126
		var hurl = window.location.host;
126
		var hurl = window.location.host;
127
		var paperId =  GetQueryString("paperId");
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
		qrcode.makeCode(elurl);
129
		qrcode.makeCode(elurl);
130
	}
130
	}
131
	makeCode();
131
	makeCode();

+ 2 - 2
patentShow.html

151
	});
151
	});
152
	function makeCode(){
152
	function makeCode(){
153
		var hurl = window.location.host;
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
		qrcode.makeCode(elurl);
156
		qrcode.makeCode(elurl);
157
	}
157
	}
158
	makeCode();
158
	makeCode();