|
@@ -82,7 +82,7 @@ body::-webkit-scrollbar-track {
|
|
|
}
|
|
|
|
|
|
.el-dialog__header {
|
|
|
- background: url(/static/images/popup/title.png) no-repeat !important;
|
|
|
+ background: url(/static/images/popup/modal-title.png) no-repeat !important;
|
|
|
background-size: 100% 100% !important;
|
|
|
background-position: center !important;
|
|
|
}
|
|
@@ -155,34 +155,6 @@ div::-webkit-scrollbar-track {
|
|
|
}
|
|
|
|
|
|
/* ---------------中图弹窗---------------- */
|
|
|
-.vl-notify.vl-notify-alert h2.vl-notice-title {
|
|
|
- color: white;
|
|
|
- display: flex;
|
|
|
- flex-flow: row nowrap;
|
|
|
- align-items: center;
|
|
|
- padding: 0vw 1vw 0vw 0vw;
|
|
|
- position: relative;
|
|
|
- line-height: auto !important;
|
|
|
- border-bottom: 0px solid #eee !important;
|
|
|
- background-color: #fff0 !important;
|
|
|
- background-size: 100% 100% !important;
|
|
|
- background: url(/static/images/popup/title.png) no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
- background-position: center;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.vl-notify.vl-notify-iframe {
|
|
|
- /* background-color: #fff0 !important;
|
|
|
- background: url(/static/images/popup/background.png) no-repeat !important;
|
|
|
- background-size: 100% 100% !important; */
|
|
|
-}
|
|
|
-.vl-notify.vl-notify-alert {
|
|
|
- /* background-color: #fff0 !important;
|
|
|
- background: url(/static/images/popup/background.png) no-repeat !important;
|
|
|
- background-size: 100% 100% !important; */
|
|
|
-}
|
|
|
-
|
|
|
.vl-notify {
|
|
|
border: none !important;
|
|
|
border-radius: 0.4vw !important;
|
|
@@ -201,23 +173,24 @@ div::-webkit-scrollbar-track {
|
|
|
background: rgba(4, 28, 50, 0.6);
|
|
|
}
|
|
|
|
|
|
-.vl-notice-title {
|
|
|
- /* margin: 0 15px !important; */
|
|
|
- /* width: auto !important;
|
|
|
- padding: 0 40px !important;
|
|
|
-
|
|
|
- background: unset !important;
|
|
|
- border: none !important;
|
|
|
- position: relative; */
|
|
|
-
|
|
|
- /* height: 1.875vw; */
|
|
|
+.vl-notify.vl-notify-alert h2.vl-notice-title {
|
|
|
color: white;
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
align-items: center;
|
|
|
- padding: 0.3vw 1vw 0.3vw 2.5vw !important;
|
|
|
- border-bottom-left-radius: 1.4vw;
|
|
|
+ padding: 0vw 1vw 0vw 0vw;
|
|
|
+ /* border-bottom-left-radius: 1.4vw; */
|
|
|
position: relative;
|
|
|
+ line-height: auto !important;
|
|
|
+ border-bottom: 0px solid #eee !important;
|
|
|
+ background-color: #fff0 !important;
|
|
|
+ background-size: 100% 100% !important;
|
|
|
+ background: url(/static/images/popup/title.png) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-position: center;
|
|
|
+}
|
|
|
+.vl-notify.vl-notify-alert h2.vl-notice-title .lv-title {
|
|
|
+ height: auto !important;
|
|
|
}
|
|
|
|
|
|
.vl-notice-title:after {
|
|
@@ -254,6 +227,6 @@ div::-webkit-scrollbar-track {
|
|
|
}
|
|
|
|
|
|
.lv-icon-maxmini .vlicon-max {
|
|
|
- display: none;
|
|
|
+ display: none !important;
|
|
|
}
|
|
|
/* -----------中图弹窗------------ */
|