/* +----------------------------------------------------------------------
/* | Static Plugin for ThinkAdmin
/* +----------------------------------------------------------------------
/* | 官方网站: https://thinkadmin.top
/* +----------------------------------------------------------------------
/* | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ]
/* +----------------------------------------------------------------------
/* | 开源协议 ( https://mit-license.org )
/* | 免责声明 ( https://thinkadmin.top/disclaimer )
/* +----------------------------------------------------------------------
/* | gitee 代码仓库：https://gitee.com/zoujingli/think-plugs-static
/* | github 代码仓库：https://github.com/zoujingli/think-plugs-static
/* +----------------------------------------------------------------------
/* | 自定义后台扩展样式，需要在加载 console.css 后载入
/* | 使用 composer require zoujingli/think-plugs-static 时不会更新此文件
/* +---------------------------------------------------------------------- */
.pre_input{
    border:1px solid rgb(238, 238, 238);
    background:rgb(250, 250, 250);
    padding:7px 10px;
    box-sizing: border-box;
    min-height: 38px;
}
.input-group{
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .layui-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 1px;
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 12px;
    text-align: center;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .layui-input,.input-group .input-group-addon,.input-group .input-group-btn{
    display: table-cell;
}
.w200{
    width: 200px;
}
.layui-input-block-static{
    padding:7px 0;
}
.ex-radio{
    position: relative;
    top:5px;
}