bljy.css 3.15 KB
.content_box {
    width: 1200px;
    margin: 0 auto;
    min-height:calc(100vh - 207px);
}

.form_title h2 {
    font-weight: 600;
    border-left: 3px solid #0091FF;
    height: 16px;
    line-height: 16px;
    padding-left: 5px;
    margin: 15px 0;
}
.layui-form-item .layui-inline {
    width: 30%;
}
.submitbutton {
    text-align: center;
    margin: 50px 0;
}
.layui-form-item button {
    width: 120px;
    height: 42px;
    border-radius: 3px;
}

.layui-layer-dialog .layui-layer-content {
    line-height: 24px;
}
.record_con {
    margin-top: 15px;
}
.record {
    width: 55%;
}
.submitbutton_con {
    position: relative;
    left: -40px;
}
.submitbutton .reset {
    background: #F7B500;
    color: #FFFFFF;
    border-color: #F7B500;
}
.submitbutton .reset:hover {
    color: #ffffff;
}
.submitbutton .reset:hover {
    border-color: #F7B500;
}

.no_data {
    text-align: center;
    line-height: 36px;
}
/* ----------------预约列表-------------------- */
.seach_result {
    display: none;
}
.appointment_list {
    margin-top: 20px;
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.appointment_list li {
    width: 33.333%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}
.appointment_list li .item_content {
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    font-size: 16px;
    height: 368px;
}
.item_title {
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    padding: 0 20px;
    box-sizing: border-box;
}
.item_title h3 {
    display: inline-block;
    float: left;
}
.item_title p {
    display: inline-block;
    float: right;
}
.success {
    background-color: #44D7B6;
}
.overdue {
    background-color: #F26363;
}
.cancel {
    background-color: #F26363;
    opacity: 0.5;
}
.item_info {
    padding: 30px;
    height: 180px;
}
.item_info li{
    width: 100%;
    line-height: 38px;
    box-sizing: border-box;
}
.item_info li span {
    display: inline-block;
    width: 108px;
    text-align: right;
    color: #9B9B9B;
    white-space: nowrap;
}
.item_info li p{
    display: inline-block;
    color: #303030;
}
.item_info li a{
    display: inline-block;
    color: #0091FF;
    margin-left: 20px;
}
.cancel_reservation {
    display: block;
    width: 100px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    color: #9B9B9B;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.next_button {
    text-align: center;
    margin: 50px 0 100px 0;
}
.input_search {
    margin-top: 60px;
}
/* ------------------弹框样式-------------------- */
.layui-layer-dialog {
    margin-top: -1.5%;
}
.successInfo , .seizureInfo{
    background-color: #44D7B6;
    width: 140%;
    margin-left: -20px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #ffffff;
}
.seizureInfo {
    background-color: #F26363;
    opacity: 0.8;
}
.dialog_con li {
    line-height: 36px;
    color: #303030;
    font-size: 14px!important;
}
.dialog_con li span {
    color: #9B9B9B;
    display: inline-block;
    width: 85px;
    text-align: right;
    margin-right: 10px;
}