From 3032fc5c1b188a820c7546da5b92a6b8d415f23a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 01 八月 2022 17:08:49 +0800
Subject: [PATCH] 1.综合看板 对接接口实现部分数据渲染

---
 src/views/kb/kbCommon.css |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index e47e923..6a24be6 100644
--- a/src/views/kb/kbCommon.css
+++ b/src/views/kb/kbCommon.css
@@ -2,14 +2,16 @@
   width: 1920px;
   height: 1080px;
   position: relative;
+  /*background-color: #17678c;*/
   background-color: #000;
   font-size: 16px;
   font-family: Microsoft YaHei;
   color: #fff;
+  background-size: 1920px 1080px;
+  /*background: url("../../assets/images/kb_bg.png") no-repeat;*/
 }
 
 .kb_header {
-  /*background-color: #000;*/
   /*background-color: #123;*/
   height: 90px;
   line-height: 90px;
@@ -24,12 +26,14 @@
 .kb_headerPic {
   position: absolute;
   top: 39px;
+  /*top: 0px;*/
   width: 1808px;
+  /*height: 90px;*/
   height: 12px;
   /*background-size: 100% 100%;*/
+  /*background: url("../../assets/images/kb_title.png") no-repeat;*/
   background: url("../../assets/images/kb_headtitle2.png") no-repeat;
   margin-left: 56px;
-  /*margin-left: 40px;*/
 }
 
 .kb_headTime {

--
Gitblit v1.9.3