1.11 第十四版,修改
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
height: 100%;
|
||||
background: url("~@/assets/monitor/background-3.jpg") left top no-repeat;
|
||||
background-size: cover;
|
||||
font-family: 'Microsoft Yahei', '宋体';
|
||||
// background-color: #0a0c11;
|
||||
|
||||
.screen-wrapper {
|
||||
@ -835,14 +836,13 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 18px 16px 16px 20px;
|
||||
gap: 40px;
|
||||
background: rgba(27, 126, 242, 0.12);
|
||||
|
||||
.stage-left-img {
|
||||
width: 179.18px;
|
||||
height: 179.18px;
|
||||
width: 166.18px;
|
||||
height: 166.18px;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
padding: 8px;
|
||||
|
||||
.box-wrap {
|
||||
--front-color: #1b7ef2;
|
||||
@ -945,7 +945,7 @@
|
||||
text-align: center;
|
||||
|
||||
&>span {
|
||||
font-size: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
line-height: 22px;
|
||||
letter-spacing: 0.8px;
|
||||
@ -1104,8 +1104,13 @@
|
||||
}
|
||||
|
||||
.monitor-modal-list {
|
||||
font-family: 'Microsoft Yahei', '宋体';
|
||||
|
||||
.ant-modal-body {
|
||||
background: #0A1A34cc;
|
||||
background: #0d142bcc;
|
||||
border: 2px solid #1b7ef2;
|
||||
box-shadow: inset 0px 0px 16px 0px #00a3ff;
|
||||
border-radius: 6px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
@ -1113,39 +1118,52 @@
|
||||
}
|
||||
|
||||
.ant-modal-content {
|
||||
background: #0A1A34cc;
|
||||
background: #0d142bcc;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.ant-modal-close-x {
|
||||
color: #1B7EF2;
|
||||
color: #01C2FF;
|
||||
}
|
||||
|
||||
.monitor-modal-btn {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 16px;
|
||||
.ant-descriptions-item-container .ant-descriptions-item-label {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.modal-list-btn {
|
||||
padding: 4px 15px;
|
||||
background-color: #0A1A34;
|
||||
border-radius: 20px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #1b7ef2;
|
||||
width: 64px;
|
||||
.modal-list-block {
|
||||
padding: 20px 0 16px;
|
||||
box-sizing: border-box;
|
||||
border-width: 0px 0px 1px 0px;
|
||||
border-style: solid;
|
||||
border-color: #093B64;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #1b7ef2;
|
||||
|
||||
&>span {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.modal-list-block-border0 {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.modal-list-pname {
|
||||
&>span {
|
||||
color: #1b7ef2;
|
||||
line-height: 16px;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
line-height: 38px;
|
||||
letter-spacing: 0px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
&>img {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
&>div {
|
||||
padding-left: 28px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-list-desc {
|
||||
padding-top: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user