From a9b665282e8ce6c46fa3e9d550137b04a08e18b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Wed, 16 Oct 2024 13:24:30 +0800 Subject: [PATCH] no message --- src/pages/modules/home/style.stylus | 10 +++++++--- src/style/reset.css | 3 ++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/pages/modules/home/style.stylus b/src/pages/modules/home/style.stylus index f3744ef..6364571 100644 --- a/src/pages/modules/home/style.stylus +++ b/src/pages/modules/home/style.stylus @@ -48,24 +48,28 @@ height 100% padding 0 4px background-color #141828 + border: 1px solid #0182f7; + border-radius: 6px; .r_wraper width 760px height 100% padding 4px background-color #141828 + border: 1px solid #0182f7; + border-radius: 6px; .area_t_a font-size 14px color #fff text-align center - line-height 30px - height calc(100% - 165px) + line-height 42px + height calc(100% - 170px) .area_a width 752px height 155px margin 0 auto background center / 100% 100% url('../../../images/area_a.jpg') no-repeat .area_t_b - height calc(100% - 160px) + height calc(100% - 165px) .area_b height 150px background center / 100% 100% url('../../../images/area_b.jpg') no-repeat diff --git a/src/style/reset.css b/src/style/reset.css index 86e3134..5e326e5 100644 --- a/src/style/reset.css +++ b/src/style/reset.css @@ -84,7 +84,8 @@ body { -ms-user-select:none;/*IE10*/ -khtml-user-select:none;/*早期浏览器*/ user-select:none; - background: linear-gradient(to right, #13296f, #1546b8, #13296f); + background-color: #141828; + /* background: linear-gradient(to right, #13296f, #1546b8, #13296f); */ } div, p {