route.css 2.9 KB

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