From 5abc5f45a74ca2b5671ef73d6a665b6e6321d194 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 22 九月 2022 11:12:55 +0800
Subject: [PATCH] 大岛看板整体字体变大

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

diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index a858176..1e65115 100644
--- a/src/views/kb/kbCommon.css
+++ b/src/views/kb/kbCommon.css
@@ -16,7 +16,7 @@
   /*background-color: #123;*/
   height: 90px;
   line-height: 90px;
-  font-size: 40px;
+  font-size: 56px;
   color: #09d8f2;
 }
 
@@ -27,6 +27,7 @@
 
 .kb_title_text{
   font-weight: bolder;
+  font-size: 24px;
 }
 
 .kb_headerPic {
@@ -45,11 +46,12 @@
 .kb_headTime {
   position: absolute;
   right: 10px;
-  width: 300px;
+  width: 360px;
   height: 50px;
   z-index: 10;
   top: -20px;
-  font-size: 22px;
+  font-size: 28px;
+
 }
 
 
@@ -95,7 +97,7 @@
   height: 30px;
   width: 100%;
   line-height: 30px;
-  font-size: 26px;
+  font-size: 32px;
   z-index: 2;
   position: absolute;
   top:80px;

--
Gitblit v1.9.3