From 20ac76481e2748bec983dbf460cd44995ae08c0c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 22 十一月 2022 10:53:02 +0800
Subject: [PATCH] 1.看板字体整体增大

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

diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index 014ebc4..957770e 100644
--- a/src/views/kb/kbCommon.css
+++ b/src/views/kb/kbCommon.css
@@ -126,15 +126,42 @@
   height: 35px;
   display: flex;
   color: #00ffff;
-  font-size: 24px;
+  font-size: 26px;
   /*align-content: flex-start;*/
 }
 
 .svg_class{
   margin-right: 10px;
-  font-size: 26px;
+  font-size: 28px;
 }
 
-.el-table::before{
-  height: 0;
+
+
+.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