/*
 * 组件 - 表单组件
 */
.-screen-widget-name-timeFormItem .time-form-item-inline {
    float: left;
    width: 120px;
    display: inline-block;
}

.-screen-widget-name-timeFormItem .time-form-item-box {
    margin: 0 5px;
}

.-screen-widget-name-timeFormItem .time-form-item-box .layui-input {
    height: 30px;
}

.-screen-widget-name-timeFormItem .time-form-item-button-inline {
    float: left;
    width: 70px;
    display: inline-block;
}

.-screen-widget-name-timeFormItem .time-form-item-button-box {
    margin: 0 5px;
}

.-screen-widget-name-timeFormItem .time-form-item-button-box button {
    width: 70px;
}

.-screen-widget-name-timeFormItem .layui-form-select dl {
    top: auto !important;
}

.-screen-widget-name-timeFormItem .layui-form-select dl dd.layui-this {
    background-color: unset;
    color: unset;
}

.-screen-widget-name-timeFormItem .time-form-item-button-inline .layui-btn {
    -webkit-appearance: none;
    transition: none !important;
    -webkit-transition: none !important;
}

.layui-laydate {
    font-size: 12px !important;
}


