.imageData {
|
height: calc(100% - 158px);
|
padding: 0 30px 0 0;
|
margin-top: 78px;
|
overflow: auto;
|
}
|
|
.imageData .default {
|
position: relative;
|
height: 100%;
|
}
|
|
.imageData .default img {
|
width: 676px;
|
height: 366px;
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
}
|
|
.imageData .el_group {
|
position: absolute;
|
top: 20px;
|
left: 30px;
|
}
|
|
.imageData .el_group .el-select {
|
width: 349px;
|
}
|
|
.imageData .el_group .el-input.is-focus .el-input__inner {
|
border-color: #eeeeee;
|
}
|
|
.imageData .el_group .el-input__inner,
|
.imageData .el_group .el-input__icon {
|
height: 28px;
|
line-height: 28px;
|
}
|
|
.imageData .el_group .el-input__inner {
|
font-size: 12px;
|
border-radius: 14px;
|
border-top-right-radius: 0;
|
border-bottom-right-radius: 0;
|
}
|
|
.imageData .el_group .el-button {
|
height: 28px;
|
vertical-align: top;
|
padding: 5px 12px;
|
font-size: 12px;
|
background-color: #0081F0;
|
color: #ffffff;
|
border-color: #0081F0;
|
border-radius: 14px;
|
border-top-left-radius: 0;
|
border-bottom-left-radius: 0;
|
}
|
|
.imageData .imageList {
|
display: flex;
|
justify-content: flex-start;
|
flex-wrap: wrap;
|
}
|
|
.imageData .imageList .images {
|
width: 50%;
|
padding-left: 30px;
|
box-sizing: border-box;
|
margin-bottom: 40px;
|
position: relative;
|
}
|