|
|
|
.box {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timebox {
|
|
|
|
width: 100%;
|
|
|
|
height: 68px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0 20px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
border-bottom: 1px dashed #C7CAD0;
|
|
|
|
|
|
|
|
nz-select {
|
|
|
|
margin-right: 16px;
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.monthbtn {
|
|
|
|
width: 80px;
|
|
|
|
height: 32px;
|
|
|
|
line-height: 32px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
opacity: 1;
|
|
|
|
border: 1px solid #E4E7EC;
|
|
|
|
color: #303133;
|
|
|
|
margin-right: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selectedMonth {
|
|
|
|
|
|
|
|
background: #2C4DC0;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.instrumentpanelbox {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 18px;
|
|
|
|
color: #303133;
|
|
|
|
|
|
|
|
.instrumentpanelheader {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.instrumentpanel {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.instrumentpanelitem {
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.0800);
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
opacity: 1;
|
|
|
|
border: 1px solid #E4E7EC;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
|
|
.itemone {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.instrumentpanelitemleft {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-items: flex-start;
|
|
|
|
flex: 1;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
|
|
.panelheadername {
|
|
|
|
width: 80%;
|
|
|
|
height: 46px;
|
|
|
|
line-height: 46px;
|
|
|
|
text-align: center;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 6px 0px 6px 6px;
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
img {
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tasknum {
|
|
|
|
margin-left: 8px;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.jindu {
|
|
|
|
width: 80%;
|
|
|
|
margin-left: 8px;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.instrumentpanelitemright {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
nz-progress {
|
|
|
|
margin-top: 65px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.itemtwo {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 16px;
|
|
|
|
flex-direction: column;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.itemtwotitle {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
.back {
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
i {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.itemtwocontent {
|
|
|
|
flex: 1;
|
|
|
|
overflow-y: auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.itemtwocontentitem {
|
|
|
|
border-bottom: 1px dashed #C7CAD0;
|
|
|
|
height: 70px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-items: flex-start;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 8px 0;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.itemtwocontentitemp1 {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-right: 5px;
|
|
|
|
|
|
|
|
.itemtwocontentitemp1name {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.instrumentpanelitemopen {
|
|
|
|
width: 24.3%;
|
|
|
|
height: 260px;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
|
|
|
|
.itemone {
|
|
|
|
.instrumentpanelitemleft {
|
|
|
|
padding: 26px 0 26px 10%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.instrumentpanelitemclose {
|
|
|
|
width: 11.7%;
|
|
|
|
height: 250px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
|
|
|
.itemone {
|
|
|
|
.instrumentpanelitemleft {
|
|
|
|
padding: 15px 0 15px 10%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.taskaudit {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 18px;
|
|
|
|
color: #303133;
|
|
|
|
border-top: 1px dashed #C7CAD0;
|
|
|
|
|
|
|
|
.taskauditheader {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.taskauditbox {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.0800);
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
opacity: 1;
|
|
|
|
border: 1px solid #E4E7EC;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 18px;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
|
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
.card:first-child {
|
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card:last-child {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
color: #303133;
|
|
|
|
width: 100%;
|
|
|
|
height: 70px;
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
opacity: 1;
|
|
|
|
display: flex;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0 20px;
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
|
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.unitname {
|
|
|
|
flex: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
flex: 6;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
button:nth-child(1) {
|
|
|
|
background: #42B983;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:nth-child(2) {
|
|
|
|
background: #FF0000;
|
|
|
|
color: white;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.auditimg {
|
|
|
|
position: absolute;
|
|
|
|
right: 18%;
|
|
|
|
top: 9%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.greencard {
|
|
|
|
background: rgba(66, 185, 131, 0.0400);
|
|
|
|
border: 1px solid rgba(66, 185, 131, 0.1600);
|
|
|
|
}
|
|
|
|
|
|
|
|
.redcard {
|
|
|
|
background: rgba(255, 0, 0, 0.0200);
|
|
|
|
border: 1px solid rgba(255, 0, 0, 0.1000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.taskauditbox:nth-child(2) {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploybox {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 18px;
|
|
|
|
color: #303133;
|
|
|
|
border-top: 1px dashed #C7CAD0;
|
|
|
|
|
|
|
|
.deployboxheader {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploycontent {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
.deploycontentitem {
|
|
|
|
width: 49.5%;
|
|
|
|
height: 110px;
|
|
|
|
background: linear-gradient(180deg, #7AA3FC 0%, #2C4DC0 100%);
|
|
|
|
box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.0800);
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
opacity: 1;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 18px 18px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
.title {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.details {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.detailsname {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progresssquare {
|
|
|
|
width: 60%;
|
|
|
|
display: flex;
|
|
|
|
color: #fff;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
span:nth-child(1) {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span:last-child {
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploycontentitem:nth-child(1) {
|
|
|
|
background: linear-gradient(180deg, #7AA3FC 0%, #2C4DC0 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploycontentitem:nth-child(2) {
|
|
|
|
|
|
|
|
background: linear-gradient(180deg, #56C5FF 0%, #005DFF 100%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.stationcardlistbox {
|
|
|
|
.stationcardlistitembox {
|
|
|
|
width: 100%;
|
|
|
|
border-top: 1px dashed #C7CAD0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 18px;
|
|
|
|
|
|
|
|
.stationcardlistitem {
|
|
|
|
width: 100%;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.0800);
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
border: 1px solid #E4E7EC;
|
|
|
|
color: #303133;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0 18px;
|
|
|
|
|
|
|
|
.header {
|
|
|
|
width: 100%;
|
|
|
|
height: 64px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
width: 200px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-right: 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
nz-progress {
|
|
|
|
width: 230px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.expand {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.maincontent {
|
|
|
|
.maincontentitem {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 16px;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
|
border: 1px solid #42B983;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maincontentitemleft {
|
|
|
|
width: 170px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-right: 40px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
border-right: 1px dashed #C7CAD0;
|
|
|
|
|
|
|
|
.panelheadername {
|
|
|
|
width: 90%;
|
|
|
|
height: 38px;
|
|
|
|
line-height: 38px;
|
|
|
|
text-align: center;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 6px 0px 6px 6px;
|
|
|
|
color: #fff;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.num {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
|
|
|
.round {
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.word {
|
|
|
|
margin: 0 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.boldspan {
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.maincontentitemright {
|
|
|
|
flex: 1;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-left: 40px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
// align-items: center;
|
|
|
|
|
|
|
|
.maincontentitemrightitem {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 12px 0px;
|
|
|
|
border-bottom: 1px dashed #C7CAD0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.flexcol {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
margin-right: 3%;
|
|
|
|
|
|
|
|
span:nth-child(1) {
|
|
|
|
color: #303133;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span:nth-child(2) {
|
|
|
|
color: #C7CAD0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.namebox {
|
|
|
|
width: 28%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progressbox {
|
|
|
|
width: 220px;
|
|
|
|
|
|
|
|
span:nth-child(1) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btnbox {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-self: flex-start;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div:last-child {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.cutoffrule {
|
|
|
|
width: 100%;
|
|
|
|
border-top: 1px dashed #C7CAD0;
|
|
|
|
}
|