﻿
.layui-icon-ok:before {
    content: "\e605";
    content: "";
}

.layui-unselect.layui-form-checkbox.layui-form-checked .layui-icon-ok:before {
    content: "\e605";
}

img.wxpay {
    width: 100%;
    display: table;
}

.weui-uploader__bd {
    display: table;
    overflow: auto;
}

ul#uploaderFiles {
    float: left;
}

.weui-uploader__files {
    list-style: none;
}

li.weui-uploader__file.weui-uploader__file_status:after {
}
i.weui-icon_msg.weui-icon-clear {
    position: fixed;
    top: -42px;
    /* background: #bd6767; */
    right: -42px;
    /* font-weight: bold !important; */
    color: #B2B2B2;
    font-size: 18px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    width: 20px;
    height: 20px;
}
.weui-uploader__info {
    /*display: none;*/
}
.weui-uploader {
    width: 100%;
}
.weui-uploader__bd {
    width: 100%;
}