routes.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .flex-style{
  2. display: -webkit-box;
  3. display: -webkit-flex;
  4. display: flex;
  5. }
  6. .flex-item{
  7. height: 35px;
  8. line-height: 35px;
  9. text-align: center;
  10. -webkit-box-flex: 1;
  11. -webkit-flex: 1;
  12. flex: 1
  13. }
  14. .flex-item.active{
  15. color:#0091ff;
  16. }
  17. .map_box{
  18. position:absolute;
  19. top: 35px;
  20. bottom: 90px;
  21. left: 0px;
  22. right: 0px;
  23. }
  24. #navi_map{
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .text_box{
  29. position:absolute;
  30. height: 90px;
  31. bottom: 0px;
  32. left: 0px;
  33. right: 0px;
  34. }
  35. .text_box .text{
  36. margin: 15px;
  37. }
  38. .detail_button{
  39. position:absolute;
  40. bottom: 50px;
  41. right: 10px;
  42. padding: 3px 5px;
  43. color: #fff;
  44. background: #0091ff;
  45. width:50px;
  46. text-align:center;
  47. border-radius:5px;
  48. }
  49. .detail_button2{
  50. position:absolute;
  51. bottom: 10px;
  52. right: 10px;
  53. padding: 3px 5px;
  54. color: #fff;
  55. background: #0091ff;
  56. width:50px;
  57. text-align:center;
  58. border-radius:5px;
  59. }
  60. .bus_box{
  61. margin: 0 15px;
  62. padding: 15px 0;
  63. border-bottom: 1px solid #c3c3c3;
  64. font-size: 13px;
  65. }
  66. .bus_box .bus_item{display:inline-block;line-height: 8px;}