Commit a80d57a5 by 李宏达

lhd

parent 1f5d9dab
......@@ -122,14 +122,18 @@
cursor: pointer;
}
.zipImg {
display: inline-block;
position: relative;
width: 356px;
height: 232px;
background: url('https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_39961594794942854202015143542854微信图片_20200715134452.png') no-repeat;
background-size: 100% 100%;
}
.zipImg::before {
content: ' ';
.zipSpan {
width: 77px;
height: 26px;
position: absolute;
bottom: 0px;
right: 0px;
bottom: 28px;
right: 21px;
cursor: pointer;
}
\ No newline at end of file
......@@ -2104,6 +2104,12 @@
console.log(this.obj);
},
methods: {
tiaozhan() {
this.$root.pushx({
name:"/patentsimplesearch",
title:"专利检索"
});
},
btnPrintClick () {
$('.returnsPage').css('display','none');
let targetDom = $("#ddd");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment