数值与名称换成白底

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; font-size: 100px;
line-height: 55px; line-height: 55px;
background-size: contain; background-size: contain;
opacity: 0.01; /* 调整透明度以使其成为背景 */ opacity: 0.001; /* 调整透明度以使其成为背景 */
} }
/* 45G基站数,在线用户数 */ /* 45G基站数,在线用户数 */
@@ -54,6 +54,7 @@
.number { .number {
padding-top: 25px; padding-top: 25px;
color: #fff; /* 设置文字颜色为白色 */
text-align: left; text-align: left;
font-size: 34px; font-size: 34px;
line-height: 36px; line-height: 36px;
@@ -92,6 +93,7 @@
.flexibleSpan { .flexibleSpan {
width: 100%; width: 100%;
color: #fff; /* 设置文字颜色为白色 */
position: relative; position: relative;
line-height: 2rem; line-height: 2rem;
white-space: nowrap; white-space: nowrap;