order.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. /* pages/order/order.wxss */
  2. page {
  3. background-color: #f4f4f4;
  4. height: 100%;
  5. overflow-y: hidden;
  6. }
  7. view.inline {
  8. display: inline-block;
  9. vertical-align: middle;
  10. line-height: 28rpx;
  11. height: 28rpx;
  12. min-height: 28rpx;
  13. }
  14. .map_text {
  15. position: relative;
  16. height: calc(100% - 210rpx);
  17. background: #fff;
  18. padding: 0 30rpx;
  19. margin: 30rpx 20rpx 50rpx 20rpx;
  20. border-radius: 20rpx;
  21. box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
  22. }
  23. /*
  24. .map_text.active {
  25. background-color: #ebebeb;
  26. }
  27. */
  28. .charging_text_title {
  29. height: 105rpx;
  30. width: 100%;
  31. display: flex;
  32. }
  33. .charging_text_title1 {
  34. width: 100%;
  35. text-overflow: ellipsis;
  36. white-space: nowrap;
  37. overflow: hidden;
  38. }
  39. .charging {
  40. width: 45rpx;
  41. height: 45rpx;
  42. margin: 30rpx 30rpx 30rpx 0;
  43. flex-shrink: 0;
  44. overflow: hidden;
  45. }
  46. .charging image {
  47. width: 45rpx;
  48. height: 45rpx;
  49. }
  50. text {
  51. margin: 0 0 20rpx 0;
  52. display: block;
  53. font-size: 24rpx;
  54. font-family: 'Lucida Sans',
  55. 'Lucida Sans Regular',
  56. 'Lucida Grande',
  57. 'Lucida Sans Unicode',
  58. Geneva,
  59. Verdana,
  60. sans-serif;
  61. color: #545253;
  62. text-overflow: ellipsis;
  63. white-space: nowrap;
  64. overflow: hidden;
  65. line-height: 24rpx;
  66. height: 24rpx;
  67. min-height: 24rpx;
  68. }
  69. text.bold {
  70. font-weight: bold;
  71. line-height: 24rpx;
  72. height: 24rpx;
  73. min-height: 24rpx;
  74. margin-top: 30rpx;
  75. margin-bottom: 1rpx;
  76. display: block;
  77. }
  78. text.inline {
  79. display: inline-block;
  80. color: #959595;
  81. }
  82. .h1 {
  83. margin: 0rpx 0rpx 30rpx 0rpx;
  84. font-size: 20rpx;
  85. line-height: 20rpx;
  86. height: 20rpx;
  87. min-height: 20rpx;
  88. color: #959595;
  89. }
  90. .pay_button {
  91. font-size: 32rpx;
  92. margin: 50rpx 30rpx;
  93. font-family: 'Lucida Sans',
  94. 'Lucida Sans Regular',
  95. 'Lucida Grande',
  96. 'Lucida Sans Unicode',
  97. Geneva,
  98. Verdana,
  99. sans-serif;
  100. color: #fff;
  101. text-overflow: ellipsis;
  102. white-space: nowrap;
  103. background-color: #f18e19;
  104. }
  105. .pay_button.button-hover {
  106. background-color: #31d197;
  107. }
  108. .pay_button1 {
  109. font-size: 32rpx;
  110. margin: 50rpx 30rpx;
  111. font-family: 'Lucida Sans',
  112. 'Lucida Sans Regular',
  113. 'Lucida Grande',
  114. 'Lucida Sans Unicode',
  115. Geneva,
  116. Verdana,
  117. sans-serif;
  118. color: #fff;
  119. text-overflow: ellipsis;
  120. white-space: nowrap;
  121. background-color: #c9c9c9;
  122. }
  123. .table {
  124. border-bottom: 1rpx solid #f2f2f2;
  125. margin-bottom: 20rpx;
  126. }
  127. .tr {
  128. display: flex;
  129. width: calc(100% - 40rpx);
  130. justify-content: center;
  131. align-items: center;
  132. padding: 20rpx 20rpx 0 20rpx;
  133. }
  134. .tr.title {
  135. background-color: #f8f8f8;
  136. }
  137. .td {
  138. width: 40%;
  139. justify-content: center;
  140. text-align: center;
  141. margin-bottom: 20rpx;
  142. }
  143. .td.center {
  144. border-right: 1rpx solid #f2f2f2;
  145. border-left: 1rpx solid #f2f2f2;
  146. }
  147. .td text {
  148. color: #959595;
  149. }
  150. .th {
  151. width: 40%;
  152. justify-content: center;
  153. text-align: center;
  154. }
  155. .th.center text {
  156. font-weight: bold;
  157. color: #d0d0d0;
  158. }
  159. .info_title {
  160. color: #646263;
  161. font-weight: bold;
  162. }
  163. .info {
  164. margin-bottom: 20rpx;
  165. border-bottom: 1rpx solid #f2f2f2;
  166. }
  167. .info text {
  168. color: #959595;
  169. }
  170. .info_view {
  171. border-top: 1rpx solid #f2f2f2;
  172. border-bottom: 1rpx solid #f2f2f2;
  173. display: flex;
  174. }
  175. .info_view.active {
  176. background-color: #f8f8f8;
  177. }
  178. .info_view text {
  179. margin-top: 20rpx;
  180. color: #959595;
  181. }
  182. .zan-text{
  183. width:100%;
  184. }
  185. .zan-ft{
  186. margin: 20rpx 0;
  187. width: 14rpx;
  188. height: 24rpx;
  189. }
  190. .zan-ft image{
  191. display: block;
  192. width: 14rpx;
  193. height: 24rpx;
  194. /*transform:rotate(180deg);*/
  195. }