order.wxss 4.1 KB

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