Blame view

staticCss/xzqy.css 2.65 KB
1 2 3 4
.navigation_crumbs {
    height: 45px;
}
.appointment_notice {
任超 committed
5 6
    padding-top: 25px;
    margin-bottom: 25px;
7 8 9 10 11 12 13 14 15
}
.app_progress li {
    padding: 0 30px;
    line-height: 40px;  
    background: #eee;  
    display: inline-block;   
    color: #fff;  
    position: relative;  
    color: black;
任超 committed
16 17 18
    cursor: pointer;
}
.app_progress li:hover {
任超 committed
19 20
    background-color: #1E9FFF;
    color: #fff;
任超 committed
21 22 23 24
} 

.app_progress li:hover:after {
    border-left-color: #1E9FFF;  
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
}
.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;  
}
任超 committed
43 44 45 46 47 48 49 50 51 52
.selected {
    background-color: #5FB878!important;
    color: #fff!important;
}
.selected:hover {
    background-color: #5FB878!important;
}
.app_progress li.selected:after {  
    border-left-color: #5FB878;
}
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
.line {
    width: 80px;
    height: 0;
    display: inline-block;
    border-bottom: 2px dotted#dddddd;
    margin-bottom: 4px;
}
.selectCity {
    width: 1200px;
    margin: 0 auto;
}
.selectCity h2 {
    display: inline-block;
    margin-right: 5px;
}
.area_list_content {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
}
.area_list_content h2 {
    display: inline-block;
    float: left;
    margin-right: 8px;
}
.selectCity .area_list {
    width: 95%;
    float: left;
}
.selectCity .area_list li {
    display: inline-block;
    width: 100px;
    height: 32px;
    border-radius: 3px;
    background-color: #01AAED;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
93 94 95
    cursor: pointer;
}
.selectCity .area_list li:hover {
任超 committed
96
    background-color: #5FB878;
97 98
}
.active1 {
任超 committed
99
    background-color: #5FB878!important;
100 101 102 103 104 105 106 107 108 109 110 111 112 113
}
.select_officehall {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}
.select_officehall h2 {
    display: inline-block;
    margin-right: 8px;
}
/* -----------------------------地图--------------------------------------- */
.map_content {
    margin-top: 20px;
}
任超 committed
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
.office_halls {
    width: 15%;
    float: left;
    margin-right: 2%;
}
.office_halls h2 {
    font-weight: 600;
    margin-bottom: 6px;
}
.office_halls li{
    line-height: 28px;
    cursor: pointer;
}
.office_halls li:hover {
    color: #0091FF;
}
任超 committed
130 131 132 133 134 135 136 137 138
.footer_button {
    margin: 20px 0;
    text-align: center;
}
.footer_button button {
    margin-right: 10px;
}
.footer_button a { 
    color: #fff;
任超 committed
139 140 141 142 143
}

.hallActive {
    background-color: rgb(236, 236, 236);
    color: #0091FF;
任超 committed
144
}