From df86d5bd8bbbe4b2d6ec8bdffa681848d92576ca Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 30 八月 2022 17:02:59 +0800
Subject: [PATCH] 1.修改bug2.保养部位增删查改开发完成

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

diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index e47e923..dac111f 100644
--- a/src/views/kb/kbCommon.css
+++ b/src/views/kb/kbCommon.css
@@ -2,14 +2,17 @@
   width: 1920px;
   height: 1080px;
   position: relative;
+  /*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;*/
 }
 
 .kb_header {
-  /*background-color: #000;*/
   /*background-color: #123;*/
   height: 90px;
   line-height: 90px;
@@ -19,17 +22,24 @@
 
 .kb_header_text {
   letter-spacing: 5px;
+  font-weight: bolder;
+}
+
+.kb_title_text{
+  font-weight: bolder;
 }
 
 .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 {
@@ -38,7 +48,7 @@
   width: 300px;
   height: 50px;
   z-index: 10;
-  top: 30px;
+  top: -20px;
   font-size: 22px;
 }
 
@@ -62,6 +72,12 @@
   align-content: center;
 }
 
+.flex_s_c {
+  display: flex;
+  justify-content: flex-start;
+  align-content: center;
+}
+
 .kb_pd10 {
   padding: 10px;
 }
@@ -70,6 +86,10 @@
   margin-top: 10px;
 }
 
+.kb_mt5 {
+  margin-top: 5px;
+}
+
 
 /*
 瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙

--
Gitblit v1.9.3