From 56ba7c96dd7054e5d544a9ffbe80593107ecb855 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 02 七月 2024 15:18:58 +0800
Subject: [PATCH] 1.金华智研院看板开发100%

---
 src/views/kb/index.vue |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/src/views/kb/index.vue b/src/views/kb/index.vue
index 69ad479..53baeb7 100644
--- a/src/views/kb/index.vue
+++ b/src/views/kb/index.vue
@@ -4,7 +4,7 @@
     <div class="kb_body">
       <div class="kb_background" />
       <div class="kb_background2" />
-      <div class="kb_head" style="height: 90px">鏈潵宸ュ巶鍒嗘瀽骞冲彴</div>
+      <div class="kb_head" style="height: 90px;z-index: 3;letter-spacing: 4px">鏈潵宸ュ巶鍒嗘瀽骞冲彴</div>
       <div class="kb_headerPic" />
       <div class="kb_flex" style="height: 660px">
         <div class="kb_flex_column">
@@ -86,6 +86,11 @@
       value1: 88088,
       value2: 78792
     }
+  },
+  created() {
+    setInterval(() => {
+      location.reload()
+    }, 1000 * 60 * 60 * 2)
   },
   mounted() {
     // 鍔犺浇涓栫晫鍦板浘
@@ -979,11 +984,12 @@
 
 .kb_headerPic {
   position: absolute;
-  top: 39px;
-  width: 1808px;
-  height: 12px;
-  background: url("../../assets/images/kb_headtitle2.png") no-repeat;
-  margin-left: 56px;
+  top: 0px;
+  width: 1885px;
+  height: 100px;
+  //background: url("../../assets/images/kb_headtitle2.png") no-repeat;
+  background: url("../../assets/images/index_head.jpg") no-repeat;
+  margin-left: 17.5px;
   z-index: 2;
 }
 

--
Gitblit v1.9.3