toolRouteSearch.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  1. #directionsSearch {
  2. /* background:url('/images/layout/directions/bf.png') repeat-x 0 0; */
  3. height: 100%;
  4. }
  5. #directionsSearch .topBar {
  6. height: 50px;
  7. }
  8. .note {
  9. color: #fff;
  10. }
  11. #directionsSearch .topBar .thtitle {
  12. width: 60px;
  13. height: 30px;
  14. color: #fff;
  15. font-size: 14px;
  16. position: absolute;
  17. top: 10px;
  18. line-height: 30px;
  19. left: 10px;
  20. text-align: center;
  21. }
  22. #directionsSearch .topBar div.active,
  23. #directionsSearch .topBar div:hover {
  24. color: #0ffdfa;
  25. background: url(../../images/route/route-title-bg.png) no-repeat;
  26. }
  27. #directionsSearch .topBar div.active a,
  28. #directionsSearch .topBar div:hover a {
  29. color: #0ffdfa;
  30. }
  31. #directionsSearch .topBar .search_type {
  32. padding: 5px 0 0 20px;
  33. display: none;
  34. }
  35. #routeSearchType {
  36. color: #ffffff;
  37. padding: 2px 14px 2px 5px;
  38. border-radius: 2px;
  39. /* border: 1px solid #fff; */
  40. display: inline-block;
  41. background: #0e6d8b url(../../images/layout/down.png) 64px no-repeat;
  42. background-size: 8px;
  43. cursor: pointer;
  44. }
  45. .routeTypeList {
  46. display: none;
  47. color: #fff;
  48. background: #0e6d8b;
  49. position: absolute;
  50. width: 75px;
  51. z-index: 99;
  52. }
  53. .routeTypeList li {
  54. padding: 2px 5px;
  55. cursor: pointer;
  56. }
  57. .routeTypeList li.active {
  58. background: #1e90ff;
  59. color: #fff;
  60. }
  61. /*.routeTypeList li:hover{
  62. background: #1e90ff;
  63. color: #fff;
  64. }*/
  65. /*.search_type:hover .routeTypeList{
  66. display: block;
  67. }*/
  68. #directionsSearch .topBar .search_type .btn:first-child {
  69. border-top-right-radius: 0px;
  70. border-bottom-right-radius: 0px;
  71. }
  72. #directionsSearch .topBar .search_type .btn:last-child {
  73. border-top-left-radius: 0px;
  74. border-bottom-left-radius: 0px;
  75. }
  76. #directionsSearch .routingTopPanel {
  77. position: relative;
  78. padding: 0 0 0 10px;
  79. }
  80. #routSearchContent .routserch-con-lt {
  81. position: absolute;
  82. top: 0px;
  83. left: 0px;
  84. width: 7px;
  85. height: 7px;
  86. background: url(../../images/tools/routsearch-icon.png) -29px -7px no-repeat;
  87. }
  88. #routSearchContent .routserch-con-lb {
  89. position: absolute;
  90. bottom: 0px;
  91. left: 0px;
  92. width: 7px;
  93. height: 7px;
  94. background: url(../../images/tools/routsearch-icon.png) -59px -7px no-repeat;
  95. }
  96. #routSearchContent .routserch-con-rt {
  97. position: absolute;
  98. top: 0px;
  99. right: 0px;
  100. width: 7px;
  101. height: 7px;
  102. background: url(../../images/tools/routsearch-icon.png) -42px -7px no-repeat;
  103. }
  104. #abtnPrintLine {
  105. position: absolute;
  106. left: 137px;
  107. top: 13px;
  108. display: none;
  109. padding: 2px 5px 2px 20px;
  110. color: #fff;
  111. }
  112. #downloadLine {
  113. position: absolute;
  114. left: 182px;
  115. top: 13px;
  116. display: none;
  117. padding: 2px 5px 2px 20px;
  118. color: #fff;
  119. }
  120. .abtnElevation {
  121. position: absolute;
  122. left: 80px;
  123. top: 10px;
  124. color: #fff;
  125. width: 60px;
  126. height: 30px;
  127. line-height: 30px;
  128. text-align: center;
  129. display: none;
  130. }
  131. .favRoute a {
  132. color: #fff;
  133. padding: 0 0 0 20px;
  134. background: url(../../images/route/ljgh_sc.png) no-repeat;
  135. }
  136. #directionsSearch .waypoints {
  137. position: relative;
  138. padding: 5px 0;
  139. /* height:85px; */
  140. z-index: 50;
  141. }
  142. #directionsSearch .points-content {
  143. overflow-y: auto;
  144. }
  145. #directionsSearch .waypointWrapper {
  146. clear: both;
  147. min-height: 35px;
  148. position: relative;
  149. margin-left: 5px;
  150. }
  151. #directionsSearch .waypointWrapper p {
  152. color: #fff;
  153. }
  154. #directionsSearch .waypointWrapper .waypoint {
  155. width: 100%;
  156. float: left;
  157. }
  158. #directionsSearch .waypointWrapper .waypoint .startIcon {
  159. float: left;
  160. width: 22px;
  161. height: 28px;
  162. overflow: hidden;
  163. background: url(/images/route/ljgh_sts.png) no-repeat -4px 2px;
  164. }
  165. #directionsSearch .waypointWrapper .waypoint .acrossIcon {
  166. float: left;
  167. width: 22px;
  168. height: 28px;
  169. overflow: hidden;
  170. background: url(/images/route/ljgh_sts.png) no-repeat -4px -29px;
  171. }
  172. #directionsSearch .waypointWrapper .waypoint .avoidIcon {
  173. float: left;
  174. width: 23px;
  175. height: 28px;
  176. overflow: hidden;
  177. background: url(/images/tools/avoid_point.png) no-repeat 0px 2px;
  178. }
  179. #directionsSearch .waypointWrapper .waypoint .stopIcon {
  180. float: left;
  181. width: 22px;
  182. height: 28px;
  183. overflow: hidden;
  184. background: url(/images/route/ljgh_sts.png) no-repeat -4px -61px;
  185. }
  186. #directionsSearch .waypointWrapper.across {
  187. display: block;
  188. }
  189. #directionsSearch .waypointWrapper.across p {
  190. float: left;
  191. margin-left: 10px;
  192. line-height: 28px;
  193. }
  194. #directionsSearch .waypointWrapper .waypoint .choose-across {
  195. height: 35px;
  196. }
  197. #directionsSearch .waypointWrapper .waypoint .addAcrossIcon {
  198. color: #fff;
  199. }
  200. #directionsSearch .waypointWrapper .waypoint .add-acrossIcon {
  201. float: left;
  202. width: 22px;
  203. height: 26px;
  204. overflow: hidden;
  205. background: url(/images/tools/routsearch-icon.png) no-repeat 1px 4px;
  206. cursor: pointer;
  207. }
  208. #directionsSearch .waypointWrapper .waypoint .addAcrossIcon {
  209. background: none;
  210. line-height: 29px;
  211. margin-left: 15px;
  212. cursor: pointer;
  213. }
  214. #directionsSearch .waypointWrapper .across-points-content {
  215. max-height: 120px;
  216. overflow: auto;
  217. }
  218. #directionsSearch .waypointWrapper #acrossPointsList {
  219. margin: 0px;
  220. margin-top: 0px;
  221. }
  222. #directionsSearch .waypointWrapper #acrossPointsList .across-li {
  223. height: 30px;
  224. margin-bottom: 5px;
  225. }
  226. #directionsSearch .waypointWrapper #acrossPointsList .across-li .searchBox .delete-cur-across {
  227. position: absolute;
  228. top: 5px;
  229. right: 35px;
  230. z-index: 2;
  231. color: #3286ff;
  232. background: url(../../images/layout/search-close.png) center center no-repeat;
  233. padding: 9px;
  234. display: none;
  235. }
  236. #directionsSearch .waypointWrapper #acrossPointsList .across-li .searchBox:hover .delete-cur-across {
  237. display: block;
  238. }
  239. #directionsSearch .waypointWrapper.avoid {
  240. display: block;
  241. }
  242. #directionsSearch .waypointWrapper.avoid p {
  243. float: left;
  244. margin-left: 10px;
  245. line-height: 28px;
  246. }
  247. #directionsSearch .waypointWrapper .waypoint .choose-avoid {
  248. height: 35px;
  249. }
  250. #directionsSearch .waypointWrapper .waypoint .addAvoidIcon {
  251. color: #fff;
  252. }
  253. #directionsSearch .waypointWrapper .waypoint .add-avoidIcon {
  254. float: left;
  255. width: 22px;
  256. height: 26px;
  257. overflow: hidden;
  258. background: url(/images/tools/routsearch-icon.png) no-repeat 0px 4px;
  259. cursor: pointer;
  260. }
  261. #directionsSearch .waypointWrapper .waypoint .addAvoidIcon {
  262. background: none;
  263. line-height: 29px;
  264. margin-left: 15px;
  265. cursor: pointer;
  266. }
  267. #directionsSearch .waypointWrapper .avoid-points-content {
  268. max-height: 120px;
  269. overflow: auto;
  270. }
  271. #directionsSearch .waypointWrapper #avoidAreaList {
  272. margin: 0px;
  273. margin-top: 0px;
  274. }
  275. #directionsSearch .waypointWrapper #avoidAreaList .avoid-li {
  276. height: 30px;
  277. margin-bottom: 5px;
  278. }
  279. #directionsSearch .waypointWrapper #avoidAreaList .avoid-li .searchBox .delete-cur-avoid {
  280. position: absolute;
  281. top: 5px;
  282. right: 25px;
  283. z-index: 2;
  284. color: #3286ff;
  285. display: none;
  286. }
  287. #directionsSearch .waypointWrapper #avoidAreaList .avoid-li .searchBox:hover .delete-cur-avoid {
  288. display: block;
  289. }
  290. #directionsSearch .waypointWrapper.TD .waypoint .startIcon,
  291. #directionsSearch .waypointWrapper.TD .waypoint .acrossIcon,
  292. #directionsSearch .waypointWrapper.TD .waypoint .stopIcon {
  293. cursor: pointer;
  294. }
  295. #directionsSearch .waypointWrapper.TD .waypoint .startIcon.active,
  296. #directionsSearch .waypointWrapper.TD .waypoint .acrossIcon.active,
  297. #directionsSearch .waypointWrapper.TD .waypoint .stopIcon.active {
  298. background-color: #01b7ff;
  299. }
  300. #directionsSearch .waypointWrapper .waypoint .searchBox {
  301. float: right;
  302. position: relative;
  303. width: 100%;
  304. }
  305. #directionsSearch .waypointWrapper .waypoint .searchBox .input {
  306. position: absolute;
  307. top: 0px;
  308. left: 30px;
  309. z-index: 1;
  310. width: 252px;
  311. color: #727272;
  312. border: 0px;
  313. background: #eeeeee;
  314. }
  315. #directionsSearch .ui-autocomplete {
  316. width: 181px;
  317. position: absolute;
  318. left: 32px;
  319. top: 29px;
  320. border-top: none;
  321. z-index: 100;
  322. display: none;
  323. }
  324. #directionsSearch .ui-autocomplete li {}
  325. #directionsSearch .ui-autocomplete li a {
  326. display: block;
  327. padding: 6px 8px;
  328. }
  329. #directionsSearch .ui-autocomplete li a:hover {
  330. text-decoration: none;
  331. }
  332. #directionsSearch .ui-autocomplete li a strong {
  333. font-weight: normal;
  334. }
  335. #directionsSearch .ui-autocomplete li a span {
  336. color: #fff;
  337. }
  338. #directionsSearch .waypointWrapper .deleteButton {
  339. float: right;
  340. display: block;
  341. width: 6px;
  342. height: 6px;
  343. overflow: hidden;
  344. margin: 13px 0 0 0;
  345. cursor: pointer;
  346. background: url(/images/layout/directions/delete.png) no-repeat left top;
  347. }
  348. #directionsSearch .waypointWrapper .deleteButton:hover {
  349. background-position: left -6px;
  350. }
  351. #directionsSearch .ui-autocomplete-close {
  352. text-align: right;
  353. }
  354. #directionsSearch .ui-autocomplete-close a {
  355. text-align: right;
  356. color: #fff;
  357. }
  358. #directionsSearch .routingPanelBar {
  359. /*position:relative;*/
  360. padding: 0px;
  361. overflow: hidden;
  362. height: 35px;
  363. z-index: 10;
  364. margin-top: 16px;
  365. }
  366. #directionsSearch .routingPanelBar .search_type {
  367. float: left;
  368. margin-left: 25px;
  369. }
  370. #directionsSearch button {
  371. border: 0;
  372. background: #0e6d8b;
  373. color: #fff;
  374. padding: 2px 6px;
  375. display: inline-block;
  376. border-radius: 2px;
  377. /* margin-left: 5px; */
  378. height: 24px;
  379. }
  380. .clearRoute a {
  381. color: #fff;
  382. }
  383. #directionsSearch .routingPanelBar .btn-group {
  384. float: left;
  385. width: 75px;
  386. margin-left: 25px;
  387. }
  388. #directionsSearch .routingPanelBar .showOptions {
  389. float: left;
  390. margin: 10px 15px 0 0;
  391. width: 60px;
  392. }
  393. #directionsSearch .routingPanelBar .clearRoute {
  394. float: left;
  395. margin: 0px 0 0 25px;
  396. }
  397. #directionsSearch .routingPanelBar .clearRoute a {
  398. background: #0e6d8b;
  399. color: #fff;
  400. padding: 2px 6px;
  401. border-radius: 2px;
  402. /* border: 1px solid #fff; */
  403. display: inline-block;
  404. }
  405. #directionsSearch .favRoute {
  406. position: absolute;
  407. width: 60px;
  408. height: 30px;
  409. right: 10px;
  410. top: 10px;
  411. line-height: 30px;
  412. text-align: center;
  413. display: none;
  414. }
  415. #directionsSearch .routeSettings {
  416. padding: 5px 20px;
  417. overflow: hidden;
  418. height: 20px;
  419. display: none;
  420. position: relative;
  421. z-index: 10;
  422. }
  423. #directionsSearch .routeSettings label {
  424. float: left;
  425. width: 106px;
  426. overflow: hidden;
  427. color: #fff;
  428. }
  429. #directionsSearch .routeSettings label * {
  430. vertical-align: text-bottom;
  431. }
  432. #directionsSearch .routeSettings label span {
  433. margin: 0 3px;
  434. }
  435. #directionsSearch .slot-directionsContent {
  436. overflow: hidden;
  437. overflow-y: auto;
  438. /* background-color: #0e74d1; */
  439. }
  440. .slot-directionsContent .slot-title {
  441. color: #fff;
  442. /* background: url(../../images/route/slot-title.png) no-repeat; */
  443. padding: 5px 12px;
  444. background-size: 100%;
  445. margin-top: 5px;
  446. margin-bottom: 10px;
  447. font-weight: bold;
  448. display: none;
  449. }
  450. #roadViewListWrap {
  451. /*max-height: 279px;*/
  452. max-height: 400px;
  453. overflow: hidden;
  454. overflow-y: auto;
  455. }
  456. #directionsSearch #roadViewList {
  457. position: relative;
  458. }
  459. #roadViewList .not-result {
  460. margin-top: 0px;
  461. color: #ff6600;
  462. font-weight: bold;
  463. text-align: center;
  464. width: 100%;
  465. padding: 15px 0;
  466. text-align: center;
  467. font-size: 12px;
  468. }
  469. #roadViewList li {
  470. cursor: pointer;
  471. overflow: hidden;
  472. zoom: 1;
  473. padding: 5px 0;
  474. float: left;
  475. clear: both;
  476. width: 240px;
  477. color: #fff;
  478. }
  479. #roadViewList li.cur {}
  480. #roadViewList li span {
  481. display: block;
  482. }
  483. #roadViewList .maneuverLink {
  484. padding: 0 5px 0 20px;
  485. color: #666;
  486. display: block;
  487. line-height: 18px;
  488. font-size: 12px;
  489. }
  490. #roadViewList .maneuverHolder {
  491. position: relative;
  492. display: block;
  493. overflow: hidden;
  494. }
  495. #roadViewList .maneuverType {
  496. float: left;
  497. display: block;
  498. width: 20px;
  499. padding: 0 5px 0 0;
  500. text-align: right;
  501. }
  502. #roadViewList .maneuverType .maneuverNumber {
  503. color: #fff;
  504. font-size: 0px;
  505. font-weight: normal;
  506. display: block;
  507. width: 22px;
  508. height: 22px;
  509. overflow: hidden;
  510. }
  511. #roadViewList .maneuverType .maneuverNumber.C {
  512. background: url(/images/route/D-C.png) no-repeat;
  513. }
  514. #roadViewList .maneuverType .maneuverNumber.TL {
  515. background: url(/images/route/D-TL.png) no-repeat;
  516. }
  517. #roadViewList .maneuverType .maneuverNumber.TSLL {
  518. background: url(/images/layout/D-TSLL.png) no-repeat;
  519. }
  520. #roadViewList .maneuverType .maneuverNumber.TSHL {
  521. background: url(/images/layout/D-TSHL.png) no-repeat;
  522. }
  523. #roadViewList .maneuverType .maneuverNumber.TR {
  524. background: url(/images/route/D-TR.png) no-repeat;
  525. }
  526. #roadViewList .maneuverType .maneuverNumber.TSLR {
  527. background: url(/images/layout/D-TSLR.png) no-repeat;
  528. }
  529. #roadViewList .maneuverType .maneuverNumber.TSHR {
  530. background: url(/images/layout/D-TSHR.png) no-repeat;
  531. }
  532. #roadViewList .maneuverType .maneuverNumber.KL {
  533. background: url(/images/layout/D-KL.png) no-repeat;
  534. }
  535. #roadViewList .maneuverType .maneuverNumber.KR {
  536. background: url(/images/layout/D-KR.png) no-repeat;
  537. }
  538. #roadViewList .maneuverType .maneuverNumber.TU {
  539. background: url(/images/layout/D-TU.png) no-repeat;
  540. }
  541. #roadViewList .maneuverType .maneuverNumber.TRU {
  542. background: url(/images/layout/D-TRU.png) no-repeat;
  543. }
  544. #roadViewList .maneuverType .maneuverNumber.EXIT {
  545. background: url(/images/layout/D-EXIT.png) no-repeat;
  546. }
  547. #roadViewList .maneuverProgress {
  548. float: right;
  549. color: #fff;
  550. font-size: 11px;
  551. }
  552. #roadViewList .maneuverDescription {
  553. width: 185px;
  554. float: left;
  555. padding-left: 30px;
  556. }
  557. #roadViewList .maneuverDescription span {
  558. display: inline;
  559. color: #fff;
  560. }
  561. #roadViewList .maneuverDescription .next-street {
  562. font-weight: bold;
  563. color: #fff;
  564. }
  565. #roadViewList .maneuverDescription .distance-description {}
  566. #slot-busWaysList {
  567. clear: both;
  568. }
  569. #slot-busWaysList li {
  570. line-height: 25px;
  571. padding: 0 10px;
  572. width: 250px;
  573. cursor: pointer;
  574. height: 25px;
  575. }
  576. #slot-busWaysList .cur {
  577. font-weight: bold;
  578. }
  579. #slot-busWaysList li:hover {}
  580. /* S pointSearchResult */
  581. #pointSearchResult {
  582. z-index: 1000;
  583. display: none;
  584. width: 100%;
  585. overflow: hidden;
  586. overflow-y: auto;
  587. border-top: 1px solid #04fdff;
  588. max-height: 250px;
  589. /* background-color: #0e74d1; */
  590. }
  591. #pointSearchResult .header h3 {
  592. color: #fff;
  593. font-size: 12px;
  594. font-weight: normal;
  595. }
  596. #pointSearchResult .header {
  597. /* background: url(/images/layout/bg_tools.png) repeat-x left top; */
  598. padding: 5px 0 5px 15px;
  599. cursor: pointer;
  600. }
  601. #pointSearchResult .open .header {
  602. color: #fff;
  603. }
  604. #pointSearchResult .open .d-waypoints {
  605. padding: 10px 0px 10px 0px;
  606. display: block;
  607. }
  608. #pointSearchResult .open .d-waypoints h3 {
  609. color: #fff;
  610. }
  611. #pointSearchResult .d-waypoints .areaSelect {
  612. padding: 3px 0;
  613. float: left;
  614. margin: 0 15px 0 0;
  615. }
  616. #pointSearchResult .d-waypoints .areaSelect a {
  617. font-size: 14px;
  618. }
  619. #pointSearchResult .place-dl {
  620. cursor: pointer;
  621. padding: 5px;
  622. }
  623. #pointSearchResult .place-dl dt {
  624. font-size: 14px;
  625. }
  626. #pointSearchResult .place-dl dt i {
  627. float: left;
  628. }
  629. #pointSearchResult .place-dl dt i img {
  630. height: 30px;
  631. }
  632. #pointSearchResult .place-dl dt a {
  633. line-height: 30px;
  634. font-size: 14px;
  635. color: #fff;
  636. }
  637. #pointSearchResult button {
  638. border: 0px solid #dcdcdc;
  639. height: 25px;
  640. line-height: 25px;
  641. color: #fff;
  642. font-weight: bold;
  643. font-size: 13px;
  644. text-decoration: none;
  645. position: relative;
  646. background: #104792;
  647. cursor: pointer;
  648. width: 55px;
  649. }
  650. #pointSearchResult button.btn-set-way {
  651. width: 77px;
  652. }
  653. #pointSearchResult .place-dl dd {
  654. font-size: 12px;
  655. margin: 0 0 5px 0;
  656. padding: 0 0 0 18px;
  657. clear: both;
  658. }
  659. #pointSearchResult .place-dl dd p {
  660. padding: 0px;
  661. line-height: 18px;
  662. margin: 0px;
  663. color: #fff;
  664. }
  665. #pointSearchResult .place-dl.cur {}
  666. #pointSearchResult .place-dl.cur dt a {
  667. font-weight: bold;
  668. }
  669. #pointSearchResult .place-dl.cur dt .btn-set-way {
  670. display: block;
  671. }
  672. #pointSearchResult .place-dl .btn-set-way {
  673. float: right;
  674. display: none;
  675. }
  676. #pointSearchResult .place-dl:hover {}
  677. #pointSearchResult .place-dl:hover .btn-set-way {
  678. display: block;
  679. }
  680. #pointSearchResult .d-waypoints {
  681. padding: 0 10px;
  682. overflow: hidden;
  683. display: none;
  684. }
  685. #pointSearchResult .d-waypoints h3 {
  686. font-weight: normal;
  687. }
  688. #pointSearchResult .d-waypoints .areaSelect {
  689. cursor: pointer;
  690. padding: 3px 0px;
  691. clear: both;
  692. overflow: hidden;
  693. width: 100%;
  694. text-indent: 20px;
  695. border-bottom: 1px solid #0e96cf;
  696. }
  697. #pointSearchResult .d-waypoints .areaSelect a {
  698. font-size: 14px;
  699. color: #1efef6;
  700. }
  701. .routcategory-list-wrap h3 {
  702. font-size: 16px;
  703. padding: 5px 20px;
  704. color: #fff;
  705. margin-bottom: 5px;
  706. border-bottom: 1px solid #0e96cf;
  707. }
  708. .routcategory-list-wrap .areaSelect {
  709. cursor: pointer;
  710. padding: 3px 20px;
  711. clear: both;
  712. overflow: hidden;
  713. border-bottom: 1px solid #0e96cf;
  714. }
  715. .routcategory-list-wrap .areaSelect dt a {
  716. line-height: 20px;
  717. font-size: 14px;
  718. color: #1efef6;
  719. }
  720. .routcategory-list-wrap {
  721. padding: 0px;
  722. margin: 0px;
  723. }
  724. /* E pointSearchResult */
  725. #routeElevationWrap {
  726. position: absolute;
  727. z-index: 99999999999999999;
  728. left: 0px;
  729. bottom: 0px;
  730. width: 100%;
  731. display: none;
  732. height: 178px;
  733. }
  734. #routeElevationWrap .close {
  735. position: absolute;
  736. right: 0px;
  737. top: 0px;
  738. text-indent: -999999px;
  739. overflow: hidden;
  740. background: url(../../images/layout/bg_close.gif) no-repeat center 7px;
  741. border: none;
  742. width: 30px;
  743. height: 30px;
  744. z-index: 1000000;
  745. }
  746. #directionsSearch .tip {
  747. color: #fff;
  748. margin-left: 34px;
  749. font-size: 12px;
  750. opacity: 0.87;
  751. }
  752. #pointsSearchPageJump .count {
  753. display: inline-block !important;
  754. color: #fff;
  755. }