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;