index.css 2.49 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;
}
/* ---------------预约信息---------------------- */
.appointment_status {
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.status_info {
    float: left;
}
.appointment_status .title {
    color: #009688;
    font-weight: 600;
    margin-bottom: 10px;
}
.appointment_status .title h3 {
    font-weight: 600;
    margin-bottom: 8px;
}
.appointment_status .title h3 span {
    color: #FF5722;
}
.appointment_status ul li {
    line-height: 24px;
}
.code {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 20%;
    margin-top: 15px;
}
.code img {
    width: 100%;
    height: 100%;
}
.appointment_info_content {
    margin: 15px auto;
    font-size: 14px;
}
.appointment_info {
    width: 25%;
    float: left;
    height: 500px;
    box-sizing: border-box;
    padding: 10px;
    margin-right:10px;
}
.appointment_info h3 {
    font-weight: 600;
    margin-bottom: 10px;
}
.appointment_info li {
    line-height: 30px;
}
.appointment_info li p {
    display: inline-block;
}