12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="MobileOptimized" content="240"/>
- <meta name="viewport" content="width=device-width; initial-scale=1.4; minimum-scale=1.0; maximum-scale=1.4"/>
- <title>3分钟,快速掌握考试车内提示灯如何操作</title>
- <style>
- html, body, div, span, applet, object, iframe, table, caption,
- tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
- kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
- acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend {
- padding: 0;
- margin: 0;
- border: 0;
- list-style:none;
- }
- html {
- height:100%;
- }
- body {
- line-height:3em;
- min-height:100%;
- color:#444;
- -webkit-text-size-adjust:none;
- font-family: "微软雅黑";font-size:62.5%; }
- body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin:0;padding:0;}
- header, footer, section, article, nav, figure, figcaption, aside, canvas { display:block}
- ul, li {list-style:none;margin:0;padding:0;}
- input, textarea {
- margin: 0;
- padding: 0;
- border:none;
- border-radius: 0;
- -webkit-border-radius:0;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- }
- img {border:none}
- a {text-decoration:none;color:#444}
- /*select{height:22px; line-height:18px; padding:2px 0;font-size: 12px;}*/
- input, img {vertical-align:middle}
- /* iphone按钮初始化 */
- input[type="submit"], input[type="reset"], input[type="button"], button {-webkit-appearance: none;}
- .content{ padding:15px 15px 25px 15px; font-family:"微软雅黑";}
- .content h6{font-size:1.3em; color:#5d5d5d; margin-bottom:1.1em; line-height:1.3em; margin-top:1em; }
- .content h2{ font-size:1.6em; color:#5d5d5d;}
- .content p{font-size:1.2em; color:#606060; line-height:1.5em; margin-bottom:0.5em;}
- .content span{font-size:1.2em; color:#535353; line-height:1.5em; margin-bottom:0.5em;}
- .content img{width:100%;}
- </style>
- </head>
- <body>
- <div class="content">
- <h2>3分钟,快速掌握考试车内提示灯如何操作</h2>
- <p><img src="img92.jpg" /></p>
- <p>2015年驾照考试更多的偏重了实用性和细节,更是将安全和文明驾驶部分独立汇编成了一个独立的科目。科目一的考试内容将会更加的被细化,学习和复习起来也要更加的仔细。</p>
- <p>目前车辆在仪表盘上都设置了或同或异的各种提示灯,通过观察提示灯的变化可以看到车辆内部许多部件的状态。
- <h6>车内提示灯的类型</h6>
- <p>车内的提示灯有很多种,有报告车门没有关好的、有提示没有系好安全带的等等。但总的划分起来总共有四个类别:安全性提示灯;故障性提示灯;功能性提示灯;其他提示灯。</p>
- <h6>一、安全性提示灯</h6>
- <p>1、驻车制动(手刹)提示灯:十分常见的安全性提示灯,它的意思是车辆的手刹、脚刹处在刹车的状态下,此时不宜开动车辆。如果松开刹车后提示灯依然常亮的话那么很可能就是车辆的制动系统出现了问题。</p>
- <p><img src="img93.jpg" /></p>
- <p>2、安全带提示灯:看图标就能够明白意思,如果驾驶员的安全带没有系好的话,提示灯会开启。</p>
- <p><img src="img94.jpg" /></p>
- <p>3、车门提示灯:提示司机车辆车门或者后备箱车门处在打开状态。</p>
- <p><img src="img95.jpg" /></p>
- <p>4、燃油提示灯提示灯:灯亮,提示驾驶员汽车燃油不足,需要及时加油。</p>
- <p><img src="img96.jpg" /></p>
- <h6>二、故障性提示灯</h6>
- <p>1、机油压力提示灯:当发动机机油压力不足或者机油不足的情况下,提示灯会常亮。</p>
- <p><img src="img97.jpg" /></p>
- <p>2、冷冻液提示灯:灯亮,则表示发动机的冷冻液温度过高或者液位过低,需要及时检查。</p>
- <p><img src="img98.jpg" /></p>
- </div>
- </body>
- </html>
|