route.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. height: 165px;
  49. background: #fff;
  50. padding: 10px;
  51. flex-direction: column;
  52. }
  53. .text-area{
  54. display: flex;
  55. flex-direction: column;
  56. }
  57. .text-area p{
  58. margin: 0;
  59. font-size: 14px;
  60. }
  61. .time-speed{
  62. font-size: 12px;
  63. color: gray;
  64. margin-top: 4px;
  65. }
  66. .address-line{
  67. display: flex;
  68. flex-direction: row wrap;
  69. align-items: center;
  70. margin-top: 8px;
  71. }
  72. .address-line span{
  73. font-size: 12px;
  74. width: 45px;
  75. color: gray;
  76. }
  77. .address-lin p{
  78. margin: 0;
  79. font-size: 14px;
  80. }
  81. .delimite-route-line{
  82. height: 1px;
  83. width: 100%;
  84. margin-top: 10px;
  85. background: #d4d2d2;
  86. }
  87. .button-area{
  88. display: flex;
  89. justify-content: space-between;
  90. width: 100%;
  91. align-items: center;
  92. height: 80px;
  93. align-self: flex-end;
  94. }
  95. .speed-set{
  96. display: flex;
  97. flex-direction: column;
  98. height: 40px;
  99. align-items: center;
  100. }
  101. .speed-set span{
  102. font-size: 1.2em;
  103. color: gray;
  104. }
  105. .speed-level{
  106. margin: 0;
  107. font-size:10px;
  108. -webkit-transform:scale(0.8);
  109. color: gray;
  110. }
  111. .play-control{
  112. height: 80px;
  113. display: flex;
  114. justify-content: space-between;
  115. width: 75%;
  116. align-items: center;
  117. }
  118. .play-control .icon-last,.icon-next{
  119. color: #2ea1ef;
  120. font-size: 2em;
  121. }
  122. .play-control .icon-bofang{
  123. color: #2ea1ef;
  124. font-size: 3.5em;
  125. }
  126. .play-control .icon-zanting{
  127. color: #2ea1ef;
  128. font-size: 3.08em;
  129. }
  130. .icon-bottom-word{
  131. margin: 0;
  132. font-size:10px;
  133. -webkit-transform:scale(0.8);
  134. color: gray;
  135. }
  136. .date-set{
  137. display: flex;
  138. flex-direction: column;
  139. height: 40px;
  140. align-items: center;
  141. }
  142. .date-set span{
  143. font-size: 1.2em;
  144. color: gray;
  145. }