/* 自定义样式表 */
.custom-button {
    border: none;
    background-color: #0081E2;
    height: 30px;
    width: 100px;
    margin: 16px;
}

.custom-data-file-name-list {
    width: 200px;
    height: 500px;
    margin-left: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.custom-pane{
    background-color: #333333;
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid #4A4A4A;
    border-radius: 2px;
    font-size: 12px;
    outline-color: none;
    letter-spacing: 0.75px;
}
.custom-info-div {
    width: 1600px;
    height: 550px;
    margin: 16px;
}
.custom-delete-Btn{
    width:14px;
    height: 14px;
    display:inline-block;
    float: right;
    background-color: red;
    border-radius: 4px;
}
.custom-delete-Btn:hover{
    cursor: pointer;
}