From 5eeb8864bebb1dc4f97f2feef32b742d8a9a10d5 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 14 九月 2022 15:43:04 +0800
Subject: [PATCH] 1.新增报表管理菜单

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

diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index 6a24be6..a858176 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;*/
@@ -21,6 +22,11 @@
 
 .kb_header_text {
   letter-spacing: 5px;
+  font-weight: bolder;
+}
+
+.kb_title_text{
+  font-weight: bolder;
 }
 
 .kb_headerPic {
@@ -42,7 +48,7 @@
   width: 300px;
   height: 50px;
   z-index: 10;
-  top: 30px;
+  top: -20px;
   font-size: 22px;
 }
 
@@ -66,6 +72,12 @@
   align-content: center;
 }
 
+.flex_s_c {
+  display: flex;
+  justify-content: flex-start;
+  align-content: center;
+}
+
 .kb_pd10 {
   padding: 10px;
 }
@@ -74,6 +86,20 @@
   margin-top: 10px;
 }
 
+.kb_mt5 {
+  margin-top: 5px;
+}
+/*鍏憡鏍峰紡*/
+.MarqueeTipsContentClass {
+  color: #00ffff;
+  height: 30px;
+  width: 100%;
+  line-height: 30px;
+  font-size: 26px;
+  z-index: 2;
+  position: absolute;
+  top:80px;
+}
 
 /*
 瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙

--
Gitblit v1.9.3