244 lines
4.6 KiB
CSS
244 lines
4.6 KiB
CSS
.mrs02-content input {
|
|
border: none;
|
|
padding-left: 16px;
|
|
height: 42px;
|
|
margin-left: 24px;
|
|
width: calc(100% - 24px);
|
|
color: transparent;
|
|
text-shadow: 0 0 0 #000;
|
|
outline: none;
|
|
}
|
|
|
|
.mrs02-content input[disabled] {
|
|
background: white;
|
|
}
|
|
|
|
.mrs02-content input::-webkit-input-placeholder {
|
|
color: rgb(244, 176, 77);
|
|
opacity: 1;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.mrs02-content input:-moz-placeholder {
|
|
color: rgb(244, 176, 77);
|
|
opacity: 1;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.mrs02-content input::-moz-placeholder {
|
|
color: rgb(244, 176, 77);
|
|
opacity: 1;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.mrs02-content input:-ms-input-placeholder {
|
|
color: rgb(244, 176, 77);
|
|
opacity: 1;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.mrs02-content {
|
|
height: 100%;
|
|
}
|
|
|
|
.mrs02-content .kmi-layout-main-content {
|
|
border-radius: 16px;
|
|
background-color: rgb(255, 255, 255);
|
|
padding: 18px 16px 16px 16px;
|
|
height: 100%;
|
|
}
|
|
|
|
.mrs02-content .divide {
|
|
background-color: rgb(235, 238, 241);
|
|
}
|
|
|
|
.mrs02-content .title {
|
|
color: rgb(0, 0, 0);
|
|
font-size: 18px;
|
|
text-align: left;
|
|
font-style: normal;
|
|
letter-spacing: 1px;
|
|
font-weight: 700;
|
|
line-height: 48px;
|
|
}
|
|
|
|
.mrs02-content .left-area {
|
|
float: left;
|
|
width: calc(100% - 250px);
|
|
height: 100%;
|
|
}
|
|
|
|
.mrs02-content .left-area .long {
|
|
display: inline-block;
|
|
width: calc(((100% - 97px) * 0.25) - 5px);
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.mrs02-content .left-area .middle {
|
|
display: inline-block;
|
|
width: calc(((100% - 97px) * 0.2) - 5px);
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.mrs02-content .left-area .short {
|
|
display: inline-block;
|
|
width: calc(((100% - 97px) * 0.1) - 1px);
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.mrs02-content .left-area .del {
|
|
display: inline-block;
|
|
width: calc(((100% - 97px) * 0.1) - 1px);
|
|
white-space: nowrap;
|
|
line-height: 42px;
|
|
height: 42px;
|
|
}
|
|
|
|
.mrs02-content .left-area .del-lbl {
|
|
text-align: center;
|
|
margin: 0;
|
|
width: 100%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.mrs02-content .table-Background {
|
|
background-color: rgb(104, 134, 189);
|
|
line-height: 40px;
|
|
border-top-left-radius: 8px;
|
|
border-top-right-radius: 8px;
|
|
}
|
|
|
|
.mrs02-content .left-area .table-Background .table-header {
|
|
margin: 0 0 0 16px;
|
|
height: 40px;
|
|
}
|
|
|
|
.mrs02-content .left-area .table-Background .table-header-row {
|
|
width: 100%;
|
|
height: 40px;
|
|
}
|
|
|
|
.mrs02-content .left-area .table-Background .table-header label {
|
|
font-size: 14px;
|
|
color: rgb(255, 255, 255);
|
|
font-weight: 400;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.mrs02-content .table.data {
|
|
color: rgb(0, 0, 0);
|
|
font-weight: 300;
|
|
margin: 0 0 0 16px;
|
|
line-height: 42px;
|
|
height: 42px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.mrs02-content .table.data label {
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.mrs02-content .right_area {
|
|
float: right;
|
|
width: 218px;
|
|
height: 100%;
|
|
}
|
|
|
|
.mrs02-content .right_area .box {
|
|
height: 84px;
|
|
}
|
|
|
|
.mrs02-content .right_area .box .box-row {
|
|
height: 42px;
|
|
line-height: 42px;
|
|
}
|
|
|
|
.mrs02-content .right_area .box .label {
|
|
font-size: 14px;
|
|
margin-left: 6px;
|
|
color: rgb(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.mrs02-content .right_area .box .label.doing {
|
|
font-weight: 400;
|
|
color: rgb(0, 0, 0);
|
|
}
|
|
|
|
.mrs02-content .right_area .box .no {
|
|
background-color: rgb(235, 238, 241);
|
|
color: rgb(0, 0, 0, 0.5);
|
|
width: 24px;
|
|
height: 24px;
|
|
border-radius: 100%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.mrs02-content .right_area .box .no.doing {
|
|
background-color: rgb(104, 134, 189);
|
|
color: white;
|
|
}
|
|
|
|
.mrs02-content .right_area .box .line {
|
|
stroke: rgb(235, 238, 241);
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-top: -68px;
|
|
height: 58px;
|
|
}
|
|
|
|
.mrs02-content .right_area .box .line.doing {
|
|
stroke: rgb(104, 134, 189);
|
|
}
|
|
|
|
.mrs02-content .btn {
|
|
height: 42px;
|
|
position: absolute;
|
|
right: 16px;
|
|
bottom: 16px;
|
|
display:flex;
|
|
flex-direction:row;
|
|
}
|
|
|
|
.mrs02-content .btn .create_img {
|
|
content: url(../../../../../image/iMES_icon/icon_add@1.png);
|
|
height: 24px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.mrs02-content .right_area .menu {
|
|
display: flex;
|
|
}
|
|
|
|
.mrs02-content .pda-boolean-btn {
|
|
display: inline-block;
|
|
background-color: rgb(96, 96, 96);
|
|
margin: 5px 0 5px 0;
|
|
width: 85px;
|
|
}
|
|
|
|
.mrs02-content .pda-boolean-btn.active {
|
|
background: rgb(233, 158, 188);
|
|
}
|
|
|
|
.mrs02-content .pda-boolean-btn .prod {
|
|
width: 0;
|
|
}
|
|
|
|
.mrs02-content .pda-boolean-btn .test {
|
|
width: 70%;
|
|
}
|
|
|
|
.mrs02-content .pda-boolean-btn.active .prod {
|
|
width: 70%;
|
|
}
|
|
|
|
.mrs02-content .pda-boolean-btn.active .test {
|
|
width: 0;
|
|
}
|
|
|
|
.mrs02-content .pda-boolean-btn.active > .inner-circle {
|
|
left: 55px;
|
|
} |