123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <!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>
- <h6>第二步:利用可用的通道宽度,尽量将车的位置“摆斜”。这是很重要的一步,目的是要让车子与车位的夹角减小,减小倒车时打方向的幅度。</h6>
- <p>当车辆“摆斜”到驾驶席一侧后视镜可以看到车位左侧车辆的边角时,就可以开始倒车了。倒车时要观察左后视镜,留意左后轮与旁边车辆的距离,这是倒车过程中出现的第一个“危险点”。</p>
- <h6>第三步:当自己车的左后轮越过了左侧车辆车头后,“危险点”就转移到另一个地方——车子右后角。这时目光应从左侧后视镜转移到右侧后视镜,判断尾部与右侧车辆的距离是否安全。</h6>
- <p>当右侧后视镜里看到自己与两侧车辆之间出现“缝隙”时,说明你已经成功通过了所有危险点。这时就可以继续打方向,调整车子的后退轨迹,尽量摆正入库。</p>
- <p>倒进车位后,还要留意后方的位置,一般后轮顶到限位杆即可,没有限位杆的则可以参考旁边车辆。</p>
- </div>
- </body>
- </html>
|