基本停车.html 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="MobileOptimized" content="240"/>
  6. <meta name="viewport" content="width=device-width; initial-scale=1.4; minimum-scale=1.0; maximum-scale=1.4"/>
  7. <title>基本停车</title>
  8. <style>
  9. html, body, div, span, applet, object, iframe, table, caption,
  10. tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
  11. kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
  12. h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
  13. acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
  14. fieldset, form, label, legend {
  15. padding: 0;
  16. margin: 0;
  17. border: 0;
  18. list-style:none;
  19. }
  20. html {
  21. height:100%;
  22. }
  23. body {
  24. line-height:3em;
  25. min-height:100%;
  26. color:#444;
  27. -webkit-text-size-adjust:none;
  28. font-family: "微软雅黑";font-size:62.5%; }
  29. 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;}
  30. header, footer, section, article, nav, figure, figcaption, aside, canvas { display:block}
  31. ul, li {list-style:none;margin:0;padding:0;}
  32. input, textarea {
  33. margin: 0;
  34. padding: 0;
  35. border:none;
  36. border-radius: 0;
  37. -webkit-border-radius:0;
  38. -moz-box-sizing: border-box;
  39. -webkit-box-sizing: border-box;
  40. -o-box-sizing: border-box;
  41. -ms-box-sizing: border-box;
  42. box-sizing: border-box;
  43. }
  44. img {border:none}
  45. a {text-decoration:none;color:#444}
  46. /*select{height:22px; line-height:18px; padding:2px 0;font-size: 12px;}*/
  47. input, img {vertical-align:middle}
  48. /* iphone按钮初始化 */
  49. input[type="submit"], input[type="reset"], input[type="button"], button {-webkit-appearance: none;}
  50. .content{ padding:15px 15px 25px 15px; font-family:"微软雅黑";}
  51. .content h6{font-size:1.3em; color:#5d5d5d; margin-bottom:1.1em; line-height:1.3em; margin-top:1em; }
  52. .content h2{ font-size:1.6em; color:#5d5d5d;}
  53. .content p{font-size:1.2em; color:#606060; line-height:1.5em; margin-bottom:0.5em;}
  54. .content span{font-size:1.2em; color:#535353; line-height:1.5em; margin-bottom:0.5em;}
  55. .content img{width:100%;}
  56. </style>
  57. </head>
  58. <body>
  59. <div class="content">
  60. <h2>基本停车</h2>
  61. <p>成为车主后,不少人在马路上轻车熟路,但一到停车场就胆颤心惊、如履薄冰——泊车就像是驾驶中常要接受的大小考。泊车有何难?难在不只需要对油门、刹车和方向的操作,还考验你对整部车安全范围以及行驶轨迹的判断。车泊不好,不但失去面子、影响心情,还会浪费时间甚至让爱车受伤……那么,怎样才能练就一身过硬功夫,做到准确而漂亮的泊车呢?</p>
  62. <p>我们先来传授一些“泊车基本步”。首先就是认识一部车上的六条“关键位置线”。</p>
  63. <p>这六条线分别是前后保险杠、车身两侧以及前后轴。前后保险杠和车身两侧,决定了在泊车时所需要的位置,也就是安全范围;前后轴决定的是车辆行驶轨迹。如果能在驾驶座上判断(更准确地说是“感觉”)出这六条线的所在位置,不但能判断出泊车空间是否足够,还能预知车辆的行驶轨迹,泊车也将事半功倍。</p>
  64. <p>如何准确判断这六条线的位置呢?前保险杠与前轴在驾驶座前方,相对容易确定。而其它四条线,则需要通过后视镜来观察,因此后视镜在泊车的时候有很大的作用。</p>
  65. <p>了解“六条关键线”之后,就要了解汽车低速移动的原理。所有汽车都是以前轮转向、后轮跟随前轮行进的,前轮的“横移”能力要大过后轮,因此泊车的大原则是先让后轮到位,再移正前轮。换言之,多数时候我们都建议用倒车入库的方法泊车,因此泊车技术很大程度上也是倒车技术。</p>
  66. <p>最后,你还应该对车辆的一些基本性能和情况有所掌握。例如车子的最小转弯半径大约有多少?如何快速调节后视镜?倒车雷达或倒车显示屏是否可靠、有否盲区?轮胎和轮圈的高度有多少,是否容易摩擦到路肩而损伤……等等。</p>
  67. <p>基本功就绪,下面我们就向停车场进发吧!</p>
  68. </div>
  69. </body>
  70. </html>