order.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. html,
  2. body {
  3. background: #f5f5f5;
  4. font-family: PingFangSC-Regular;
  5. color: #333333;
  6. }
  7. .tips {
  8. background: #fdf8ec;
  9. display: flex;
  10. flex-direction: column;
  11. box-sizing: border-box;
  12. padding: 22rpx 32rpx;
  13. }
  14. .tips > view {
  15. display: flex;
  16. }
  17. .tips > view > text:first-child {
  18. background: #ff801a;
  19. display: block;
  20. width: 4px;
  21. height: 4px;
  22. border-radius: 50%;
  23. margin: 14rpx 16rpx 0 0;
  24. }
  25. .tips > view > text:last-child {
  26. font-size: 24rpx;
  27. display: block;
  28. width: 660rpx;
  29. color: #ff801a;
  30. line-height: 18px;
  31. text-align: justify;
  32. }
  33. .header {
  34. background: #ffffff;
  35. box-sizing: border-box;
  36. padding: 32rpx;
  37. }
  38. .header .title {
  39. font-size: 26rpx;
  40. color: #999999;
  41. }
  42. .header .value {
  43. font-size: 40rpx;
  44. margin-top: 10rpx;
  45. }
  46. .header .top {
  47. display: flex;
  48. justify-content: space-between;
  49. align-items: center;
  50. margin-bottom: 60rpx;
  51. }
  52. .header .top .date {
  53. display: flex;
  54. flex-direction: column;
  55. }
  56. .header .bottom {
  57. display: flex;
  58. justify-content: space-between;
  59. align-items: center;
  60. }
  61. .header .bottom .addr,
  62. .header .bottom .hukou {
  63. display: flex;
  64. flex-direction: column;
  65. }
  66. .content {
  67. margin-top: 24rpx;
  68. padding-bottom: 312rpx;
  69. }
  70. .content .arrow {
  71. font-size: 32rpx;
  72. color: #808080;
  73. }
  74. .content .arrow > image {
  75. width: 14rpx;
  76. height: 24rpx;
  77. }
  78. switch {
  79. zoom: 1.2;
  80. }
  81. .content > view > view > view {
  82. box-sizing: border-box;
  83. padding-left: 32rpx;
  84. background: #ffffff;
  85. }
  86. .content > view > view > view > .wrap {
  87. box-sizing: border-box;
  88. padding: 28rpx 32rpx 28rpx 0;
  89. display: flex;
  90. justify-content: space-between;
  91. align-items: center;
  92. border-bottom: 2rpx solid #eeeeee;
  93. font-size: 32rpx;
  94. }
  95. .content > view > view > .switch > .wrap {
  96. padding: 20rpx 32rpx 20rpx 0;
  97. }
  98. .content .first > view:last-child > .wrap,
  99. .content .third > view:last-child > .wrap {
  100. border-bottom: none;
  101. }
  102. .content .cardPrice > .wrap > view {
  103. text-align: right;
  104. display: flex;
  105. flex-direction: column;
  106. }
  107. .content .second {
  108. font-family: PingFangSC-Regular;
  109. font-size: 26rpx;
  110. color: #999999;
  111. padding: 34rpx 0 20rpx 32rpx;
  112. }
  113. .content .isFund,
  114. .content .isShebao {
  115. box-sizing: border-box;
  116. padding-left: 32rpx;
  117. background: #ffffff;
  118. }
  119. .content .isFund > .wrap,
  120. .content .isShebao > .wrap {
  121. box-sizing: border-box;
  122. padding: 28rpx 32rpx 28rpx 0;
  123. display: flex;
  124. justify-content: space-between;
  125. align-items: center;
  126. font-size: 32rpx;
  127. }
  128. input {
  129. text-align: right;
  130. width: 400rpx;
  131. }
  132. .content .detail > .wrap {
  133. display: flex;
  134. flex-direction: column;
  135. }
  136. .content .detail > .wrap > view {
  137. width: 100%;
  138. display: flex;
  139. justify-content: space-between;
  140. line-height: 52rpx;
  141. }
  142. .content .detail > .wrap > view > text:first-child {
  143. font-size: 28rpx;
  144. color: #999999;
  145. }
  146. .content .detail > .wrap > view > text:last-child {
  147. font-size: 28rpx;
  148. color: #666666;
  149. }
  150. .content .job > view > .wrap {
  151. border-bottom: none;
  152. border-top: 2rpx solid #eeeeee;
  153. }
  154. .content .job > view > .wrap > view {
  155. display: flex;
  156. align-items: center;
  157. }
  158. .content .job image {
  159. width: 28rpx;
  160. height: 28rpx;
  161. margin-left: 16rpx;
  162. }
  163. .footer,
  164. .footer-X {
  165. position: fixed;
  166. bottom: 0;
  167. z-index: 900;
  168. width: 100%;
  169. box-sizing: border-box;
  170. padding-left: 32rpx;
  171. background: #ffffff;
  172. }
  173. .footer-X {
  174. padding-bottom: 68rpx;
  175. }
  176. .footer .wrap,
  177. .footer-X .wrap {
  178. width: 100%;
  179. box-sizing: border-box;
  180. padding-right: 20rpx;
  181. display: flex;
  182. justify-content: space-between;
  183. align-items: center;
  184. }
  185. .footer .wrap:first-child,
  186. .footer-X .wrap:first-child {
  187. height: 120rpx;
  188. font-size: 30rpx;
  189. color: #333333;
  190. }
  191. .footer .wrap:first-child > view,
  192. .footer-X .wrap:first-child > view {
  193. display: flex;
  194. flex-direction: column;
  195. justify-content: space-between;
  196. text-align: right;
  197. }
  198. .footer .wrap:last-child,
  199. .footer-X .wrap:last-child {
  200. height: 112rpx;
  201. border-top: 2rpx solid #eeeeee;
  202. }
  203. .footer .wrap:last-child > view:first-child,
  204. .footer-X .wrap:last-child > view:first-child {
  205. display: flex;
  206. align-items: center;
  207. }
  208. .footer .wrap:last-child > text:first-child,
  209. .footer-X .wrap:last-child > text:first-child {
  210. font-size: 30rpx;
  211. color: #333333;
  212. }
  213. .footer .wrap:last-child .totalPrice > text,
  214. .footer-X .wrap:last-child .totalPrice > text {
  215. font-size: 40rpx;
  216. color: #FF5E5E;
  217. }
  218. .footer .wrap:last-child .totalPrice > text:last-child,
  219. .footer-X .wrap:last-child .totalPrice > text:last-child {
  220. font-size: 28rpx;
  221. }
  222. .footer .wrap:last-child > .btn,
  223. .footer-X .wrap:last-child > .btn {
  224. width: 280rpx;
  225. height: 84rpx;
  226. line-height: 84rpx;
  227. background: #3296FB;
  228. border-radius: 42rpx;
  229. font-family: PingFangSC-Semibold;
  230. font-size: 30rpx;
  231. color: #FFFFFF;
  232. text-align: center;
  233. }
  234. .modal {
  235. position: fixed;
  236. top: 0;
  237. width: 750rpx;
  238. height: 100%;
  239. background: rgba(0, 0, 0, 0.56);
  240. z-index: 999;
  241. display: flex;
  242. flex-direction: column;
  243. }
  244. .modal > view:first-child {
  245. flex: 1;
  246. }
  247. .modal > .detail {
  248. width: 100%;
  249. position: absolute;
  250. bottom: -500px;
  251. background: #f8f8f8;
  252. }
  253. .modal > .detail .header {
  254. display: flex;
  255. justify-content: space-between;
  256. align-items: center;
  257. padding: 26rpx 20rpx 26rpx 32rpx;
  258. background: #ffffff;
  259. }
  260. .modal > .detail .header > view {
  261. font-family: PingFangSC-Medium;
  262. font-size: 32rpx;
  263. display: flex;
  264. align-items: center;
  265. }
  266. .modal > .detail .header > view > view {
  267. width: 6rpx;
  268. height: 32rpx;
  269. background: #3296fb;
  270. margin-right: 22rpx;
  271. }
  272. .modal > .detail .header > image {
  273. width: 48rpx;
  274. height: 48rpx;
  275. }
  276. .modal > .detail > .box {
  277. width: 100%;
  278. height: 692rpx;
  279. box-sizing: border-box;
  280. padding-bottom:68rpx;
  281. background: #ffffff;
  282. }
  283. .modal > .detail > .-X{
  284. height: 760rpx;
  285. padding-bottom:136rpx;
  286. }
  287. .modal > .detail > .box .item {
  288. box-sizing: border-box;
  289. padding: 0 60rpx;
  290. display: flex;
  291. flex-direction: column;
  292. font-family: PingFangSC-Regular;
  293. font-size: 26rpx;
  294. color: #666666;
  295. line-height: 40rpx;
  296. }
  297. .modal > .detail > .box .item > .blue {
  298. font-family: PingFangSC-Semibold;
  299. font-size: 34rpx;
  300. color: #3296FB;
  301. line-height: 52rpx;
  302. margin-top: 50rpx;
  303. }
  304. .modal > .detail > .box .item > .black {
  305. font-family: PingFangSC-Regular;
  306. font-size: 30rpx;
  307. color: #333333;
  308. line-height: 48rpx;
  309. margin-top: 12rpx;
  310. }
  311. .modal > .detail > .box .line{
  312. width: 100%;
  313. height: 2rpx;
  314. background: #eeeeee;
  315. }