数值与名称换成白底

This commit is contained in:
lai
2024-06-18 11:00:18 +08:00
parent 80a41dd559
commit 5ada366f17

View File

@@ -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;