Commit a80d57a5 by 李宏达

lhd

parent 1f5d9dab
...@@ -122,14 +122,18 @@ ...@@ -122,14 +122,18 @@
cursor: pointer; cursor: pointer;
} }
.zipImg { .zipImg {
position: relative; 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 { .zipSpan {
content: ' ';
width: 77px; width: 77px;
height: 26px; height: 26px;
position: absolute; position: absolute;
bottom: 0px; bottom: 28px;
right: 0px; right: 21px;
cursor: pointer; cursor: pointer;
} }
\ No newline at end of file
...@@ -2104,6 +2104,12 @@ ...@@ -2104,6 +2104,12 @@
console.log(this.obj); console.log(this.obj);
}, },
methods: { methods: {
tiaozhan() {
this.$root.pushx({
name:"/patentsimplesearch",
title:"专利检索"
});
},
btnPrintClick () { btnPrintClick () {
$('.returnsPage').css('display','none'); $('.returnsPage').css('display','none');
let targetDom = $("#ddd"); 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