|
@@ -71,9 +71,12 @@ body::-webkit-scrollbar-track {
|
|
|
|
|
|
.el-dialog {
|
|
|
background: transparent !important;
|
|
|
- background: url(/static/images/popup/background.png) no-repeat !important;
|
|
|
- background-size: 100% 100% !important;
|
|
|
- background-position: center !important;
|
|
|
+ /* background: url(/static/images/popup/background.png) no-repeat !important; */
|
|
|
+ /* background-size: 100% 100% !important; */
|
|
|
+ /* background-position: center !important; */
|
|
|
+ border: none;
|
|
|
+ background-color: #02213e9a !important;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
.el-dialog__title,
|
|
@@ -81,13 +84,26 @@ body::-webkit-scrollbar-track {
|
|
|
color: white !important;
|
|
|
}
|
|
|
|
|
|
-.el-dialog__header {
|
|
|
- background: url(/static/images/popup/modal-title.png) no-repeat !important;
|
|
|
+.el-dialog__title {
|
|
|
+ color: #fff !important;
|
|
|
+ border-bottom: 2px solid #2A5277 !important;
|
|
|
+ display: inline-block;
|
|
|
+ width: 100% !important;
|
|
|
+}
|
|
|
+
|
|
|
+/* .el-dialog__header {
|
|
|
+ background: url(/static/images/ghzc//second_titlebg.png) no-repeat !important;
|
|
|
background-size: 100% 100% !important;
|
|
|
background-position: center !important;
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
.el-dialog__headerbtn .el-dialog__close {
|
|
|
+ width: 22px;
|
|
|
+ height: 22px;
|
|
|
+ background: #335F87;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid rgba(123, 162, 198, 0.5);
|
|
|
+ line-height: 21px;
|
|
|
color: white !important;
|
|
|
}
|
|
|
|
|
@@ -148,7 +164,7 @@ div::-webkit-scrollbar-track {
|
|
|
color: #2d8cf0b3;
|
|
|
}
|
|
|
|
|
|
-.el-message-box__btns .el-button{
|
|
|
+.el-message-box__btns .el-button {
|
|
|
background: #0f7ac8 !important;
|
|
|
border-color: #0f7ac8 !important;
|
|
|
color: #fff !important;
|
|
@@ -165,10 +181,12 @@ div::-webkit-scrollbar {
|
|
|
width: 5px;
|
|
|
height: 5px;
|
|
|
}
|
|
|
+
|
|
|
div::-webkit-scrollbar-thumb {
|
|
|
background: rgba(63, 147, 245, 0.6);
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
+
|
|
|
div::-webkit-scrollbar-track {
|
|
|
background: rgba(4, 28, 50, 0.6);
|
|
|
}
|
|
@@ -189,6 +207,7 @@ div::-webkit-scrollbar-track {
|
|
|
background-size: 100% 100%;
|
|
|
background-position: center;
|
|
|
}
|
|
|
+
|
|
|
.vl-notify.vl-notify-alert h2.vl-notice-title .lv-title {
|
|
|
height: auto !important;
|
|
|
}
|
|
@@ -205,11 +224,12 @@ div::-webkit-scrollbar-track {
|
|
|
z-index: -1;
|
|
|
}
|
|
|
|
|
|
-.vl-notice-title > span {
|
|
|
+.vl-notice-title>span {
|
|
|
font-size: 16px;
|
|
|
font-weight: 700;
|
|
|
letter-spacing: 1px;
|
|
|
}
|
|
|
+
|
|
|
.icon-remove {
|
|
|
width: 22px;
|
|
|
height: 22px;
|
|
@@ -222,11 +242,12 @@ div::-webkit-scrollbar-track {
|
|
|
top: 10px !important;
|
|
|
}
|
|
|
|
|
|
-.lv-icon-maxmini > i {
|
|
|
+.lv-icon-maxmini>i {
|
|
|
color: #fff !important;
|
|
|
}
|
|
|
|
|
|
.lv-icon-maxmini .vlicon-max {
|
|
|
display: none !important;
|
|
|
}
|
|
|
+
|
|
|
/* -----------中图弹窗------------ */
|