index.css 2.69 KB
.central_area {
    min-height:calc(100vh - 227px);
}
.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;
    color: #fff;
} 

.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;  
}
.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;
}
/* ------------------------------------------- */
.result_details ul li {
    font-size: 14px!important;
    color: #009688;
    font-weight: 600;
}
.result_details ul li:first-child {
    margin-bottom: 6px;
}
.result_details ul li p {
    display: inline-block;
    color: #FF5722;
}

/* -------------分割线----------------------- */
.site-title {
    margin: 20px auto;
    width: 1200px;
}
.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;
}
/* ------------------------------------预约信息列表-------------------------------------------------- */
.result_details_list {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.result_details_list li{
    width: 33.3%;
    height: 40px;
    display: inline-block;
    font-size: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.result_details_list li span {
    display: inline-block;
    width: 40%;
    background-color: #1E9FFF;
    color: #fff;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.result_details_list li p {
    display: inline-block;
    width: 60%;
    background-color: #eee;
    color: #fff;
    height: 100%;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.success {
    background-color: #5FB878!important;
    color: #fff!important;
}