数值与名称换成白底
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user