.img2base64clears{
    font-size: 0.6rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #eee;
    color: #888;
    margin-top: 0.5rem;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}

.night .img2base64clears{
    border: 1px solid #444;
}

.img2base64res{
    display: none;
}

.img2base64res>span {
    border-bottom: 0;
    font-size: 0.7rem;
    font-weight: 600;
    padding-left: 0.9rem;
    padding-right: 0.75rem;
    position: relative;
    background-color: #a0e5c6;
    height: 2rem;
    line-height: 2rem;
    display: block;
    margin-top: 0.5rem;
}

.img2base64res>span::before{
    content: "#";
    font-size: 0.8rem;
    position: absolute;
    color: #00b277;
    left: 5px;
    top: -0.025rem;
    background-color: unset;
}
.img2base64res>span i{
    float: right;
    font-style: normal;
    font-size: 0.6rem;
    color: #009688;
    cursor: pointer;
}
.img2base64res textarea{
    border:1px solid #a0e5c6;
    border-radius: 0 0 0.3rem 0.3rem !important;
}
.night .img2base64res>span{
    background-color: #444;
}
.night .img2base64res .layui-btn-fluid{
    border: 1px solid #444 !important;
}