feat:办事指南
Showing
2 changed files
with
113 additions
and
1 deletions
| ... | @@ -4,6 +4,9 @@ | ... | @@ -4,6 +4,9 @@ |
| 4 | margin: 0 auto; | 4 | margin: 0 auto; |
| 5 | overflow: hidden; | 5 | overflow: hidden; |
| 6 | } | 6 | } |
| 7 | .business_guide { | ||
| 8 | overflow-x: hidden; | ||
| 9 | } | ||
| 7 | /* -------------------------end------------------------------- */ | 10 | /* -------------------------end------------------------------- */ |
| 8 | /* -------------------------头部start----------------------------------- */ | 11 | /* -------------------------头部start----------------------------------- */ |
| 9 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { | 12 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { |
| ... | @@ -159,4 +162,113 @@ div.navigation { | ... | @@ -159,4 +162,113 @@ div.navigation { |
| 159 | padding-left: 15px; | 162 | padding-left: 15px; |
| 160 | box-sizing: border-box; | 163 | box-sizing: border-box; |
| 161 | } | 164 | } |
| 162 | /* ---------------------------------------------------- */ | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 165 | .online_list { | ||
| 166 | padding-bottom: 20px; | ||
| 167 | overflow: hidden; | ||
| 168 | } | ||
| 169 | .online_list li{ | ||
| 170 | width: 45%!important; | ||
| 171 | float: left; | ||
| 172 | height: 60px; | ||
| 173 | line-height: 60px; | ||
| 174 | border-bottom: 1px dotted #DEDEDE; | ||
| 175 | } | ||
| 176 | .online_list li:nth-child(even) { | ||
| 177 | margin-left: 10%; | ||
| 178 | } | ||
| 179 | .online_list li a{ | ||
| 180 | display: block; | ||
| 181 | width: 100%; | ||
| 182 | } | ||
| 183 | .online_list li a:hover span{ | ||
| 184 | color: #f46143; | ||
| 185 | } | ||
| 186 | .online_list li a button { | ||
| 187 | float: right; | ||
| 188 | margin-top: 15px; | ||
| 189 | } | ||
| 190 | /* ---------------------------------------------------- */ | ||
| 191 | /* -----------------底部start----------------------------- */ | ||
| 192 | div.footer { | ||
| 193 | background-color: #233042; | ||
| 194 | } | ||
| 195 | div.footer .system_service { | ||
| 196 | width: 100%; | ||
| 197 | border-bottom: 1px solid #4A4A4A; | ||
| 198 | } | ||
| 199 | div.footer .system_service ul { | ||
| 200 | padding: 40px 0; | ||
| 201 | width: 1400px; | ||
| 202 | margin: 0 auto; | ||
| 203 | font-size: 0; | ||
| 204 | } | ||
| 205 | div.footer .system_service ul li { | ||
| 206 | width: 20%; | ||
| 207 | display: inline-block; | ||
| 208 | text-align: center; | ||
| 209 | height: 18px; | ||
| 210 | box-sizing: border-box; | ||
| 211 | } | ||
| 212 | div.footer .system_service ul li:not(:last-child) { | ||
| 213 | border-right: 1px solid #6D7278; | ||
| 214 | } | ||
| 215 | div.footer .system_service ul li a{ | ||
| 216 | font-size: 16px; | ||
| 217 | font-weight: 400; | ||
| 218 | color: #DEDEDE; | ||
| 219 | } | ||
| 220 | div.footer .system_service ul li a:hover { | ||
| 221 | color: #f46143; | ||
| 222 | } | ||
| 223 | .footer .subject { | ||
| 224 | width: 1200px; | ||
| 225 | margin: 0 auto; | ||
| 226 | padding: 40px 0; | ||
| 227 | overflow: hidden; | ||
| 228 | } | ||
| 229 | .footer .subject .footer_logo { | ||
| 230 | float: left; | ||
| 231 | } | ||
| 232 | .footer .subject .footer_logo a{ | ||
| 233 | display: block; | ||
| 234 | width: 64px; | ||
| 235 | height: 74px; | ||
| 236 | padding: 10px; | ||
| 237 | } | ||
| 238 | .footer .subject .footer_logo a img { | ||
| 239 | width: 100%; | ||
| 240 | height: 100%; | ||
| 241 | } | ||
| 242 | .footer .subject ul, ol { | ||
| 243 | float: left; | ||
| 244 | color: #CBCBCB; | ||
| 245 | text-align: left; | ||
| 246 | } | ||
| 247 | .footer .subject ul { | ||
| 248 | width: 73%; | ||
| 249 | box-sizing: border-box; | ||
| 250 | padding-left: 40px; | ||
| 251 | margin-top: 10px; | ||
| 252 | } | ||
| 253 | .footer .subject ul li { | ||
| 254 | width: 30%; | ||
| 255 | display: inline-block; | ||
| 256 | text-align: left; | ||
| 257 | margin-bottom: 30px; | ||
| 258 | } | ||
| 259 | .footer .subject ol li { | ||
| 260 | display: inline-block; | ||
| 261 | text-align: center; | ||
| 262 | } | ||
| 263 | .footer .subject ol li:last-child { | ||
| 264 | margin-left: 60px; | ||
| 265 | } | ||
| 266 | .footer .subject ol li img { | ||
| 267 | width: 80px; | ||
| 268 | height: 80px; | ||
| 269 | } | ||
| 270 | .footer .subject ol li p { | ||
| 271 | font-size: 12px; | ||
| 272 | color: #CBCBCB; | ||
| 273 | margin-top: 5px; | ||
| 274 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment