12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!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>车辆操作大全</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>车辆操作大全</h2>
- <h6>打方向盘正确手势</h6>
- <p>正确的方向盘手势应该是左手握方向盘9点钟位置,右手握方向盘3点钟位置,手掌稍用力收紧,拇指自然搭放。为了让大家能更全面地了解方向盘的正确打法,我们特意找到了下面这一段非常实用的教学视频。</p>
- <p>从教学视频当中我们可以看到,如果你想要分辨自己打方向盘是半圈还是一圈,可以参照方向盘上的品牌标志和喇叭标识。打一圈后,品牌标志和喇叭的位置不变。打半圈的话,品牌标志和喇叭就是倒过来。</p>
- <p>在打方向盘过程中,如果你忘记了自己打了多少圈可以往一个方向打到尽,然后再回正重新开始打。</p>
- <p>如果需要大幅度打方向盘,要注意双手的交替,避免手纠缠在一起。一手推一手转。例如往右打一圈一时的操作如下:左手往右推,右手顺势往左转,当左手到达3点钟位置,右手到达9点钟位置时,迅速松开右手,左手继续往右打方向盘至6点钟位置,这时右手重新握住12点钟位置继续打方向盘至标致回正。</p>
- <h6>正确调整坐姿</h6>
- <p>首先,要正确使用安全带。这有两层含义,一是要坚持使用安全带,二是要正确使用安全带。其次,正确调整座椅的高度和角度。现在的汽车座椅具备了多种调节机构,例如,前后滑动调节机构、座椅升降机构、靠背倾斜机构、头枕高低与前后调节机构、座椅长度调节机构等。轿车驾驶者特别是小个子驾驶者应该充分利用这些调节功能,使自己尽量在驾驶中能够保持胸部与方向盘距离大于25cm。第三,在技术人员的指导下正确调整方向盘的角度,以既保持舒适的驾驶操纵,又保持正确的坐姿。如果这些措施还不能使您在保持舒适驾驶前提下,让胸部与方向盘距离大于25cm的话,建议您使用装备了安全气囊的小型轿车。</p>
- </div>
- </body>
- </html>
|