route.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. body {
  2. }
  3. html{
  4. -webkit-text-size-adjust:none;
  5. }
  6. .route-content{
  7. width: 100%;
  8. display: flex;
  9. z-index: 555;
  10. height: 100%;
  11. }
  12. .widthset{
  13. display: none;
  14. width: 100%;
  15. z-index: 555;
  16. flex: 1 0 auto;
  17. align-self: flex-end;
  18. }
  19. .panel-bottom-btn{
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }
  24. .lr-form-row .lr-btn{
  25. margin-right: 15px;
  26. }
  27. .outcase{
  28. /* display: none; */
  29. width: 100%;
  30. z-index: 555;
  31. flex: 1 0 auto;
  32. align-self: flex-end;
  33. }
  34. .route-play-panel{
  35. display: flex;
  36. height: 165px;
  37. background: #fff;
  38. padding: 10px;
  39. flex-direction: column;
  40. }
  41. .text-area{
  42. display: flex;
  43. flex-direction: column;
  44. }
  45. .text-area p{
  46. margin: 0;
  47. font-size: 14px;
  48. }
  49. .time-speed{
  50. font-size: 12px;
  51. color: gray;
  52. margin-top: 4px;
  53. }
  54. .address-line{
  55. display: flex;
  56. flex-direction: row wrap;
  57. align-items: center;
  58. margin-top: 8px;
  59. }
  60. .address-line span{
  61. font-size: 12px;
  62. width: 45px;
  63. color: gray;
  64. }
  65. .address-lin p{
  66. margin: 0;
  67. font-size: 14px;
  68. }
  69. .delimite-route-line{
  70. height: 1px;
  71. width: 100%;
  72. margin-top: 10px;
  73. background: #d4d2d2;
  74. }
  75. .button-area{
  76. display: flex;
  77. justify-content: space-between;
  78. width: 100%;
  79. align-items: center;
  80. height: 80px;
  81. align-self: flex-end;
  82. }
  83. .speed-set{
  84. display: flex;
  85. flex-direction: column;
  86. height: 40px;
  87. align-items: center;
  88. }
  89. .speed-set span{
  90. font-size: 1.2em;
  91. color: gray;
  92. }
  93. .speed-level{
  94. margin: 0;
  95. font-size:10px;
  96. -webkit-transform:scale(0.8);
  97. color: gray;
  98. }
  99. .play-control{
  100. height: 80px;
  101. display: flex;
  102. justify-content: space-between;
  103. width: 75%;
  104. align-items: center;
  105. }
  106. .play-control .icon-last,.icon-next{
  107. color: #2ea1ef;
  108. font-size: 2em;
  109. }
  110. .play-control .icon-bofang{
  111. color: #2ea1ef;
  112. font-size: 3.5em;
  113. }
  114. .play-control .icon-zanting{
  115. color: #2ea1ef;
  116. font-size: 3.08em;
  117. }
  118. .icon-bottom-word{
  119. margin: 0;
  120. font-size:10px;
  121. -webkit-transform:scale(0.8);
  122. color: gray;
  123. }