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.
158 lines
2.8 KiB
158 lines
2.8 KiB
3 years ago
|
.warningbox {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
position: relative;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
|
||
|
.title {
|
||
|
box-sizing: border-box;
|
||
|
padding: 0 20PX;
|
||
|
width: 100%;
|
||
|
height: 48px;
|
||
|
margin: 16px 0;
|
||
|
}
|
||
|
|
||
|
.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: 14.5%;
|
||
|
}
|
||
|
|
||
|
.btn {
|
||
|
width: 5%;
|
||
|
}
|
||
|
|
||
|
nz-select {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
nz-date-picker {
|
||
|
background-color: #002552;
|
||
|
width: 145%;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
box-sizing: border-box;
|
||
|
padding: 20px 47px 20px 39px;
|
||
|
|
||
|
.listitem {
|
||
|
width: 100%;
|
||
|
height: 78px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
border: 1px solid rgba(54, 162, 255, 0.478);
|
||
|
color: #91CCFF;
|
||
|
margin-bottom: 12px;
|
||
|
background: linear-gradient(180deg, rgba(3, 0, 0, 0) 0%, rgba(0, 46, 91, 0.68) 100%);
|
||
|
box-sizing: border-box;
|
||
|
padding-left: 20px;
|
||
|
|
||
|
div {
|
||
|
font-size: 15px;
|
||
|
text-align: left;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
button {
|
||
|
font-size: 15px;
|
||
|
background-color: #013064;
|
||
|
border: 1px solid #4c8ac8;
|
||
|
color: #91CCFF;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.propsm {
|
||
|
display: inline-block;
|
||
|
width: 38px;
|
||
|
height: 20px;
|
||
|
line-height: 20px;
|
||
|
font-size: 12px;
|
||
|
color: #fff;
|
||
|
border-radius: 2px;
|
||
|
text-align: center;
|
||
|
margin-left: 8px;
|
||
|
}
|
||
|
.propsm1 {
|
||
|
background: #2399FF;
|
||
|
}
|
||
|
.propsm2 {
|
||
|
background: #FF9963;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.listitemhead {
|
||
|
height: 40px;
|
||
|
line-height: 40px;
|
||
|
background: rgba(35, 153, 255, 0.22);
|
||
|
border: 1px solid rgba(35, 217, 255, 0.4);
|
||
|
color: #23D9FF;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
//遮罩层
|
||
|
::ng-deep .vertical-center-modal {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
::ng-deep .ant-modal-body {
|
||
|
background: #072549;
|
||
|
height: 660px;
|
||
|
padding: 5px;
|
||
|
// border: 1px solid #8eb9e3;
|
||
|
box-shadow: 0 0 3px #8eb9e3;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
::ng-deep .ant-modal-close-x {
|
||
|
width: 36px;
|
||
|
height: 36px;
|
||
|
line-height: 36px;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
::ng-deep .vertical-center-modal .ant-modal {
|
||
|
top: 0;
|
||
|
}
|