#uploadDragArea .layui-icon-upload.act{
    color: #05b672 !important;
}

.inputdivs{

}

.inputdivs input{
    border-radius: 0;
    border-right: 0;
    width: calc((100% - 38px) / 2);
    float: left;
}

.night .inputdivs input{
    border-right: 0;
}

.inputdivs i{
    height: 38px;
    display: inline-block;
    width: 38px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}

.night .inputdivs i{
    border:1px solid #444;
    background-color: #181a1b;
    color: #aaa;
}