6 changed files with 131 additions and 97 deletions
@ -1,95 +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: 50px; |
||||||
|
line-height: 50px; |
||||||
|
font-family: titlefont; |
||||||
|
font-size: 26px; |
||||||
|
color: #D0EAFF; |
||||||
|
} |
||||||
|
|
||||||
|
.search { |
||||||
|
box-sizing: border-box; |
||||||
|
padding: 0 36px; |
||||||
width: 100%; |
width: 100%; |
||||||
height: 100%; |
height: 32px; |
||||||
position: relative; |
|
||||||
display: flex; |
// margin-bottom: 18px; |
||||||
flex-direction: column; |
form { |
||||||
.title{ |
width: 100%; |
||||||
box-sizing: border-box; |
height: 32px; |
||||||
padding: 0 20PX; |
display: flex; |
||||||
width: 100%; |
justify-content: space-around; |
||||||
height: 50px; |
|
||||||
line-height: 50px; |
.searchParams { |
||||||
font-family: titlefont; |
width: 22%; |
||||||
font-size: 26px; |
} |
||||||
color: #D0EAFF; |
|
||||||
|
.btn { |
||||||
|
width: 5%; |
||||||
|
} |
||||||
|
|
||||||
|
nz-select { |
||||||
|
color: #fff; |
||||||
|
} |
||||||
|
|
||||||
|
nz-date-picker { |
||||||
|
|
||||||
|
background-color: #002552; |
||||||
|
width: 145%; |
||||||
|
} |
||||||
|
|
||||||
} |
} |
||||||
.search{ |
|
||||||
box-sizing: border-box; |
.submit { |
||||||
padding: 0 36px; |
background-color: #013064; |
||||||
width: 100%; |
border: 1px solid #4c8ac8; |
||||||
height: 32px; |
color: #86bff3; |
||||||
// 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%; |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
||||||
.submit{ |
|
||||||
background-color: #013064; |
|
||||||
border: 1px solid #4c8ac8; |
|
||||||
color: #86bff3; |
|
||||||
} |
|
||||||
.reset{ |
|
||||||
background-color: #010d26; |
|
||||||
border: 1px solid #4c8ac8; |
|
||||||
color: #86bff3; |
|
||||||
} |
|
||||||
} |
} |
||||||
.warningnumber{ |
|
||||||
position: absolute; |
.reset { |
||||||
left: 23px; |
background-color: #010d26; |
||||||
top: -60px; |
border: 1px solid #4c8ac8; |
||||||
.num{ |
color: #86bff3; |
||||||
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; |
.warningnumber { |
||||||
background-image: radial-gradient(#004987,#03447c,#02325c,#012341,#01122e); |
position: absolute; |
||||||
box-sizing: border-box; |
left: 23px; |
||||||
padding: 20px 47px 20px 39px; |
top: -60px; |
||||||
.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; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
|
.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; |
||||||
|
} |
||||||
|
Loading…
Reference in new issue