15 changed files with 399 additions and 165 deletions
@ -1,39 +1,121 @@
|
||||
.warningbox{ |
||||
.warningbox { |
||||
width: 100%; |
||||
height: 100%; |
||||
position: relative; |
||||
display: flex; |
||||
flex-direction: column; |
||||
|
||||
.title { |
||||
box-sizing: border-box; |
||||
padding: 0 20PX; |
||||
width: 100%; |
||||
height: 100%; |
||||
.title{ |
||||
width: 100%; |
||||
height: 50px; |
||||
line-height: 50px; |
||||
height: 50px; |
||||
line-height: 50px; |
||||
font-family: titlefont; |
||||
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; |
||||
width: 145%; |
||||
} |
||||
|
||||
} |
||||
.search{ |
||||
box-sizing: border-box; |
||||
padding: 0 36px; |
||||
width: 100%; |
||||
height: 32px; |
||||
form{ |
||||
width: 100%; |
||||
height: 32px; |
||||
} |
||||
.searchParams{ |
||||
width: 21.5%; |
||||
} |
||||
nz-date-picker{ |
||||
width: 145%; |
||||
background-color: #002552; |
||||
color: #8aacce; |
||||
} |
||||
button{ |
||||
width: 84px; |
||||
} |
||||
.submit{ |
||||
background-color: #013064; |
||||
border: 1px solid #4c8ac8; |
||||
color: #86bff3; |
||||
} |
||||
.reset{ |
||||
background-color: #010d26; |
||||
border: 1px solid #4c8ac8; |
||||
|
||||
.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; |
||||
line-height: 75px; |
||||
border: 1px solid #4c8ac8; |
||||
color: #86bff3; |
||||
margin-bottom: 12px; |
||||
|
||||
div { |
||||
text-align: center; |
||||
|
||||
button { |
||||
background-color: #013064; |
||||
border: 1px solid #4c8ac8; |
||||
color: #86bff3; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
} |
||||
} |
||||
|
||||
::ng-deep .vertical-center-modal { |
||||
display: flex; |
||||
align-items: center; |
||||
justify-content: center; |
||||
} |
||||
|
||||
::ng-deep .vertical-center-modal .ant-modal { |
||||
top: 0; |
||||
} |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue