yysj.css 7.07 KB
.central_area {
    min-height:calc(100vh - 197px);
}
.ovfHiden{overflow: hidden;height: 100%;}
.navigation_crumbs {
    height: 45px;
}

.appointment_notice {
    padding-top: 25px;
    margin-bottom: 25px;
}
.app_progress li.active:after {  
    border-left-color: #1E9FFF;  
}
.selected {
    background-color: #5FB878!important;
    color: #fff!important;
}
.selected:hover {
    background-color: #5FB878!important;
}
.app_progress li.selected:after {  
    border-left-color: #5FB878;
}
.line {
    width: 80px;
    height: 0;
    display: inline-block;
    border-bottom: 2px dotted#dddddd;
    margin-bottom: 4px;
}
/* -------------------------------预约日期---------------------------------------- */
.appoint_time {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.swiper-slide li {
    height: 20px;
    font-size: 14px;
    margin-top: 3px;
}
.active1 {
    background-color: #1E9FFF;
    color: #fff;
}
.business_choice {
    margin: 20px auto;
}
.business_choice .title {
    position: relative;
    padding-left: 10px;
}
.business_choice .title::before {
    content:"";
    width:3px;
    height:40px;
    background-color: #1E9FFF;
    position:absolute;
    left: 0px;
    top: 3px;
}
.business_choice h2{
    font-size: 18px;
}

/* -------------分割线----------------------- */
.site-title {
    margin: 20px 0;
}
.site-title fieldset {
    border-top: 1px solid #eee;
}
.site-title fieldset legend {
    margin: 0 auto;
    font-size: 20px;
    padding: 0 15px;
}
.site-title fieldset legend a:hover {
    color: #f46143;
}
.business_list {
    width: 1220px!important;
    font-size: 0;
    margin-left: -10px;
}
.business_list li{
    width: 25%;
    margin-bottom: 10px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}
.business_list li .bugActive {
    background-color: #1E9FFF;
    color: #fff;
}
.business_list li {
    position: relative;
}
.business_list li a:first-child{
    display: block;
    border-radius: 3px;
    height: 100%;
    width: 93%;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 0;
}
.business_list li .reserved{
    border-radius: 3px;
    height: 100%;
    width: 93%;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
    text-align: center;
}

.business_list li .reserved i{
    color: #FF5722;
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: -5px;
}
.business_list li .reserved i:last-child {
    cursor: pointer;
}

.business_list li .reserved div{
    display: inline-block;
    text-align: center;
    margin: 0 15px;
}
.business_list li .reserved p {
    height: 21px;
    line-height: 21px;
    color: #fff;
}

.business_list li a:hover {
    background-color: #1E9FFF;
    color: #fff;
    cursor: pointer;
}
.layui_anim_list {
    width: 530px!important;
    height: 450px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    display: none;
    z-index: 102;
    padding: 10px;
    border-radius: 5px;
}
.layui_anim_content {
    display: none;
    width: 100%;
    height: 100%;
    position:fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
}
.layui-anim h2 {
    text-align: right;
}
.layui-anim h2 i {
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}
.appointment_time {
    float: left;
    margin-right: 60px;
}
.appointment_time li {
    width: 200px;
    height: 60px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 60px;
}
.content_box {
    padding: 10px 20px;
}
.appint_detail li{
    width: 200px;
    height: 60px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 10px;
}
.appint_detail li span {
    height: 20px;
    display: block;
}
.appint_detail li p {
    height: 20px;
}
.full_engagement {
    margin-top: 10px;
}
.appint_detail .layui-bg-gray{
    cursor:not-allowed;
}
.able_appint {
    border: 1px solid #e2e2e2;
    color: #393D49;
}
.able_appint:hover {
    background-color: #01AAED;
    color: #fff;
}
.able_appintActive {
    background-color: #5FB878;
    color: #fff;
}

.allowedMask {
    border-radius: 3px;
    height: 100%;
    width: 93%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0);
    z-index: 9;
    cursor:not-allowed!important;
}
.disnone {
    display: none!important;
}
.next_button {
    text-align: center;
    margin: 20px 0;
}
.next_button button {
    width: 140px;
    height: 42px;
    position: relative;
}
.next_button a {
    color: #fff;
    display: block;
    width: 140px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
}
.next_button a:hover{
    color: #fff;
}
.layui-layer-title {
    background-color: #1E9FFF!important;
    color: #fff!important;
}
.layui-layer-ico {
    background: none!important;
    position: relative;
}
.layui-layer-ico::after {
    content: '\2716';
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 14px;
    color: #fff;
}

/* ---------------------信息确认弹框样式------------------------------- */

.infoContent {
    padding: 15px 50px;
}
.infoContent ul {
    margin-bottom: 15px;
}
.infoContent ul li {
    color: rgb(44, 41, 41);
    margin-bottom: 10px;
}
.infoContent ul li span{
    font-size: 16px!important;
    width: 80px;
    display: inline-block;
    text-align-last: justify;
}
.infoContent h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.listItem {
    margin-bottom: 10px;
}
.confimButton {
    text-align: center;
    margin-top: 20px;
}
.confimButton .layui-btn {
    height: 30px;
    line-height: 30px;
}
/* ----------------------------------------------- */
.business_item .item_time {
    float: left;
    width: 200px;
    background-color: #0091FF;
    color: #fff;
    margin-right: 15px;
    height: 130px;
    text-align: center;
    line-height: 130px;
}
.business_item{
  margin-bottom: 10px;
  overflow: hidden;
}
.business_item ul {
    display: inline-block;
    width: 80%;
}
.business_item ul li {
    width: 33%;
    display: inline-block;
    background-color:#eee;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin: 5px 0;
    color: #666;
    cursor: pointer;
    padding: 7px 0;
    position: relative;
}
.business_item ul li .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* .business_item ul .item_appoint:hover {
    background-color: #0091FF;
    color: #fff;
} */
.isAppoint {
    cursor:not-allowed!important;
    background-color: #ccc;
 }
.business_item ul li h3 {
    margin-bottom: 5px;
}
.business_item ul li p {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}