.enter{
    .el-upload-list--text{
        display: none;
    }
    .enter-con{
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #E5EBF6;
        padding:20px;
    }
    .search-btn{
        cursor: pointer;
        width: 76px;
        height: 37px;
        line-height: 37px;
        background: #1969F9;
        border-radius: 2px;
        font-size: 14px;
        color:#fff;
        text-align: center;
        &:hover{
            background: #0050E0;
        }
    }
    .btn-nav{
        margin-top: 11px;
        margin-bottom: 22px;
     
        .dcg{
            width: 66px;
            height: 26px;
            border-radius: 2px;
            text-align: center;
            line-height: 26px;
            border: 1px solid #1969F9;
            background: #fff;
            color:#1969F9;
            margin-right: 10px;
            font-size: 14px;
            transition: all 0.5s;
            &.long{width:95px;}
            &:hover{
                background: #1969F9;
                cursor: pointer;
                color:#fff;
            }
            &.delbtn{
                border:1px solid #FC1F00;
                background: #FFE7E3;
                color:#FC1F00;
                &:hover{
                    background: #FF715D;
                    color:#fff;
                }
            }
        }
    }
}