Browse Source

吉林专利市场简介

guhongwei 2 years ago
parent
commit
697a64dcb5
6 changed files with 155 additions and 0 deletions
  1. BIN
      src/assets/patent_1.png
  2. BIN
      src/assets/patent_2.png
  3. BIN
      src/assets/patent_3.png
  4. BIN
      src/assets/patent_4.png
  5. 5 0
      src/router/index.js
  6. 150 0
      src/views/patent.vue

BIN
src/assets/patent_1.png


BIN
src/assets/patent_2.png


BIN
src/assets/patent_3.png


BIN
src/assets/patent_4.png


+ 5 - 0
src/router/index.js

@@ -502,6 +502,11 @@ const web = [
     meta: { title: '登录', key: 'test' },
     component: () => import('../views/test.vue'),
   },
+  {
+    path: '/patent',
+    meta: { title: '吉林专利市场', key: 'patent' },
+    component: () => import('../views/patent.vue'),
+  },
 ];
 const routes = [...web];
 const router = new VueRouter({

+ 150 - 0
src/views/patent.vue

@@ -0,0 +1,150 @@
+<template>
+  <div id="patent">
+    <van-row>
+      <van-col span="24" class="main">
+        <van-col span="24" class="one">
+          <van-col span="24" class="one_1"> 吉林省专利市场简介 </van-col>
+        </van-col>
+        <van-col span="24" class="two">
+          <van-col span="24" class="two_1">
+            <p>2019 年 6 月吉林省科技大市场批复建设吉林省专利分市场,由吉林省科企技术转移转化研究院有限责任公司与吉林省科技大市场和长春新区科技局联合共建。</p>
+            <van-image :src="img_one" class="image"></van-image>
+          </van-col>
+          <van-col span="24" class="two_2">
+            <van-col span="14" class="txt">
+              <p>“吉林专利市场”公众号</p>
+              <p>
+                整合利用省内优势文献信息资源,建设“吉林专利市场”公众号,打造权威专利信息平台和特色专利数据库,嵌入政策资讯、法律法规、研究报告数据库模块,助力提升专利信息分析利用能力。联合省内现有专利平台和服务机构,建设专利超市,开展专利检索、专利转让、专利需求和专利导航服务。
+              </p>
+            </van-col>
+            <van-col span="10" class="image">
+              <van-image :src="img_two" class="images"></van-image>
+            </van-col>
+          </van-col>
+          <van-col span="24" class="two_2">
+            <van-col span="10" class="image">
+              <van-image :src="img_thr" class="images"></van-image>
+            </van-col>
+            <van-col span="14" class="txt">
+              <p>“e 专利”平台</p>
+              <p>
+                以吉林省发明和科技评价协会为支撑,搭建吉林省“e 专利”平台, 完善发明人和发明专利数据库,以统一开放的技术交易平台为纽带,以项目承担单位的信息资源
+                和专家人才为依托,加强专利成果供给与转化应用,形成紧密互动的 专利技术转移网络,构建吉林省科技大市场专利分市场信息基础,嵌
+                入吉林省科技大市场网上市场功能,打造全省发明专利专门交易平台。
+              </p>
+            </van-col>
+          </van-col>
+          <van-col span="24" class="two_4">
+            <van-image :src="img_four" class="image"></van-image>
+          </van-col>
+        </van-col>
+      </van-col>
+    </van-row>
+  </div>
+</template>
+
+<script>
+import { mapState, createNamespacedHelpers } from 'vuex';
+export default {
+  name: 'patent',
+  props: {},
+  components: {},
+  data: function () {
+    return {
+      img_one: require('@a/patent_1.png'),
+      img_two: require('@a/patent_2.png'),
+      img_thr: require('@a/patent_3.png'),
+      img_four: require('@a/patent_4.png'),
+    };
+  },
+  created() {},
+  methods: {},
+  computed: {
+    ...mapState(['user']),
+  },
+  metaInfo() {
+    return { title: this.$route.meta.title };
+  },
+  watch: {
+    test: {
+      deep: true,
+      immediate: true,
+      handler(val) {},
+    },
+  },
+};
+</script>
+
+<style lang="less" scoped>
+.main {
+  padding: 3% 28%;
+  .one {
+    .one_1 {
+      font-size: 30px;
+      font-weight: bold;
+      text-align: center;
+      margin: 0 0 20px 0;
+      font-family: 'Courier New', Courier, monospace;
+    }
+  }
+  .two {
+    border: 1px solid #409eff;
+    padding: 20px 20px 10px 20px;
+    border-radius: 5px;
+    .two_1 {
+      margin: 0 0 10px 0;
+      text-align: center;
+      p {
+        font-size: 22px;
+        text-align: left;
+        margin: 0 0 10px 0;
+        font-family: cursive;
+        line-height: 40px;
+      }
+      .image {
+        width: 90%;
+        height: 10%;
+        overflow: hidden;
+        border-radius: 10px;
+      }
+    }
+    .two_2 {
+      margin: 0 0 10px 0;
+      .txt {
+        font-size: 22px;
+        text-align: left;
+        margin: 0 0 10px 0;
+        font-family: cursive;
+        line-height: 40px;
+
+        p:nth-child(1) {
+          font-weight: bold;
+        }
+        p:nth-child(2) {
+          padding: 0 5px;
+          text-indent: 2rem;
+        }
+      }
+      .image {
+        text-align: center;
+        margin: 45px 0;
+        .images {
+          width: 100%;
+          height: 270px;
+          overflow: hidden;
+          border-radius: 10px;
+        }
+      }
+    }
+    .two_4 {
+      text-align: center;
+      .image {
+        width: 100%;
+        height: 450px;
+        overflow: hidden;
+        border-radius: 10px;
+      }
+    }
+  }
+}
+</style>