route.css 2.1 KB

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