confirm_order.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. page{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .box{
  6. width: 100%;
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. }
  12. .box .top{
  13. width:100%;
  14. height:606rpx;
  15. background-image: url('http://resource.bike.hanyiyun.com/weapp/map. jpg');
  16. background-size: 100% 100%;
  17. display: flex;
  18. flex-direction: column;
  19. align-items: center;
  20. justify-content: center;
  21. }
  22. .top .title{
  23. font-size:32rpx;
  24. font-family:PingFang SC;
  25. font-weight:500;
  26. color:rgba(42,42,42,1);
  27. padding-top: 46rpx;
  28. }
  29. .progress_box{
  30. position: relative;
  31. width:110px;
  32. height: 110px;
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. z-index: 99;
  37. }
  38. .progress_bg{
  39. position: absolute;
  40. width:110px;
  41. height: 110px;
  42. }
  43. .progress_canvas{
  44. width:110px;
  45. height: 110px;
  46. }
  47. .progress_text{
  48. position: absolute;
  49. display: flex;
  50. align-items: center;
  51. justify-content: center
  52. }
  53. .progress_info{
  54. font-size: 50rpx;
  55. padding-left: 16rpx;
  56. letter-spacing: 2rpx;
  57. color: #F95A29;
  58. }
  59. .box .bottom{
  60. width:100%;
  61. height:642rpx;
  62. background:rgba(255,255,255,1);
  63. box-shadow:0rpx -8rpx 8rpx 0px rgba(224,224,224,1);
  64. border-radius:30rpx 30rpx 0px 0px;
  65. display: flex;
  66. flex-direction: column;
  67. align-items: center;
  68. position: relative;
  69. padding-top: 73rpx;
  70. }
  71. .box .bottom .posi{
  72. position: absolute;
  73. top: 30rpx;
  74. right: 30rpx;
  75. font-size:26rpx;
  76. font-family:PingFang SC;
  77. font-weight:400;
  78. color:rgba(153,153,153,1);
  79. padding: 20rpx;
  80. }
  81. .box .bottom .money{
  82. display: flex;
  83. flex-direction: column;
  84. align-items: center;
  85. }
  86. .bottom .money view{
  87. font-size:60rpx;
  88. font-family:PingFang SC;
  89. font-weight:bold;
  90. color:rgba(24,213,185,1);
  91. }
  92. .bottom .money .text{
  93. font-size:26rpx;
  94. font-family:PingFang SC;
  95. font-weight:400;
  96. color:rgba(153,153,153,1);
  97. padding-top: 27rpx;
  98. padding-bottom: 16rpx;
  99. }
  100. .bottom .content{
  101. display: flex;
  102. flex-direction: column;
  103. align-items: center;
  104. width: 68%;
  105. padding-top: 33rpx;
  106. border-top: 2rpx solid #DEDEDE;
  107. }
  108. .bottom .content .view{
  109. display: flex;
  110. align-items: center;
  111. justify-content: space-between;
  112. width: 100%;
  113. font-size:30rpx;
  114. font-family:PingFang SC;
  115. font-weight:400;
  116. color:rgba(42,42,42,1);
  117. padding-top:21rpx;
  118. }
  119. .bottom .content .view view:nth-of-type(1){
  120. display: flex;
  121. align-items: center;
  122. }
  123. .bottom .content .view view:nth-of-type(2){
  124. font-size:30rpx;
  125. font-family:PingFang SC;
  126. font-weight:400;
  127. color:#D8342C;
  128. }
  129. .btn{
  130. position: fixed;
  131. width: 76%;
  132. display: flex;
  133. align-items: center;
  134. justify-content: space-around;
  135. bottom: 6%;
  136. }
  137. .btn view:nth-of-type(1){
  138. width:256rpx;
  139. height:86rpx;
  140. background:rgba(24,213,185,1);
  141. border-radius:43rpx;
  142. display: flex;
  143. align-items: center;
  144. justify-content: center;
  145. font-size:32rpx;
  146. font-family:PingFang SC;
  147. font-weight:500;
  148. color:rgba(255,254,254,1);
  149. }
  150. .btn view:nth-of-type(2){
  151. width:256rpx;
  152. height:86rpx;
  153. border:2rpx solid rgba(220,220,222,1);
  154. border-radius:43px;
  155. display: flex;
  156. align-items: center;
  157. justify-content: center;
  158. font-size:32rpx;
  159. font-family:PingFang SC;
  160. font-weight:500;
  161. color:rgba(42,42,42,1);
  162. opacity:0.9;
  163. }
  164. .box .notice_background{
  165. z-index: 8887;
  166. position: fixed;
  167. top: 0rpx;
  168. left: 0rpx;
  169. right: 0rpx;
  170. bottom: 0rpx;
  171. width: 100%;
  172. height: 100%;
  173. background: #333;
  174. opacity: .5;
  175. }
  176. .box .notice_model{
  177. background-color: #fff;
  178. left: 15%;
  179. margin-top: -260rpx;
  180. position: fixed;
  181. top: 50%;
  182. width: 260px;
  183. /* height: 260px; */
  184. padding-bottom: 30rpx;
  185. z-index: 8888;
  186. display: flex;
  187. flex-direction: column;
  188. align-items: center;
  189. border-radius: 15rpx;
  190. }
  191. .box .notice_model .btn1{
  192. display: flex;
  193. align-items: center;
  194. justify-content: center;
  195. background: red;
  196. border-radius: 40rpx;
  197. height: 70rpx;
  198. color: white;
  199. width: 80%;
  200. font-size: 26rpx;
  201. margin-top: 70rpx;
  202. }
  203. .box .no_dataYes{
  204. width: 100%;
  205. height: 100%;
  206. display: flex;
  207. flex-direction: column;
  208. align-items: center;
  209. justify-content: center;
  210. font-size:26rpx;
  211. font-family:PingFang SC;
  212. font-weight:500;
  213. color:rgba(101,103,103,1);
  214. }
  215. .box .notice_model .title1{
  216. font-size:32rpx;
  217. font-family:PingFang SC;
  218. font-weight:bold;
  219. color:rgba(31,31,31,1);
  220. width: 90%;
  221. padding: 30rpx 0rpx;
  222. display: flex;
  223. justify-content: center;
  224. }
  225. .box .notice_model .content{
  226. font-size: 26rpx;
  227. color: #333;
  228. width: 90%;
  229. display: flex;
  230. flex-direction: column;
  231. }
  232. .box .notice_model .content text{
  233. padding-top: 30rpx;
  234. }
  235. .parkTip{
  236. margin-top: 30rpx;
  237. text-align: center;
  238. color: red;
  239. font-size: 24rpx;
  240. }