From 458f6714f335938fce80690c037ffca0ccfaa50c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 03 八月 2022 16:31:52 +0800
Subject: [PATCH] 1.综合看板渲染数据,完成一个版本

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

diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index 6a24be6..e227a20 100644
--- a/src/views/kb/kbCommon.css
+++ b/src/views/kb/kbCommon.css
@@ -5,7 +5,8 @@
   /*background-color: #17678c;*/
   background-color: #000;
   font-size: 16px;
-  font-family: Microsoft YaHei;
+  /*font-family: Microsoft YaHei;*/
+  font-family: Arial;
   color: #fff;
   background-size: 1920px 1080px;
   /*background: url("../../assets/images/kb_bg.png") no-repeat;*/
@@ -42,7 +43,7 @@
   width: 300px;
   height: 50px;
   z-index: 10;
-  top: 30px;
+  top: -20px;
   font-size: 22px;
 }
 
@@ -66,6 +67,12 @@
   align-content: center;
 }
 
+.flex_s_c {
+  display: flex;
+  justify-content: flex-start;
+  align-content: center;
+}
+
 .kb_pd10 {
   padding: 10px;
 }
@@ -74,6 +81,10 @@
   margin-top: 10px;
 }
 
+.kb_mt5 {
+  margin-top: 5px;
+}
+
 
 /*
 瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙

--
Gitblit v1.9.3