|
|
|
@ -1,10 +1,11 @@
|
|
|
|
|
.warningbox{ |
|
|
|
|
.warningbox { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
position: relative; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
.title{ |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
padding: 0 20PX; |
|
|
|
|
width: 100%; |
|
|
|
@ -14,76 +15,91 @@
|
|
|
|
|
font-size: 26px; |
|
|
|
|
color: #D0EAFF; |
|
|
|
|
} |
|
|
|
|
.search{ |
|
|
|
|
|
|
|
|
|
.search { |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
padding: 0 36px; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 32px; |
|
|
|
|
|
|
|
|
|
// margin-bottom: 18px; |
|
|
|
|
form{ |
|
|
|
|
form { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 32px; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
.searchParams{ |
|
|
|
|
|
|
|
|
|
.searchParams { |
|
|
|
|
width: 22%; |
|
|
|
|
} |
|
|
|
|
.btn{ |
|
|
|
|
|
|
|
|
|
.btn { |
|
|
|
|
width: 5%; |
|
|
|
|
} |
|
|
|
|
nz-select{ |
|
|
|
|
|
|
|
|
|
nz-select { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
nz-date-picker{ |
|
|
|
|
|
|
|
|
|
nz-date-picker { |
|
|
|
|
|
|
|
|
|
background-color: #002552; |
|
|
|
|
width: 145%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.submit{ |
|
|
|
|
|
|
|
|
|
.submit { |
|
|
|
|
background-color: #013064; |
|
|
|
|
border: 1px solid #4c8ac8; |
|
|
|
|
color: #86bff3; |
|
|
|
|
} |
|
|
|
|
.reset{ |
|
|
|
|
|
|
|
|
|
.reset { |
|
|
|
|
background-color: #010d26; |
|
|
|
|
border: 1px solid #4c8ac8; |
|
|
|
|
color: #86bff3; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.warningnumber{ |
|
|
|
|
|
|
|
|
|
.warningnumber { |
|
|
|
|
position: absolute; |
|
|
|
|
left: 23px; |
|
|
|
|
top: -60px; |
|
|
|
|
.num{ |
|
|
|
|
|
|
|
|
|
.num { |
|
|
|
|
font-size: 50px; |
|
|
|
|
text-shadow: 0px 0px 6px #8df; |
|
|
|
|
color: white; |
|
|
|
|
font-weight: 600; |
|
|
|
|
} |
|
|
|
|
.today{ |
|
|
|
|
|
|
|
|
|
.today { |
|
|
|
|
font-size: 18px; |
|
|
|
|
font-family: titlefont; |
|
|
|
|
color: #D0EAFF; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.listbox{ |
|
|
|
|
|
|
|
|
|
.listbox { |
|
|
|
|
flex: 1; |
|
|
|
|
overflow-y: auto; |
|
|
|
|
background-image: radial-gradient(#004987,#03447c,#02325c,#012341,#01122e); |
|
|
|
|
background-image: radial-gradient(#004987, #03447c, #02325c, #012341, #01122e); |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
padding: 20px 47px 20px 39px; |
|
|
|
|
.listitem{ |
|
|
|
|
|
|
|
|
|
.listitem { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 75px; |
|
|
|
|
line-height: 75px; |
|
|
|
|
border: 1px solid #4c8ac8; |
|
|
|
|
color: #86bff3; |
|
|
|
|
margin-bottom: 12px; |
|
|
|
|
div{ |
|
|
|
|
|
|
|
|
|
div { |
|
|
|
|
text-align: center; |
|
|
|
|
button{ |
|
|
|
|
|
|
|
|
|
button { |
|
|
|
|
background-color: #013064; |
|
|
|
|
border: 1px solid #4c8ac8; |
|
|
|
|
color: #86bff3; |
|
|
|
@ -93,3 +109,13 @@
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::ng-deep .vertical-center-modal { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::ng-deep .vertical-center-modal .ant-modal { |
|
|
|
|
top: 0; |
|
|
|
|
} |
|
|
|
|