This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PAD/module/moduleWIP/program/mrs-eqp/mrs03/mrs03.css
2024-01-24 16:47:50 +08:00

180 lines
3.2 KiB
CSS

.mrs03-content {
height: 100%;
}
.mrs03-content .kmi-layout-main-content {
border-radius: 16px;
background-color: rgb(255, 255, 255);
padding: 16px;
height: 100%;
}
.mrs03-content .top-area {
height: 84px
}
.mrs03-content .top-area .row {
line-height: 42px;
}
.mrs03-content .top-area .kmi-text-fields {
height: 42px;
margin: 0;
}
.mrs03-content .top-area .kmi-text-fields .input {
width: calc(100% - 42px);
margin-right: 16px;
height: 42px;
padding-left: 16px;
font-size: 14px;
border: 1px solid rgb(220, 220, 220);
}
.mrs03-content .top-area .kmi-text-fields .input::-webkit-input-placeholder {
color: rgb(244, 176, 77);
opacity: 1;
font-weight: 700;
}
.mrs03-content .top-area .kmi-text-fields .input:-moz-placeholder {
color: rgb(244, 176, 77);
opacity: 1;
font-weight: 700;
}
.mrs03-content .top-area .kmi-text-fields .input::-moz-placeholder {
color: rgb(244, 176, 77);
opacity: 1;
font-weight: 700;
}
.mrs03-content .top-area .kmi-text-fields .input:-ms-input-placeholder {
color: rgb(244, 176, 77);
opacity: 1;
font-weight: 700;
}
.mrs03-content .bottom-area {
height: calc(100% - 100px);
margin-top: 16px;
}
.mrs03-content .bottom-left-area {
float: left;
height: 100%;
width: 250px;
}
.mrs03-content .bottom-left-area label {
font-size: 14px;
}
.mrs03-content .bottom-left-area .material .list {
line-height: 48px;
}
.mrs03-content .bottom-left-area .material .list .row {
line-height: 24px;
height: 24px;
}
.mrs03-content .bottom-left-area .material .text {
float: left;
width: 50%;
}
.mrs03-content .bottom-left-area .material .divide {
background-color: black;
margin-left: 0;
}
.mrs03-content .bottom-left-area .material .count {
width: calc(50% - 1px);
float: right;
text-align: center;
}
.mrs03-content .bottom-left-area .bar-area {
/*overflow: hidden;*/
height: 100%;
}
.mrs03-content .bottom-left-area .bar-area .title {
font-size: 18px;
color: black;
font-weight: 700;
line-height: 48px;
}
.mrs03-content .attrib .fields {
line-height: 32px;
}
.mrs03-content .attrib .fields .itemType {
text-align: right;
float: right;
color: rgba(0, 0, 0, 0.5)
}
.mrs03-content .attrib .value {
font-size: 14px;
word-break: break-word;
}
.mrs03-content .divide {
background-color: rgb(220, 220, 220);
float: left;
height: 100%;
width: 1px;
margin-left: 16px;
}
.mrs03-content .workinfo-panel {
float: right;
width: calc(100% - 282px);
height: 100%;
}
.mrs03-content .workinfo-panel .title {
font-size: 18px;
color: black;
font-weight: 700;
line-height: 48px;
}
.mrs03-content .workinfo-panel .table {
display: flex;
flex-direction: row;
font-size: 14px;
}
.mrs03-content .workinfo-panel .table .column {
display: flex;
flex-direction: column;
line-height: 42px;
}
.mrs03-content .workinfo-panel .table .data {
display: flex;
flex-direction: column;
margin-left: 16px;
line-height: 42px;
}
.mrs03-content .workinfo-panel>.table .br {
height: 32px;
display: block;
}
.mrs03-content .workinfo-panel>.table .empty {
height: 42px;
display: block;
}
.mrs03-content .control-btn {
position: absolute;
bottom: 0;
right: 16px;
display: flex;
}