parking-order.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. margin-bottom: 8rpx;
  59. }
  60. .time-info {
  61. margin-bottom: 10rpx;
  62. }
  63. .info-row {
  64. font-size: 24rpx;
  65. color: #333;
  66. padding: 0 10rpx;
  67. text-align: left;
  68. margin-bottom: 8rpx;
  69. }
  70. .label {
  71. display: inline;
  72. font-weight: 600;
  73. }
  74. .value {
  75. display: inline;
  76. color: #AAAAAA;
  77. }
  78. .fee-info {
  79. /* margin-bottom: 10rpx; */
  80. }
  81. .warning-text {
  82. color: #E99D42;
  83. font-size: 28rpx;
  84. padding: 0 10rpx;
  85. margin-bottom: 50rpx;
  86. line-height: 1.4;
  87. }
  88. .warning-code {
  89. color: #999;
  90. font-size: 26rpx;
  91. text-align: center;
  92. margin-bottom: 20rpx;
  93. }
  94. .confirm-btn {
  95. background: #21adff;
  96. color: #fff;
  97. font-size: 28rpx;
  98. height: 66rpx;
  99. line-height: 66rpx;
  100. border-radius: 8rpx;
  101. margin-bottom: 16rpx;
  102. width: 70% !important;
  103. padding: 0;
  104. border: none;
  105. }
  106. .contact-link {
  107. color: #848484;
  108. font-size: 28rpx;
  109. text-align: center;
  110. }
  111. .chargpile {
  112. display: block;
  113. font-size: 24rpx;
  114. font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  115. }
  116. .charging {
  117. width: 62rpx;
  118. height: 62rpx;
  119. margin: 30rpx 30rpx 30rpx 0;
  120. flex-shrink: 0;
  121. overflow: hidden;
  122. }
  123. .charging image {
  124. width: 62rpx;
  125. height: 62rpx;
  126. }
  127. .charging_text_title {
  128. height: 105rpx;
  129. width: 100%;
  130. display: flex;
  131. margin-bottom: 20rpx;
  132. }
  133. .charging_text_title1 {
  134. /* width: 100%; */
  135. text-overflow: ellipsis;
  136. white-space: nowrap;
  137. overflow: hidden;
  138. }
  139. .info-rows .occupyTest {
  140. /* margin: 0 0 20rpx 0;
  141. display: block; */
  142. font-size: 24rpx;
  143. font-family: 'Lucida Sans',
  144. 'Lucida Sans Regular',
  145. 'Lucida Grande',
  146. 'Lucida Sans Unicode',
  147. Geneva,
  148. Verdana,
  149. sans-serif;
  150. color: #AAAAAA;
  151. /* text-overflow: ellipsis;
  152. white-space: nowrap;
  153. overflow: hidden; */
  154. line-height: 24rpx;
  155. height: 24rpx;
  156. min-height: 24rpx;
  157. }
  158. text.bold {
  159. font-family: 'Lucida Sans',
  160. 'Lucida Sans Regular',
  161. 'Lucida Grande',
  162. 'Lucida Sans Unicode',
  163. Geneva,
  164. Verdana,
  165. sans-serif;
  166. color: #545253;
  167. font-weight: bold;
  168. line-height: 50rpx;
  169. height: 50rpx;
  170. min-height: 50rpx;
  171. margin: 20rpx 0 0 0;
  172. display: block;
  173. font-size: 32rpx;
  174. }
  175. text.inline{
  176. display: inline-block;
  177. margin:0;
  178. }
  179. .h1 {
  180. font-size: 22rpx;
  181. line-height: 42rpx;
  182. height: 42rpx;
  183. min-height: 42rpx;
  184. color: #9d9d9d;
  185. margin: 0;
  186. }
  187. .fee-infos {
  188. /* margin-bottom: 12rpx; */
  189. /* padding: 0 10rpx; */
  190. }