/*
 * @Author: xrf
 * @LastEditors: xrf
 * @Date: 2019-04-28 15:12:55
 * @LastEditTime: 2019-04-28 15:18:02
 */
@charset "utf-8";

/* 加载进度条 */
.progress {
    height: 3px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
}

.progress > svg {
    height: 100%;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.layui-table {
    width: 100% !important;
}