parking-order.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. /* components/parking-order.wxss */
  2. .popup-mask {
  3. /* width: 800rpx;
  4. height: 1200rpx; */
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. bottom: 0;
  10. background: rgba(0, 0, 0, 0.6);
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. z-index: 99998;
  15. }
  16. .popup-content {
  17. width: 65%;
  18. background: #fff;
  19. border-radius: 12rpx;
  20. padding: 24rpx;
  21. position: absolute;
  22. z-index: 99999;
  23. }
  24. .popup-title {
  25. text-align: center;
  26. font-size: 34rpx;
  27. /* margin-bottom: 20rpx; */
  28. }
  29. .station-section {
  30. display: flex;
  31. align-items: flex-start;
  32. padding: 0 10rpx;
  33. margin-bottom: 10rpx;
  34. }
  35. .station-icon {
  36. width: 40rpx;
  37. height: 40rpx;
  38. margin-right: 10rpx;
  39. margin-top: 4rpx;
  40. }
  41. .station-info {
  42. flex: 1;
  43. }
  44. .station-name {
  45. font-size: 30rpx;
  46. color: #333;
  47. margin-bottom: 4rpx;
  48. }
  49. .station-id {
  50. font-size: 28rpx;
  51. color: #999;
  52. }
  53. .pile-info {
  54. font-size: 24rpx;
  55. color: #333;
  56. padding: 0 10rpx;
  57. font-weight: 600;
  58. }
  59. .time-info {
  60. margin-bottom: 10rpx;
  61. }
  62. .info-row {
  63. font-size: 28rpx;
  64. color: #333;
  65. padding: 0 10rpx;
  66. text-align: left;
  67. }
  68. .label {
  69. display: inline;
  70. font-weight: 600;
  71. }
  72. .value {
  73. display: inline;
  74. color: #AAAAAA;
  75. }
  76. .fee-info {
  77. margin-bottom: 10rpx;
  78. }
  79. .warning-text {
  80. color: #E99D42;
  81. font-size: 28rpx;
  82. padding: 0 10rpx;
  83. margin-bottom: 50rpx;
  84. line-height: 1.4;
  85. }
  86. .warning-code {
  87. color: #999;
  88. font-size: 26rpx;
  89. text-align: center;
  90. margin-bottom: 20rpx;
  91. }
  92. .confirm-btn {
  93. background: #21adff;
  94. color: #fff;
  95. font-size: 28rpx;
  96. height: 66rpx;
  97. line-height: 66rpx;
  98. border-radius: 8rpx;
  99. margin-bottom: 16rpx;
  100. width: 70% !important;
  101. padding: 0;
  102. border: none;
  103. }
  104. .contact-link {
  105. color: #848484;
  106. font-size: 28rpx;
  107. text-align: center;
  108. }
  109. .chargpile {
  110. font-size: 22rpx;
  111. line-height: 42rpx;
  112. height: 42rpx;
  113. min-height: 42rpx;
  114. color: #9d9d9d;
  115. /* margin-left: -50rpx; */
  116. }
  117. .charging {
  118. width: 62rpx;
  119. height: 62rpx;
  120. margin: 30rpx 30rpx 30rpx 0;
  121. flex-shrink: 0;
  122. overflow: hidden;
  123. }
  124. .charging image {
  125. width: 62rpx;
  126. height: 62rpx;
  127. }
  128. .charging_text_title {
  129. height: 105rpx;
  130. width: 100%;
  131. display: flex;
  132. margin-bottom: 20rpx;
  133. }
  134. .charging_text_title1 {
  135. /* width: 100%; */
  136. text-overflow: ellipsis;
  137. white-space: nowrap;
  138. overflow: hidden;
  139. }
  140. text .occupyTest {
  141. margin: 0 0 20rpx 0;
  142. display: block;
  143. font-size: 24rpx;
  144. font-family: 'Lucida Sans',
  145. 'Lucida Sans Regular',
  146. 'Lucida Grande',
  147. 'Lucida Sans Unicode',
  148. Geneva,
  149. Verdana,
  150. sans-serif;
  151. color: #545253;
  152. text-overflow: ellipsis;
  153. white-space: nowrap;
  154. overflow: hidden;
  155. line-height: 24rpx;
  156. height: 24rpx;
  157. min-height: 24rpx;
  158. }
  159. text.bold {
  160. font-weight: bold;
  161. line-height: 50rpx;
  162. height: 50rpx;
  163. min-height: 50rpx;
  164. margin: 20rpx 0 0 0;
  165. display: block;
  166. font-size: 32rpx;
  167. }
  168. text.inline{
  169. display: inline-block;
  170. margin:0;
  171. }
  172. .h1 {
  173. font-size: 22rpx;
  174. line-height: 42rpx;
  175. height: 42rpx;
  176. min-height: 42rpx;
  177. color: #9d9d9d;
  178. margin: 0;
  179. }