12.30 第七版
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.screen-global {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("~@/assets/monitor/background-3.gif") left top no-repeat;
|
||||
background: url("~@/assets/monitor/background-3.jpg") 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.gif") left top no-repeat;
|
||||
background: url("~@/assets/monitor/background-3.jpg") left top no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
.monitor-title {
|
||||
@ -1058,7 +1058,7 @@
|
||||
|
||||
.monitor-modal-list {
|
||||
.ant-modal-body {
|
||||
background: #12304ecc;
|
||||
background: #0A1A34cc;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
@ -1066,7 +1066,7 @@
|
||||
}
|
||||
|
||||
.ant-modal-content {
|
||||
background: #12304ecc;
|
||||
background: #0A1A34cc;
|
||||
}
|
||||
|
||||
.ant-modal-close-x {
|
||||
@ -1081,14 +1081,18 @@
|
||||
|
||||
.modal-list-btn {
|
||||
padding: 4px 15px;
|
||||
background-color: #12304e;
|
||||
background-color: #0A1A34;
|
||||
border-radius: 20px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #1b7ef2;
|
||||
width: 64px;
|
||||
|
||||
&:hover {
|
||||
background-color: #ffffffcc;
|
||||
background-color: #1b7ef2;
|
||||
|
||||
&>span {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&>span {
|
||||
|
Reference in New Issue
Block a user