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