113 lines
1.9 KiB
CSS
113 lines
1.9 KiB
CSS
.mrs09-dialog .kmi-layout-page {
|
|
padding: 16px 16px 0px;
|
|
}
|
|
.mrs09-dialog .kmi-text-fields>label {
|
|
text-align: right;
|
|
width: 120px;
|
|
}
|
|
.mrs09-dialog .kmi-text-fields input {
|
|
border: 0px #e6e6e7 solid;
|
|
}
|
|
|
|
.mrs09-dialog .equipment-status {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 64px;
|
|
}
|
|
|
|
.mrs09-dialog .btn-panel {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding:4px 0;
|
|
}
|
|
|
|
.mrs09-dialog .btn-panel .is-select {
|
|
background: #db4c3d;
|
|
}
|
|
|
|
.mrs09-dialog .btn-confirm {
|
|
/*margin-left: 48px;*/
|
|
}
|
|
|
|
.mrs09-dialog {
|
|
width: 100%;
|
|
/*height: 100%;*/
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.mrs09-dialog .input {
|
|
border: 1px #e6e6e7 solid;
|
|
}
|
|
|
|
.mrs09-dialog .header {
|
|
background-color: #6570a8;
|
|
height: 35px;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.mrs09-dialog .content {
|
|
padding: 20px;
|
|
}
|
|
|
|
.mrs09-dialog .content-right {
|
|
margin-left: 10%;
|
|
display: flex;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.mrs09-dialog .content-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.mrs09-dialog .content-column {
|
|
display: flex;
|
|
flex-direction: column;
|
|
/*margin-top: 15px;*/
|
|
}
|
|
|
|
.mrs09-dialog input {
|
|
border: 1px solid #e9e8e7;
|
|
border-radius: 5px;
|
|
margin-left: 5px;
|
|
min-height: 30px;
|
|
font-size: 16px;
|
|
padding-left: 8px;
|
|
width: 100%;
|
|
}
|
|
|
|
.mrs09-dialog .image-report {
|
|
background-color: #e9e8e7;
|
|
width: 38vw;
|
|
height: 24vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.mrs09-dialog .detail-report {
|
|
background-color: #e9e8e7;
|
|
padding: 5px;
|
|
border-radius: 10px;
|
|
margin-right: 20px;
|
|
overflow: scroll;
|
|
width: 100%;
|
|
}
|
|
|
|
.mrs09-dialog .detail-content {
|
|
margin-top: 5px;
|
|
background-color: white;
|
|
display: flex;
|
|
min-height: 27px;
|
|
height: 5.5vh;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.mrs09-dialog .detail-header {
|
|
padding: 5px;
|
|
display: flex;
|
|
}
|