|  | @@ -110,9 +110,29 @@ div::-webkit-scrollbar-track {
 | 
	
		
			
				|  |  |    color: white !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +.vl-notify.vl-notify-alert h2.vl-notice-title {
 | 
	
		
			
				|  |  | +  line-height: 32px !important;
 | 
	
		
			
				|  |  | +  border-bottom: 0px solid #eee !important;
 | 
	
		
			
				|  |  | +  background-color: #fff0 !important;
 | 
	
		
			
				|  |  | +  background: url(/static/images/popup/modal-title.png) no-repeat !important;
 | 
	
		
			
				|  |  | +  background-size: 100% 100% !important;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +.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: .4vw !important;
 | 
	
		
			
				|  |  | +  border-radius: 0.4vw !important;
 | 
	
		
			
				|  |  |    background: rgba(4, 28, 50, 0.76) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -120,29 +140,37 @@ 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);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .vl-notice-title {
 | 
	
		
			
				|  |  | -  width: auto !important;
 | 
	
		
			
				|  |  | -  padding: 0 !important;
 | 
	
		
			
				|  |  | -  margin: 0 15px !important;
 | 
	
		
			
				|  |  | +  /* margin: 0 15px !important; */
 | 
	
		
			
				|  |  | +  /* width: auto !important;
 | 
	
		
			
				|  |  | +  padding: 0 40px !important;
 | 
	
		
			
				|  |  | +  
 | 
	
		
			
				|  |  |    background: unset !important;
 | 
	
		
			
				|  |  |    border: none !important;
 | 
	
		
			
				|  |  | +  position: relative; */
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  /* height: 1.875vw; */
 | 
	
		
			
				|  |  | +  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;
 | 
	
		
			
				|  |  |    position: relative;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .vl-notice-title:after {
 | 
	
		
			
				|  |  |    width: 100%;
 | 
	
		
			
				|  |  |    height: 4px;
 | 
	
		
			
				|  |  | -  content: '';
 | 
	
		
			
				|  |  | +  content: "";
 | 
	
		
			
				|  |  |    position: absolute;
 | 
	
		
			
				|  |  |    left: 0;
 | 
	
		
			
				|  |  |    bottom: 0;
 | 
	
	
		
			
				|  | @@ -151,8 +179,7 @@ div::-webkit-scrollbar-track {
 | 
	
		
			
				|  |  |    z-index: -1;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -.vl-notice-title>span {
 | 
	
		
			
				|  |  | +.vl-notice-title > span {
 | 
	
		
			
				|  |  |    font-size: 16px;
 | 
	
		
			
				|  |  |    font-weight: 700;
 | 
	
		
			
				|  |  |    letter-spacing: 1px;
 | 
	
	
		
			
				|  | @@ -166,11 +193,11 @@ div::-webkit-scrollbar-track {
 | 
	
		
			
				|  |  |    line-height: 23px;
 | 
	
		
			
				|  |  |    padding: 0 5px;
 | 
	
		
			
				|  |  |    border-radius: 4px;
 | 
	
		
			
				|  |  | -  right: 0 !important;
 | 
	
		
			
				|  |  | +  /* right: 0 !important; */
 | 
	
		
			
				|  |  |    top: 10px !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -.lv-icon-maxmini>i {
 | 
	
		
			
				|  |  | +.lv-icon-maxmini > i {
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -178,35 +205,32 @@ div::-webkit-scrollbar-track {
 | 
	
		
			
				|  |  |    display: none;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -/* .el-input>input, */
 | 
	
		
			
				|  |  | +.el-input > input,
 | 
	
		
			
				|  |  |  .el-select-dropdown,
 | 
	
		
			
				|  |  | -.el-textarea>textarea {
 | 
	
		
			
				|  |  | +.el-textarea > textarea {
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.5) !important;
 | 
	
		
			
				|  |  |    border: 1px solid rgba(15, 122, 200, 0.4) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-input .el-input-group__append {
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.5) !important;
 | 
	
		
			
				|  |  |    border: 1px solid rgba(15, 122, 200, 0.4) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -.el-input-group__append>button {
 | 
	
		
			
				|  |  | +.el-input-group__append > button {
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.5) !important;
 | 
	
		
			
				|  |  |    border: 1px solid rgba(15, 122, 200, 0.4) !important;
 | 
	
		
			
				|  |  |    padding: 6px 20px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-select-dropdown__item {
 | 
	
		
			
				|  |  |    color: #ebebeb !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .el-button--primary,
 | 
	
		
			
				|  |  |  .notify-btn-primary {
 | 
	
		
			
				|  |  | -  background: #0F7AC8 !important;
 | 
	
		
			
				|  |  | -  border-color: #0F7AC8 !important;
 | 
	
		
			
				|  |  | +  background: #0f7ac8 !important;
 | 
	
		
			
				|  |  | +  border-color: #0f7ac8 !important;
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -218,30 +242,28 @@ div::-webkit-scrollbar-track {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .el-icon-search {
 | 
	
		
			
				|  |  | -  color: #20A0FC !important;
 | 
	
		
			
				|  |  | +  color: #20a0fc !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -/* .el-button--default,
 | 
	
		
			
				|  |  | +.el-button--default,
 | 
	
		
			
				|  |  |  .notify-btn-default {
 | 
	
		
			
				|  |  |    background: rgba(63, 147, 245, 0.2) !important;
 | 
	
		
			
				|  |  | -  border-color: #3F93F5 !important;
 | 
	
		
			
				|  |  | +  border-color: #3f93f5 !important;
 | 
	
		
			
				|  |  |    color: rgba(182, 224, 255, 1) !important;
 | 
	
		
			
				|  |  | -} */
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .el-button--default:hover,
 | 
	
		
			
				|  |  |  .notify-btn-default:hover {
 | 
	
		
			
				|  |  |    background: rgba(63, 148, 245, 0.432) !important;
 | 
	
		
			
				|  |  | -  border-color: #3F93F5 !important;
 | 
	
		
			
				|  |  | +  border-color: #3f93f5 !important;
 | 
	
		
			
				|  |  |    color: rgba(182, 224, 255, 1) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-select-dropdown__item.hover,
 | 
	
		
			
				|  |  |  .el-select-dropdown__item:hover {
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  | -  background-color: rgba(255, 255, 255, .35) !important;
 | 
	
		
			
				|  |  | +  background-color: rgba(255, 255, 255, 0.35) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-cascader__dropdown,
 | 
	
		
			
				|  |  |  .el-picker-panel,
 | 
	
		
			
				|  |  |  .el-picker-panel__footer {
 | 
	
	
		
			
				|  | @@ -249,7 +271,6 @@ div::-webkit-scrollbar-track {
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.5) !important;
 | 
	
		
			
				|  |  |    border: 1px solid rgba(15, 122, 200, 0.4) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-time-panel {
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.85) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
	
		
			
				|  | @@ -263,14 +284,14 @@ div::-webkit-scrollbar-track {
 | 
	
		
			
				|  |  |    background: rgba(63, 148, 245, 0.432) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -.el-time-panel__footer>button:nth-child(1),
 | 
	
		
			
				|  |  | +.el-time-panel__footer > button:nth-child(1),
 | 
	
		
			
				|  |  |  .el-date-table th,
 | 
	
		
			
				|  |  |  .el-picker-panel__icon-btn,
 | 
	
		
			
				|  |  |  .el-date-picker__header-label {
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -.el-pagination>button,
 | 
	
		
			
				|  |  | +.el-pagination > button,
 | 
	
		
			
				|  |  |  .el-pager li {
 | 
	
		
			
				|  |  |    color: #c2c2c2 !important;
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.5) !important;
 | 
	
	
		
			
				|  | @@ -285,23 +306,20 @@ div::-webkit-scrollbar-track {
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.5) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-cascader-node {
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-cascader-node:hover {
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  | -  background-color: rgba(255, 255, 255, .35) !important;
 | 
	
		
			
				|  |  | +  background-color: rgba(255, 255, 255, 0.35) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  /* .el-cascader-node:not(.is-disabled):hover */
 | 
	
		
			
				|  |  |  .el-cascader-node:not(.is-disabled):focus {
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.5) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -.el-checkbox__input>.el-checkbox__inner {
 | 
	
		
			
				|  |  | -  border: 1px solid #96A9B7;
 | 
	
		
			
				|  |  | +.el-checkbox__input > .el-checkbox__inner {
 | 
	
		
			
				|  |  | +  border: 1px solid #96a9b7;
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.6);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -309,25 +327,22 @@ div::-webkit-scrollbar-track {
 | 
	
		
			
				|  |  |  .el-icon-location-outline,
 | 
	
		
			
				|  |  |  .el-icon-share,
 | 
	
		
			
				|  |  |  .el-icon-delete {
 | 
	
		
			
				|  |  | -  color: #20A0FC;
 | 
	
		
			
				|  |  | +  color: #20a0fc;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -.el-icon-s-operation+a,
 | 
	
		
			
				|  |  | -.el-icon-location-outline+a,
 | 
	
		
			
				|  |  | -.el-icon-share+a,
 | 
	
		
			
				|  |  | -.el-icon-delete+a {
 | 
	
		
			
				|  |  | -  color: #CDDEEB;
 | 
	
		
			
				|  |  | +.el-icon-s-operation + a,
 | 
	
		
			
				|  |  | +.el-icon-location-outline + a,
 | 
	
		
			
				|  |  | +.el-icon-share + a,
 | 
	
		
			
				|  |  | +.el-icon-delete + a {
 | 
	
		
			
				|  |  | +  color: #cddeeb;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .el-pagination__jump {
 | 
	
		
			
				|  |  | -  color: #CDDEEB !important;
 | 
	
		
			
				|  |  | +  color: #cddeeb !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .el-input-number__decrease,
 | 
	
		
			
				|  |  |  .el-input-number__increase {
 | 
	
		
			
				|  |  |    color: #fff !important;
 | 
	
		
			
				|  |  |    background-color: rgba(4, 28, 50, 0.5) !important;
 | 
	
		
			
				|  |  |    border: 1px solid rgba(15, 122, 200, 0.4) !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -/* ---------------------------- */
 |