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