index.css 1.27 KB
.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;
}
.clause p {
    line-height: 26px;
    cursor: pointer;
}
.clause .date {
    overflow: hidden;
    margin: 20px 0;
}
.clause .date ul {
    width: 200px;
    text-align: center;
    float: right;
}
.confim_input {
    text-align: center;
}
.next_button {
    text-align: center;
    margin: 20px auto;
}