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>
- <p>成为车主后,不少人在马路上轻车熟路,但一到停车场就胆颤心惊、如履薄冰——泊车就像是驾驶中常要接受的大小考。泊车有何难?难在不只需要对油门、刹车和方向的操作,还考验你对整部车安全范围以及行驶轨迹的判断。车泊不好,不但失去面子、影响心情,还会浪费时间甚至让爱车受伤……那么,怎样才能练就一身过硬功夫,做到准确而漂亮的泊车呢?</p>
- <p>我们先来传授一些“泊车基本步”。首先就是认识一部车上的六条“关键位置线”。</p>
- <p>这六条线分别是前后保险杠、车身两侧以及前后轴。前后保险杠和车身两侧,决定了在泊车时所需要的位置,也就是安全范围;前后轴决定的是车辆行驶轨迹。如果能在驾驶座上判断(更准确地说是“感觉”)出这六条线的所在位置,不但能判断出泊车空间是否足够,还能预知车辆的行驶轨迹,泊车也将事半功倍。</p>
- <p>如何准确判断这六条线的位置呢?前保险杠与前轴在驾驶座前方,相对容易确定。而其它四条线,则需要通过后视镜来观察,因此后视镜在泊车的时候有很大的作用。</p>
- <p>了解“六条关键线”之后,就要了解汽车低速移动的原理。所有汽车都是以前轮转向、后轮跟随前轮行进的,前轮的“横移”能力要大过后轮,因此泊车的大原则是先让后轮到位,再移正前轮。换言之,多数时候我们都建议用倒车入库的方法泊车,因此泊车技术很大程度上也是倒车技术。</p>
- <p>最后,你还应该对车辆的一些基本性能和情况有所掌握。例如车子的最小转弯半径大约有多少?如何快速调节后视镜?倒车雷达或倒车显示屏是否可靠、有否盲区?轮胎和轮圈的高度有多少,是否容易摩擦到路肩而损伤……等等。</p>
- <p>基本功就绪,下面我们就向停车场进发吧!</p>
- </div>
- </body>
- </html>
|