yyjg.css 3.2 KB
.central_area {
    min-height:calc(100vh - 227px);
}
.navigation_crumbs {
    height: 45px;
}

.appointment_notice {
    padding-top: 25px;
    margin-bottom: 25
}
.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;
    margin-top: 30px!important;
}
.status_info {
    float: left;
}
.appointment_status .title {
    color: #4A4A4A;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.appointment_status .title .title-left {
    display: inline-block;
    position: relative;
    top: -36px;
    margin-right: 15px;
}
.appointment_status .title .title-left p {
    color: #6D7278;
    font-weight: 100;
}
.qrcode {
    display: inline-block;
    margin-left: 15px;
}
.appointment_status .title img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
}

.appointment_status .title h3 {
    font-weight: 600;
    margin-bottom: 8px;
}
.appointment_status .title h3 span {
    color: #FA6400;
    font-size: 18px;
}
.appointment_status ul li {
    color: #4A4A4A;
    line-height: 28px;
    display: inline-block;
}
.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 {
    box-sizing: border-box;
    padding: 10px;
    margin-right:10px;
}
.appointment_info ul {
    font-size: 0;
} 
.appointment_info h3 {
    font-weight: 600;
    margin-bottom: 10px;
}
.appointment_info li {
    line-height: 30px;
    font-size: 14px;
    width: 50%;
    display: inline-block;
}
.appointment_info li p {
    display: inline-block;
}
.appointment_info li span {
    color: #9B9B9B;
    display: inline-block;
    width: 80px;
    text-align: right;
}
#container {
    margin-top: 10px;
}
.qrcode img {
    width: 107px!important;
    height: 107px!important;
    border: 1px solid #DEDEDE;
    margin-bottom: 10px;
}
.qrcode p {
    color: #6D7278;
    font-size: 14px;
    font-weight: 100;
}

.region_title {
    height: 25px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #4A4A4A;
    border-bottom: 1px dotted #E6E6E6;
    width: 100%;
}
.region_title::before {
    position:absolute;
    content:"";
    left:0;
    width:4px;
    height:12px;
    border-radius: 1px;
    top: 5px;
    background-color: #0091FF;
}