index.css 5.29 KB
.yysj_main .navigation .layui-nav-item{
    width: 133px;
}
.ovfHiden{overflow: hidden;height: 100%;}
.navigation_crumbs {
    height: 45px;
}

.appointment_notice {
    margin-top: 30px;
    margin-bottom: 30px;
}
.app_progress li {
    padding: 0 30px;
    line-height: 40px;  
    background: #eee;  
    display: inline-block;   
    color: #fff;  
    position: relative;  
    color: black;
    cursor: pointer;
}
.app_progress li:hover {
    background-color: #1E9FFF!important;
    color: #fff!important;
} 

.app_progress li:hover:after {
    border-left-color: #1E9FFF;  
}
.app_progress li:after{  
    content: '';  
    display: block;  
    border-top: 20px solid #fff;  
    border-bottom: 20px solid #fff;
    border-left: 12px solid #eee;  
    position: absolute;   
    right:0;   
    top: 0;  
}
.active {
    background-color: #1E9FFF!important;
    color: #fff!important;
}
.app_progress li.active:after {  
    border-left-color: #1E9FFF;  
}
.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;
}
.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;
}
.active {
    background-color: #1E9FFF;
}
.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 a {
    color: #fff;
}