.card {
|
height: 100%;
|
border-radius: 4px;
|
box-sizing: border-box;
|
padding: 12px;
|
display: flex;
|
flex-direction: column;
|
background-color: #fff;
|
box-shadow: 0 2px 12px 0 rgba(188, 188, 188, 0.8);
|
.search-list {
|
width: 100%;
|
padding: 12px 0;
|
display: flex;
|
position: relative;
|
|
.list-left {
|
width: 100%;
|
height: 100%;
|
font-size: 16px;
|
|
.header-label {
|
min-width: 120px;
|
font-size: 14px;
|
text-align: right;
|
display: inline-block;
|
}
|
|
.header-labels {
|
width: 112px;
|
font-size: 14px;
|
text-align: right;
|
display: inline-block;
|
}
|
|
.left-row {
|
height: 50%;
|
flex-wrap: wrap;
|
|
/deep/.el-col {
|
width: 25%;
|
min-width: 238.5px;
|
display: flex;
|
margin-bottom: 12px;
|
align-items: center;
|
}
|
}
|
}
|
}
|
|
.card-body {
|
width: 100%;
|
flex: 1
|
}
|
|
.card-footer {
|
width: 100%;
|
height: 76px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
position:relative;
|
}
|
}
|
.img-flex {
|
display: flex;
|
width: 500px;
|
flex: 1;
|
flex-wrap: wrap;
|
// justify-content: space-around;
|
}
|
|
.file-list {
|
display: inline-block;
|
width: 120px;
|
height: 120px;
|
vertical-align: top;
|
text-align: center;
|
position: relative;
|
margin: 0 8px;
|
margin-bottom: 50px;
|
|
.close_icon {
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
cursor: pointer;
|
display: flex;
|
font-size: 30px;
|
color: #dfdfdf;
|
border-radius: 12px;
|
align-items: center;
|
justify-content: center;
|
background-color: rgba(0,0,0,.5);
|
}
|
|
.close_icons {
|
display: none;
|
}
|
|
.look-line {
|
width: 2px;
|
height: 30px;
|
margin: 0 10px;
|
background-color: #cccccc;
|
}
|
|
.imgs {
|
width: 100%;
|
height: 100%;
|
cursor: pointer;
|
}
|
|
.img-text {
|
color: #dfdfdf;
|
width: 120px;
|
font-size: 12px;
|
}
|
}
|
|
.file_img {
|
margin: 0 0px;
|
}
|
|
.pdf-dialog {
|
// position: relative;
|
|
.page-img {
|
width: 30px;
|
height: 30px;
|
cursor: pointer;
|
}
|
|
.left-page {
|
position: absolute;
|
top: 50%;
|
left: 20px;
|
z-index: 10;
|
}
|
|
.right-page {
|
position: absolute;
|
top: 50%;
|
right: 20px;
|
z-index: 10;
|
}
|
|
/deep/.el-dialog__body {
|
height: 600px;
|
overflow-y: auto;
|
}
|
|
.pdf-center {
|
width: 100%;
|
height: 100%;
|
}
|
}
|
|
|
.avatar-uploader{
|
width: 120px;
|
height: 120px;
|
border: 2px dashed #39B5FE;
|
box-sizing: border-box;
|
position: relative;
|
/deep/.el-upload{
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
width: 90%;
|
height: 66px;
|
color: #999;
|
&::after{
|
content: '点击上传,支持pdf、word、png、zip格式';
|
display: block;
|
font-size: 14px;
|
line-height: 1;
|
margin-top: 10px;
|
}
|
.avatar-uploader-icon{
|
font-size: 38px;
|
color: #999;
|
}
|
}
|
}
|
|
/deep/.el-dialog__title {
|
position: relative;
|
|
&::before {
|
content: "";
|
width: 4px;
|
height: 20px;
|
position: absolute;
|
left: -10px;
|
background-color: #24B8F7;
|
}
|
}
|
.dialog-header {
|
width: 100%;
|
height: 130px;
|
}
|
|
.header-title {
|
height: 46px;
|
display: flex;
|
font-size: 18px;
|
align-items: center;
|
border-bottom: 1px solid #bfbfbf;
|
margin-bottom: 17px;
|
}
|
|
.header-row {
|
width: 100%;
|
height: 33%;
|
padding: 0 20px;
|
align-items: center;
|
}
|
|
.dialog-content {
|
margin: 20px 0;
|
|
.content-title {
|
height: 46px;
|
display: flex;
|
font-size: 18px;
|
align-items: center;
|
border-bottom: 1px solid #bfbfbf;
|
margin-bottom: 22px;
|
}
|
|
.content-center {
|
padding: 10px 20px;
|
|
/deep/.el-form-item {
|
display: flex;
|
}
|
}
|
|
/deep/.el-row--flex {
|
margin-bottom: 10px;
|
}
|
}
|
|
.bnt_line {
|
position: relative;
|
|
&:before {
|
content: "";
|
width: 1px;
|
height: 14px;
|
background-color: #bfbfbf;
|
position: absolute;
|
// top: 2px;
|
right: -7px;
|
}
|
}
|
|
.delect {
|
color: #EF3F3F !important;
|
|
&:active {
|
color: #EF3F3F !important;
|
opacity: .8;
|
}
|
}
|
|
.button {
|
float: right;
|
margin-left: 10px !important;
|
color: #FFFFFF !important;
|
background-color: #3f8afb;
|
|
&:active {
|
background-color: #3f8afb;
|
opacity: .8;
|
}
|
|
&:hover {
|
background-color: #3f8afb;
|
opacity: .8;
|
}
|
}
|
|
.center-item {
|
display: flex;
|
margin: 6px 0;
|
align-items: center;
|
justify-content: space-between;
|
|
&:last-child {
|
margin-bottom: 22px;
|
}
|
|
.text-bnt {
|
display: flex;
|
align-items: center;
|
}
|
}
|