From 2bf7aff3435c9abcb38b9ced5b6fa56957aeae89 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 13 九月 2023 15:59:56 +0800
Subject: [PATCH] 1  车间质量、仓库管理、及五个车间看板  递交

---
 src/views/kanbanManager/kbCommon.css |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/src/views/kanbanManager/kbCommon.css b/src/views/kanbanManager/kbCommon.css
index f7c4ad6..86780ad 100644
--- a/src/views/kanbanManager/kbCommon.css
+++ b/src/views/kanbanManager/kbCommon.css
@@ -14,6 +14,13 @@
   overflow: hidden;
 }
 
+.kb_backgroundCustom {
+  position: absolute;
+  width: 1920px;
+  height: 1080px;
+  background: url('../../assets/images/background001.jpg') no-repeat;
+}
+
 .kb_header {
   /*background-color: #123;*/
   height: 90px;
@@ -27,7 +34,7 @@
   font-weight: bolder;
 }
 
-.kb_title_text{
+.kb_title_text {
   font-weight: bolder;
   font-size: 24px;
 }
@@ -69,6 +76,7 @@
   justify-content: space-evenly;
   /*align-content: center;*/
 }
+
 .flex_c_b {
   display: flex;
   flex-direction: column;
@@ -99,6 +107,7 @@
 .kb_mt10 {
   margin-top: 10px;
 }
+
 /*鍏憡鏍峰紡*/
 .MarqueeTipsContentClass {
   color: #00ffff;
@@ -108,7 +117,7 @@
   font-size: 32px;
   z-index: 2;
   position: absolute;
-  top:80px;
+  top: 80px;
 }
 
 /*
@@ -124,7 +133,7 @@
 /*scrollbar END*/
 
 
-.smallTitle{
+.smallTitle {
   height: 35px;
   display: flex;
   color: #00ffff;
@@ -132,11 +141,10 @@
   /*align-content: flex-start;*/
 }
 
-.svg_class{
+.svg_class {
   margin-right: 10px;
   font-size: 28px;
 }
-
 
 
 .lineContent {

--
Gitblit v1.9.3