From 0b6676302647ef7ec5e9e582642fa281b455f74c Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期六, 20 十一月 2021 20:48:02 +0800
Subject: [PATCH] 静态图片展示

---
 src/views/work.vue |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/src/views/work.vue b/src/views/work.vue
index ed9f75d..c89faca 100644
--- a/src/views/work.vue
+++ b/src/views/work.vue
@@ -1,13 +1,13 @@
 <template>
   <div>
     <el-row type="flex" justify="space-between" class="underline">
-      <span>宸ヤ綔鍔ㄦ��</span>
+      <span class="color"><b>宸ヤ綔鍔ㄦ��</b></span>
       <span @click="goMore('宸ヤ綔鐘舵��')" class="liPointer">鏇村<i class="el-icon-d-arrow-right"></i> </span>
     </el-row>
     <div>
       <ul>
         <li :key="index" v-for="(item, index) in workList" class="liPointer">
-          <div @click="toWorkMsg(item.title)"> {{ item.title }} </div>
+          <div @click="toWorkMsg(item.title)" class="bgc mart10"> {{ item.title }} </div>
         </li>
       </ul>
     </div>
@@ -19,12 +19,12 @@
   data(){
     return{
       workList: [
-        { id:'1', title: '宸ヤ綔鐘舵��1' },
-        { id:'2', title: '宸ヤ綔鐘舵��2' },
-        { id:'3', title: '宸ヤ綔鐘舵��3' },
-        { id:'4', title: '宸ヤ綔鐘舵��4' },
-        { id:'5', title: '宸ヤ綔鐘舵��5' },
-        { id:'6', title: '宸ヤ綔鐘舵��6' },
+        { id:'1', title: '鍏充簬鍋氬ソ2022骞村害鍥藉鑷鍩洪噾椤圭洰涓夌骇璁鸿瘉宸ヤ綔鐨勯�氱煡' },
+        { id:'2', title: '鍏充簬缁勭粐鐢虫姤娌冲崡鐪佺豢鑹叉妧鏈垱鏂扮ず鑼冨熀鍦扮殑閫氱煡' },
+        { id:'3', title: '鍏充簬鍋氬ソ2022骞村害鍥藉绀剧鍩洪噾椤圭洰涓夌骇璁鸿瘉宸ヤ綔鐨勯�氱煡' },
+        { id:'4', title: '鍏充簬缁勭粐鐢虫姤娌冲崡鐪佺鍗�2022骞村害娌冲崡绉戞妧鏅哄簱璋冪爺璇鹃鐨勯�氱煡' },
+        { id:'5', title: '鍏充簬缁勭粐鐢虫姤棣栨壒娌冲崡绉戞妧鏅哄簱鐮旂┒鍩哄湴鐨勯�氱煡' },
+        { id:'6', title: '鍏充簬鐢虫姤娌冲崡鐪佽秴澹版妧鏈簲鐢ㄥ伐绋嬬爺绌朵腑蹇�2021骞村害寮�鏀惧熀閲�.....' },
       ]
     }
   },
@@ -50,7 +50,7 @@
 </script>
 <style lang="less" scoped>
 .underline {
-  border-bottom: 1px solid rgb(0, 110, 215);
+  border-bottom: 1px solid rgb(1, 72, 153);
 }
 ul {
   padding-left: 0;
@@ -63,4 +63,9 @@
 a {
   text-decoration: none;
 }
+.bgc {
+  background: rgb(241, 241, 241);
+  height: 55px;
+  line-height: 55px;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0