From 80fe6ba424fe56c0d64c025b19ab8249b551a4c0 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周三, 27 11月 2024 11:22:00 +0800 Subject: [PATCH] 大屏 --- LuLiScreen/css/style_new20241126.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 48 insertions(+), 8 deletions(-) diff --git a/makino-bigScreen/css/style_new20241126.css b/LuLiScreen/css/style_new20241126.css similarity index 88% rename from makino-bigScreen/css/style_new20241126.css rename to LuLiScreen/css/style_new20241126.css index 45799eb..4bf7fa4 100644 --- a/makino-bigScreen/css/style_new20241126.css +++ b/LuLiScreen/css/style_new20241126.css @@ -218,8 +218,10 @@ } .box-center .center-top { + padding-top: 11px; + padding-bottom: 30px; width: 100%; - height: 8.8%; + height: 9%; position: relative; background: url(../images/title_border.png) center center no-repeat; } @@ -242,7 +244,7 @@ margin: 0 auto; height: 110px; width: 98%; - margin-top: 5%; + margin-top: 4%; margin-bottom: 25px; display: flex; justify-content: space-between; @@ -251,7 +253,7 @@ .con_div .con_div_text { height: 100%; background-color: #034c6a; - width: 20%; + width: 24%; display: flex; justify-content: center; align-items: center; @@ -271,12 +273,13 @@ } .text01_div p:nth-child(1) { - font-size: 13px; + font-size: 18px; + font-weight: 600; color: #ffffff; } .text01_div p:nth-child(2) { - font-size: 28px; + font-size: 35px; color: #ffff43; font-weight: 600; @@ -318,7 +321,7 @@ top: -15px; color: #ffffff; font-weight: bold; - font-size: 16px; + font-size: 18px; text-align: center; display: flex; align-items: center; @@ -359,7 +362,8 @@ } .table_p .dowebok{ - height: 300px; + /* border: 1px solid red; */ + height: 420px; color: #ffffff; font-size: 13px; /* border: 1px solid red; */ @@ -402,4 +406,40 @@ width:14.28%; } -@media screen and (max-height: 610px) {} \ No newline at end of file + +.box_up{ + width: 98%; + margin-top: 10px; + margin-left: 1%; + display: flex; + justify-content: space-between; +} +.box_up_left{ + width: 49%; +} +.box_up_right{ + width: 49%; + +} +.div_any_child.div_any_child2 { + width: 100%; +} +.table_p.table_p_my3 .dowebok{ + height: 60px; +} +.titleHt{ + color: white; + position: absolute; + position: absolute; + top: 12px; + font-size: 15px; +} +.titleHt span{ + font-weight: 700; +} +.title_lt{ + left: 10px; +} +.title_rt{ + right: 10px; +} \ No newline at end of file -- Gitblit v1.9.3