From c400c87b6193d402bd0a3b233a9b08049b2ca426 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 21 三月 2023 16:24:32 +0800
Subject: [PATCH] 1.莱科看板迭代

---
 src/views/kb/kbCommon.css |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 56 insertions(+), 3 deletions(-)

diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index 1e65115..6c967f1 100644
--- a/src/views/kb/kbCommon.css
+++ b/src/views/kb/kbCommon.css
@@ -10,6 +10,8 @@
   color: #fff;
   background-size: 1920px 1080px;
   /*background: url("../../assets/images/kb_bg.png") no-repeat;*/
+
+  overflow: hidden;
 }
 
 .kb_header {
@@ -45,7 +47,7 @@
 
 .kb_headTime {
   position: absolute;
-  right: 10px;
+  right: 80px;
   width: 360px;
   height: 50px;
   z-index: 10;
@@ -66,6 +68,12 @@
   flex-direction: column;
   justify-content: space-evenly;
   /*align-content: center;*/
+}
+.flex_c_b {
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
+  align-content: space-between;
 }
 
 .flex_e_c {
@@ -88,8 +96,8 @@
   margin-top: 10px;
 }
 
-.kb_mt5 {
-  margin-top: 5px;
+.kb_mt10 {
+  margin-top: 10px;
 }
 /*鍏憡鏍峰紡*/
 .MarqueeTipsContentClass {
@@ -114,3 +122,48 @@
 /*}*/
 
 /*scrollbar END*/
+
+
+.smallTitle{
+  height: 35px;
+  display: flex;
+  color: #00ffff;
+  font-size: 26px;
+  /*align-content: flex-start;*/
+}
+
+.svg_class{
+  margin-right: 10px;
+  font-size: 28px;
+}
+
+
+
+.lineContent {
+  /*height: 435px;*/
+  border: 1px solid #09d8f2;
+  border-radius: 5px;
+  padding: 2px;
+  box-shadow: #00FFFF 0 0 10px;
+}
+
+.lineContentCenter {
+  height: 935px;
+  border: 1px solid #09d8f2;
+  border-radius: 5px;
+  padding: 2px;
+  box-shadow: #00FFFF 0 0 10px;
+}
+
+.horn {
+  background: linear-gradient(#00FFFF, #00FFFF) left top,
+  linear-gradient(#00FFFF, #00FFFF) left top,
+  linear-gradient(#00FFFF, #00FFFF) right top,
+  linear-gradient(#00FFFF, #00FFFF) right top,
+  linear-gradient(#00FFFF, #00FFFF) left bottom,
+  linear-gradient(#00FFFF, #00FFFF) left bottom,
+  linear-gradient(#00FFFF, #00FFFF) right bottom,
+  linear-gradient(#00FFFF, #00FFFF) right bottom;
+  background-repeat: no-repeat;
+  background-size: 2px 20px, 20px 2px;
+}

--
Gitblit v1.9.3