382 lines
7.9 KiB
CSS
382 lines
7.9 KiB
CSS
.elCol .el-input[data-v-07e57a16],
|
|
.elCol .el-select[data-v-07e57a16] {
|
|
width: 85%;
|
|
}
|
|
.add[data-v-07e57a16] {
|
|
float: right;
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
.paginations[data-v-07e57a16] {
|
|
float: right;
|
|
padding: 25px 0;
|
|
}
|
|
.workImgBox[data-v-07e57a16] {
|
|
width: 200px;
|
|
height: 200px;
|
|
}
|
|
.carImg-box[data-v-07e57a16] {
|
|
width: 60px;
|
|
height: 60px;
|
|
margin: auto;
|
|
}
|
|
.car-img[data-v-07e57a16] {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
.car-img.clickable[data-v-07e57a16] {
|
|
cursor: pointer;
|
|
}
|
|
.leftBox[data-v-07e57a16] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: space-evenly;
|
|
-ms-flex-pack: space-evenly;
|
|
justify-content: space-evenly;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.radio-box[data-v-07e57a16] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
margin: 50px 30px 0 0;
|
|
}
|
|
.dialog-footer[data-v-07e57a16] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.library-section[data-v-07e57a16] {
|
|
border: 1px solid #f0f0f0;
|
|
padding: 10px 10px 0;
|
|
border-radius: 4px;
|
|
}
|
|
.library-title[data-v-07e57a16] {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
margin-bottom: 10px;
|
|
color: #333;
|
|
}
|
|
.example-flag-text[data-v-07e57a16] {
|
|
font-size: 13px;
|
|
color: #409eff;
|
|
}
|
|
.image-dialog-grid[data-v-07e57a16] {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, 240px);
|
|
gap: 16px;
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
}
|
|
.example-card[data-v-07e57a16] {
|
|
background: #f5f7fa;
|
|
border: 1px solid #ebeef5;
|
|
border-radius: 6px;
|
|
padding: 12px;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.btn-row[data-v-07e57a16] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
gap: 8px;
|
|
margin-top: 8px;
|
|
}
|
|
.btn-row.single[data-v-07e57a16] {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.btn-row.double[data-v-07e57a16] {
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
.btn-row.no-wrap[data-v-07e57a16] {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.search-form-container[data-v-07e57a16] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
gap: 20px;
|
|
}
|
|
.search-conditions[data-v-07e57a16] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
gap: 15px;
|
|
}
|
|
.search-item[data-v-07e57a16] {
|
|
width: calc(25% - 12px);
|
|
min-width: 200px;
|
|
}
|
|
.search-buttons[data-v-07e57a16] {
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
white-space: nowrap;
|
|
}
|
|
.elCol .el-input[data-v-77266208],
|
|
.elCol .el-select[data-v-77266208] {
|
|
width: 85%;
|
|
}
|
|
.add[data-v-77266208] {
|
|
float: right;
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
.paginations[data-v-77266208] {
|
|
float: right;
|
|
padding: 25px 0;
|
|
}
|
|
.workImgBox[data-v-77266208] {
|
|
width: 200px;
|
|
height: 200px;
|
|
}
|
|
.carImg-box[data-v-77266208] {
|
|
width: 60px;
|
|
height: 60px;
|
|
margin: auto;
|
|
}
|
|
.car-img[data-v-77266208] {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
.car-img.clickable[data-v-77266208] {
|
|
cursor: pointer;
|
|
}
|
|
.leftBox[data-v-77266208] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: space-evenly;
|
|
-ms-flex-pack: space-evenly;
|
|
justify-content: space-evenly;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.radio-box[data-v-77266208] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
margin: 50px 30px 0 0;
|
|
}
|
|
.dialog-footer[data-v-77266208] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.library-section[data-v-77266208] {
|
|
border: 1px solid #f0f0f0;
|
|
padding: 10px 10px 0;
|
|
border-radius: 4px;
|
|
}
|
|
.library-title[data-v-77266208] {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
margin-bottom: 10px;
|
|
color: #333;
|
|
}
|
|
.example-flag-text[data-v-77266208] {
|
|
font-size: 13px;
|
|
color: #409eff;
|
|
}
|
|
.image-dialog-grid[data-v-77266208] {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, 240px);
|
|
gap: 16px;
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
}
|
|
.example-card[data-v-77266208] {
|
|
background: #f5f7fa;
|
|
border: 1px solid #ebeef5;
|
|
border-radius: 6px;
|
|
padding: 12px;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.btn-row[data-v-77266208] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
gap: 8px;
|
|
margin-top: 8px;
|
|
}
|
|
.btn-row.single[data-v-77266208] {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.btn-row.double[data-v-77266208] {
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
.btn-row.no-wrap[data-v-77266208] {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.search-form-container[data-v-77266208] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
gap: 20px;
|
|
}
|
|
.search-conditions[data-v-77266208] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
gap: 15px;
|
|
}
|
|
.search-item[data-v-77266208] {
|
|
width: calc(25% - 12px);
|
|
min-width: 200px;
|
|
}
|
|
.search-buttons[data-v-77266208] {
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
white-space: nowrap;
|
|
}
|
|
.add[data-v-f2ed3812] {
|
|
float: right;
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
.paginations[data-v-f2ed3812] {
|
|
float: right;
|
|
padding: 25px 0;
|
|
}
|
|
.el-icon-edit[data-v-f2ed3812] {
|
|
color: #46a6ff;
|
|
cursor: pointer;
|
|
}
|
|
.add[data-v-694a4bb1] {
|
|
float: right;
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
.paginations[data-v-694a4bb1] {
|
|
float: right;
|
|
padding: 25px 0;
|
|
}
|
|
.carImg-box[data-v-694a4bb1] {
|
|
width: 60px;
|
|
height: 60px;
|
|
margin: auto;
|
|
}
|
|
.carImg-box .car-img[data-v-694a4bb1] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.noticeList .search-form-container[data-v-8c63c9a4] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
.noticeList .search-form-container .search-conditions[data-v-8c63c9a4] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
gap: 15px;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.noticeList .search-form-container .search-conditions .search-item[data-v-8c63c9a4] {
|
|
min-width: 200px;
|
|
}
|
|
.noticeList .search-form-container .search-buttons[data-v-8c63c9a4] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
gap: 10px;
|
|
margin-left: 15px;
|
|
}
|
|
.noticeList .planLst[data-v-8c63c9a4] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-bottom: 15px;
|
|
}
|
|
.noticeList .paginations[data-v-8c63c9a4] {
|
|
text-align: right;
|
|
margin-top: 20px;
|
|
}
|