12.30 第六版

This commit is contained in:
jl-zhoujl2
2022-12-30 17:06:40 +08:00
parent 2de962338b
commit e5cfd2c71a
5 changed files with 13 additions and 9 deletions

View File

@ -9,7 +9,7 @@
.screen-global {
width: 100%;
height: 100%;
background: url("~@/assets/monitor/background-2.jpg") left top no-repeat;
background: url("~@/assets/monitor/background-3.gif") left top no-repeat;
background-size: cover;
// background-color: #0a0c11;
@ -50,7 +50,7 @@
.monitor-main {
height: 100%;
// background-color: #0a0c11;
background: url("~@/assets/monitor/background-3.jpg") left top no-repeat;
background: url("~@/assets/monitor/background-3.gif") left top no-repeat;
background-size: cover;
.monitor-title {
@ -485,6 +485,10 @@
text-decoration: underline;
}
}
.monitor-extra-pointer-select {
color: #1B7EF2;
}
}
}