105 lines
1.9 KiB
CSS
105 lines
1.9 KiB
CSS
/*@charset "utf-8";*/
|
|
/*@import url("https://unpkg.com/element-plus/dist/index.css");*/
|
|
@import url('./element-plus.css');
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
.upload-content {
|
|
width: 100%;
|
|
/*height: 686px;*/
|
|
/*padding: 10px 24px 0 24px;*/
|
|
}
|
|
|
|
.upload-body {
|
|
clear: both;
|
|
/*padding-bottom: 20px;*/
|
|
width: 100%;
|
|
}
|
|
.form-container {
|
|
display: inline-flex;
|
|
float: right;
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
clear: right;
|
|
width: 430px;
|
|
}
|
|
.input-label {
|
|
font-size: 14px;
|
|
width: 72px;
|
|
text-align: right;
|
|
}
|
|
|
|
.el-upload-list {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.image-list {
|
|
width: 100%;
|
|
min-height: 150px;
|
|
/*height: 574px;*/
|
|
border: 1px solid #eef0f3;
|
|
margin: 0 auto;
|
|
padding: 24px;
|
|
overflow-y: auto;
|
|
|
|
}
|
|
.image-box {
|
|
width: 150px;
|
|
height: 150px;
|
|
background: #F2F6FC;
|
|
overflow: hidden;
|
|
}
|
|
.el-upload-list.el-upload-list--picture-card {
|
|
flex-wrap: wrap;
|
|
}
|
|
.el-upload-list__item:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.el-upload-list--picture-card .el-upload-list__item-actions {
|
|
height: 226px;
|
|
}
|
|
.el-upload-list--picture-card .el-upload-list__item {
|
|
width: 150px;
|
|
height: 190px;
|
|
border: 0;
|
|
border-radius: 0;
|
|
margin-bottom: 16px;
|
|
margin-right: 16px;
|
|
}
|
|
.el-upload-list--picture-card .el-upload-list__item:nth-child(4n){
|
|
margin-right: 0;
|
|
}
|
|
.image-title {
|
|
text-align: center;
|
|
color: #606266;
|
|
line-height: 3;
|
|
background-color: #fff;
|
|
position: relative;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.el-upload.el-upload--picture-card {
|
|
display: none;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.el-upload-list__item-preview , .el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
|
|
font-size: 12px;
|
|
|
|
}
|
|
.el-upload-list__item-delete, .el-upload-list__item-preview {
|
|
display: inline-flex !important;
|
|
align-items: center;
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item {
|
|
display: block !important;
|
|
}
|
|
|
|
.footer-tip {
|
|
color: #FF6D7E;
|
|
font-size: 14px;
|
|
}
|