You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.warningbox{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
.title{
|
|
|
|
width: 100%;
|
|
|
|
height: 50px;
|
|
|
|
line-height: 50px;
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|