﻿.bg-white {
    background-color: #FFF;
}

.bg-white .el-upload--picture-card {
    display: flex;
    justify-content: center;
}

.el-row {
    padding: 20px 10px;
    margin: 10px 0px;
    border-radius: 28px;
}

.el-col {
}

.el-upload-list {
    height: 46px;
    overflow-y: auto; 
  }

   /* 修改垂直滚动条 */
   .el-upload-list::-webkit-scrollbar {
    width: 5px !important; /* 修改宽度 */
    }
    
    /* 修改滚动条轨道背景色 */
    .el-upload-list::-webkit-scrollbar-track{
    background-color: #fff!important;
    }
    
    /* 修改滚动条滑块颜色 */
    .el-upload-list::-webkit-scrollbar-thumb{
    background-color: #d3cece !important;
    border-radius: 5px;
    }
    
    /* 修改滚动条滑块悬停时的颜色 */
    .el-upload-list::-webkit-scrollbar-thumb:hover{
    background-color: #bbb9b9 !important;
    }

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
    margin: 0;
}

.hide {
    display: none;
}

.sup-col {
    padding: 10px;
    background-color: #f4f4f4;
    border-radius: 10px;
    min-height: 100px;
}

.sup-col-title {
    text-align: left;
    line-height: 36px;
}

    .sup-col-title i {
        color: red;
        font-size: 14px;
        vertical-align: middle;
        font-style: normal;
    }

.el-upload__tip {
    line-height: 18px;
}

.upload_hide .el-upload--picture-card {
    display: none;
}
