146 lines
2.5 KiB
CSS
146 lines
2.5 KiB
CSS
.select_simapro {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 0;
|
|
height: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
overflow: hidden;
|
|
opacity: 0;
|
|
z-index: 108;
|
|
}
|
|
|
|
.show_simapro {
|
|
width: 100%;
|
|
/*min-width: 1120px;*/
|
|
height: 100%;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
opacity: 1;
|
|
/*min-height: 580px;*/
|
|
overflow: auto;
|
|
}
|
|
|
|
.select_simapro_wrap {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
/*width: 1024px;*/
|
|
width: 95%;
|
|
top: 5%;
|
|
height: 90%;
|
|
min-height: 500px;
|
|
background: white;
|
|
border: 2px solid rgb(161, 161, 161);
|
|
}
|
|
|
|
.select_simapro_wrap select {
|
|
background-color: white;
|
|
}
|
|
|
|
.simapro_done {
|
|
border: 1px solid lightgray;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
right: 50px;
|
|
padding: 4px 8px;
|
|
background: rgb(230, 230, 230);
|
|
}
|
|
|
|
.simapro_cancel {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 24px;
|
|
height: 24px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.simapro_cancel img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.select_simapro_left {
|
|
width: 256px;
|
|
height: 100%;
|
|
float: left;
|
|
background: #dcdcdc;
|
|
}
|
|
|
|
.select_simapro_right {
|
|
width: 75%;
|
|
min-width: 768px;
|
|
height: 100%;
|
|
float: left;
|
|
background: white;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.select_simapro_row > div {
|
|
margin: 12px 0 0 22px;
|
|
min-width: 234px;
|
|
}
|
|
|
|
.select_simapro_row > div > span {
|
|
border-color: rgb(194, 194, 194);
|
|
}
|
|
|
|
.select_simapro_row > div > div {
|
|
height: 24px;
|
|
float: left;
|
|
}
|
|
|
|
.select_simapro_row > div > div > div {
|
|
border: 1px solid rgb(194, 194, 194);
|
|
width: 139px;
|
|
overflow: hidden;
|
|
line-height: 20px;
|
|
height: 26px;
|
|
}
|
|
|
|
.select_simapro_row select {
|
|
width: 140px;
|
|
height: 26px;
|
|
background-position: 119px 2px;
|
|
}
|
|
|
|
.select_simapro_row img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.simapro_table_header {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.simapro_table_wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 50px 20px;
|
|
height: 100%;
|
|
/*max-height: 400px;*/
|
|
}
|
|
|
|
.simapro_table {
|
|
height: 100%;
|
|
overflow: auto;
|
|
border-top: 1px solid rgb(194, 194, 194);
|
|
}
|
|
|
|
.simapro-image-button {
|
|
background-image: url(../../Browser_Local/img/header_image3_1.png);
|
|
position: absolute;
|
|
right: -22px;
|
|
top: 0px;
|
|
}
|
|
|
|
.simapro-image-button:hover {
|
|
background-image: url(../../Browser_Local/img/header_image3_2.png);
|
|
} |