From 699b2c16fe39f8a38f104f29b343bd06d1e53e82 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 23 九月 2022 09:07:15 +0800
Subject: [PATCH] 1.修改品质异常排行echarts图2.调整收搜栏顶部与按钮对齐
---
src/views/kb/kbCommon.css | 25 +++++++++++++++++++++----
1 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index e227a20..1e65115 100644
--- a/src/views/kb/kbCommon.css
+++ b/src/views/kb/kbCommon.css
@@ -16,12 +16,18 @@
/*background-color: #123;*/
height: 90px;
line-height: 90px;
- font-size: 40px;
+ font-size: 56px;
color: #09d8f2;
}
.kb_header_text {
letter-spacing: 5px;
+ font-weight: bolder;
+}
+
+.kb_title_text{
+ font-weight: bolder;
+ font-size: 24px;
}
.kb_headerPic {
@@ -40,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;
+
}
@@ -84,7 +91,17 @@
.kb_mt5 {
margin-top: 5px;
}
-
+/*鍏憡鏍峰紡*/
+.MarqueeTipsContentClass {
+ color: #00ffff;
+ height: 30px;
+ width: 100%;
+ line-height: 30px;
+ font-size: 32px;
+ z-index: 2;
+ position: absolute;
+ top:80px;
+}
/*
瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
--
Gitblit v1.9.3