From 3706fb22a858169204aa05a01b38ec1a4e04b5c7 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周六, 30 11月 2024 16:22:31 +0800
Subject: [PATCH] 大屏

---
 LuLiScreen/css/style_new20241126.css |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/LuLiScreen/css/style_new20241126.css b/LuLiScreen/css/style_new20241126.css
index 4bf7fa4..f75dc8a 100644
--- a/LuLiScreen/css/style_new20241126.css
+++ b/LuLiScreen/css/style_new20241126.css
@@ -279,7 +279,7 @@
 }
 
 .text01_div p:nth-child(2) {
-    font-size: 35px;
+    font-size: 29px;
     color: #ffff43;
     font-weight: 600;
 
@@ -296,6 +296,7 @@
     margin-bottom: 25px;
     display: flex;
     justify-content: space-between;
+    overflow: hidden;
 }
 
 .div_any_child {
@@ -357,8 +358,12 @@
     padding-top: 5px;
     padding-bottom: 5px;
     flex-shrink: 0;
-    width:14.28%;
+    width:12.6%;
     text-align: center;
+}
+
+.table_p span:first-child{
+    width: 22%;
 }
 
 .table_p .dowebok{
@@ -403,7 +408,8 @@
     display: block;
     color: #ffffff;
     flex-shrink: 0;
-    width:14.28%;
+    /* width:14.28%; */
+    word-wrap: break-word;
 }
 
 
@@ -442,4 +448,12 @@
 }
 .title_rt{
     right: 10px;
+}
+.table_p span.no_data{
+    color: white !important;
+    font-size: 20px !important;
+    text-align: center !important;
+    display: block !important;
+    width: 100%;
+    padding-top: 4%;
 }
\ No newline at end of file

--
Gitblit v1.9.3