123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <!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>
- </div>
- </body>
- </html>
|