From 5ada366f176af33972755f4038c67539cc11b61a Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Tue, 18 Jun 2024 11:00:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=80=BC=E4=B8=8E=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=8D=A2=E6=88=90=E7=99=BD=E5=BA=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/css/module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/index/css/module.css b/src/views/index/css/module.css index 6b419f33..2a89fbab 100644 --- a/src/views/index/css/module.css +++ b/src/views/index/css/module.css @@ -35,7 +35,7 @@ font-size: 100px; line-height: 55px; background-size: contain; - opacity: 0.01; /* 调整透明度以使其成为背景 */ + opacity: 0.001; /* 调整透明度以使其成为背景 */ } /* 45G基站数,在线用户数 */ @@ -54,6 +54,7 @@ .number { padding-top: 25px; + color: #fff; /* 设置文字颜色为白色 */ text-align: left; font-size: 34px; line-height: 36px; @@ -92,6 +93,7 @@ .flexibleSpan { width: 100%; + color: #fff; /* 设置文字颜色为白色 */ position: relative; line-height: 2rem; white-space: nowrap;