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