/**
 * @Author: Mr.Yan
 * @date: 2019/1/16
 * @Description: 全局的自己额外的css
 */
/**
    右浮动
 */
.f_right{
    float: right;
}
/**
    左浮动
 */
.f_left{
    float: left;
}
/**
    红色的 ”*“
 */
.layui-input-required:before{
    content:" * ";
    padding-right: 5px;
    color: #FF5722;
}
/**
    固定打开的bottom
 */
#bottom{
     position: fixed;
     bottom: 0;
     right: 0;
     background-color: #F8F8F8;
     width: 100%;
 }
.wt50{
    width:50px;
}
.wt100{
    width: 100px;
}
.wt150{
    width: 150px;
}
.wt300{
    width: 300px;
}
.min-wt100{
    min-width: 100px;
}

.custem-btn-disabled{
    cursor: not-allowed;
    opacity: 0.3 !important;
}