feat: 排放大屏标题加粗
This commit is contained in:
parent
d120b827ae
commit
3d034a859b
|
@ -1114,6 +1114,7 @@ header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 6.3vh;
|
line-height: 6.3vh;
|
||||||
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -1123,7 +1124,7 @@ header {
|
||||||
.sysName {
|
.sysName {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding-left: 1vw;
|
padding-left: 1vw;
|
||||||
font-size: 2vh;
|
font-size: 2.6vh;
|
||||||
}
|
}
|
||||||
.bottom_enp {
|
.bottom_enp {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue