
/*时间选择器*/
.set-hour .layui-laydate-content>.layui-laydate-list {padding-bottom: 0px;overflow: hidden;}
.set-hour .layui-laydate-content>.layui-laydate-list>li{width:50%}
.set-hour .merge-box .scrollbox .merge-list {padding-bottom: 5px;}

/*封面图*/
.cover-image-border{margin:5px;padding:5px;border: 1px dashed #e2e2e2;cursor: pointer;}
.cover-image-border img,.uploadimage{width:100px;height:100px;}
.uploadimage{background-size: contain;}

/*表单相关*/
.form-box-width { width: 50%;}
@media screen and (max-width: 2200px) {
    .form-box-width {width: 60%;}
}
@media screen and (max-width: 1900px) {
    .form-box-width {width: 70%;}
}
@media screen and (max-width: 1600px) {
    .form-box-width {width: 90%;}
}
@media screen and (max-width: 1400px) {
    .form-box-width {width: 100%;}
}

.inline-form-label{ width: 85px !important; height: 38px; line-height: 38px; background-color: #f2f2f2; margin-right: 0px !important; text-align: center;}
.form-box-width .time-start,.time-end { float: left; width: 45%;}
.form-box-width .time-to { float: left; width: 10%; height: 38px; line-height: 38px; text-align: center;}

/*列表相关*/
table td .layui-btn-xs { margin-top: 3px !important; margin-bottom: 3px !important;}

.layui-table .headimg { width: 35px; height: 35px; border: 1px solid #DCDCDC; display: inline-block; overflow: hidden; text-align: center; margin-right: 5px; border-radius: 50%; vertical-align: middle; box-shadow: 0 2px 3px 0 rgba(0,0,0,.11); background-size: cover; background-repeat: no-repeat; background-position: center center; }




























