yysq.css 1.32 KB
.content_box {
    width: 1200px;
    margin: 0 auto;
    min-height:calc(100vh - 227px);
    padding: 20px 0;
}
.title {
    height: 16px;
    padding: 10px 0;
    margin: 15px 0;
    padding-left: 10px;
}
.title h2 {
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    padding-left: 5px;
    border-left: 3px solid #ffffff;
    float: left;
}
.title i {
    font-size: 24px;
    position: relative;
    top: -5px;
    color: #ffffff;
    left: 198px;
}
.layui-icon {
    cursor: pointer;
}
.tabs_title i{
    font-size: 24px;
    position: relative;
    top: -10px;
    color: #0091FF;
}
.layui-tab {
    width: 23%;
    display: inline-block;
}
.layui-tab-bar {
    display: none;
}
.img_update {
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.fileBox{ margin:10px;width: 330px;float: left; }
#fileSpan{display:inline-block;width:300px;height:150px;border:2px dashed #ccc;text-align:center;line-height:150px;position: relative;}
#fileInput {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.fileList_parent{margin:20px;display:none;}
.fileList_parent {
    float: left;
}
.operation {
    color: #0091FF;
    cursor: pointer;
}
.fileList tr {
    line-height: 28px;
}
.next_button {
    text-align: center;
    margin: 15px 0;
}
.next_button a {
    color: #ffffff;
}