index.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. page{
  2. min-height: 100%;
  3. background-color: #F2f2f2;
  4. }
  5. .container{
  6. min-height: 100%;
  7. overflow: hidden;
  8. overflow-y: hidden;
  9. }
  10. .sec-wrap{
  11. background-color: #fff;
  12. margin-top: 20rpx;
  13. }
  14. .bottom-fiexd{
  15. position: fixed;
  16. bottom: 0;
  17. left: 0;
  18. }
  19. .sec-wrap .order-status{
  20. width: 720rpx;
  21. margin-left: 30rpx;
  22. border-bottom: 1rpx solid #eee;
  23. height: 140rpx;
  24. display: flex;
  25. align-items: center;
  26. }
  27. .order-status .icon-box{
  28. width: 80rpx;
  29. height: 80rpx;
  30. overflow: hidden;
  31. margin-right: 30rpx;
  32. }
  33. .order-status .icon-box .icon{
  34. width: 80rpx;
  35. height: 80rpx;
  36. }
  37. .order-status .right-text{
  38. width: 580rpx;
  39. overflow: hidden;
  40. }
  41. .order-status .right-text .status{
  42. font-size:28rpx;
  43. color:#000;
  44. margin-bottom: 10rpx;
  45. }
  46. .order-status .right-text .red{
  47. color:#e64340;
  48. }
  49. .order-status .right-text .des{
  50. font-size:24rpx;
  51. color:#999;
  52. }
  53. .address-sec{
  54. width: 720rpx;
  55. margin-left: 30rpx;
  56. display: flex;
  57. align-items: center;
  58. padding: 30rpx 0;
  59. }
  60. .address-sec .icon-box{
  61. width: 30rpx;
  62. align-self: flex-start;
  63. overflow: hidden;
  64. margin-right: 35rpx;
  65. }
  66. .address-sec .icon-box .icon{
  67. width: 30rpx;
  68. height: 30rpx;
  69. }
  70. .address-sec .right-box{
  71. width: 620rpx;
  72. }
  73. .address-sec .right-box .name-tel{
  74. font-size:28rpx;
  75. color:#000000;
  76. margin-bottom: 20rpx;
  77. }
  78. .address-sec .right-box .text{
  79. font-size:24rpx;
  80. color:#888888;
  81. line-height:36rpx;
  82. height: 72rpx;
  83. overflow: hidden;
  84. }
  85. .wuliu-box{
  86. width: 720rpx;
  87. margin-left: 30rpx;
  88. border-bottom: 1rpx solid #eee;
  89. display: flex;
  90. align-items: center;
  91. padding: 30rpx 0;
  92. }
  93. .wuliu-box .icon-box {
  94. width: 40rpx;
  95. height: 40rpx;
  96. overflow: hidden;
  97. margin-right: 31rpx;
  98. align-self: flex-start;
  99. }
  100. .wuliu-box .icon-box .icon{
  101. width: 40rpx;
  102. height: 40rpx;
  103. }
  104. .wuliu-box .arrow-right{
  105. width: 15rpx;
  106. height: 24rpx;
  107. }
  108. .wuliu-box .arrow-right .arrow{
  109. width: 15rpx;
  110. height: 24rpx;
  111. }
  112. .wuliu-box .right-text{
  113. width: 575rpx;
  114. margin-right: 30rpx;
  115. }
  116. .wuliu-box .right-text .order-number{
  117. font-size:28rpx;
  118. color:#000;
  119. margin-bottom: 14rpx;
  120. }
  121. .wuliu-box .right-text .wuliu-text,
  122. .wuliu-box .right-text .wuliu-date{
  123. font-size:24rpx;
  124. color:#888888;
  125. line-height:36rpx;
  126. }
  127. .goods-list{
  128. width:100%;
  129. background-color: #fff;
  130. margin-bottom: 20rpx;
  131. margin-top: 20rpx;
  132. }
  133. .goods-list .list-title{
  134. font-size: 28rpx;
  135. color: #000;
  136. padding: 30rpx 0 25rpx 30rpx;
  137. }
  138. .goods-list .a-goods{
  139. width: 720rpx;
  140. margin-left: 30rpx;
  141. display: flex;
  142. /*justify-content: space-between;*/
  143. border-top: 1px solid #eee;
  144. padding: 30rpx 30rpx 30rpx 0;
  145. }
  146. .goods-list .a-goods .img-box{
  147. width: 160rpx;
  148. height:160rpx;
  149. overflow: hidden;
  150. margin-right: 20rpx;
  151. background-color: #d8d8d8;
  152. }
  153. .goods-list .img-box .img{
  154. width: 160rpx;
  155. height:160rpx;
  156. }
  157. .goods-list .a-goods .text-box{
  158. width: 510rpx;
  159. box-sizing: border-box;
  160. padding-top: 10rpx;
  161. }
  162. .goods-list .btn-row{
  163. width: 720rpx;
  164. margin-left: 30rpx;
  165. border-top: 1rpx solid #eee;
  166. }
  167. .confirm-btn{
  168. background:#ffffff;
  169. border:1rpx solid #e64340;
  170. border-radius:6rpx;
  171. width:164rpx;
  172. height:60rpx;
  173. line-height: 60rpx;
  174. margin: 20rpx 30rpx 20rpx auto;
  175. font-size:26rpx;
  176. color:#e64340;
  177. text-align:center;
  178. }
  179. .a-goods .text-box .arow{
  180. display: flex;
  181. justify-content: space-between;
  182. align-items: center;
  183. }
  184. .a-goods .text-box .arow .goods-name{
  185. width: 360rpx;
  186. font-size:26rpx;
  187. height: 74rpx;
  188. color:#000000;
  189. line-height: 1.6;
  190. overflow: hidden;
  191. }
  192. .a-goods .text-box .arow01{
  193. margin-bottom: 30rpx;
  194. }
  195. .a-goods .text-box .arow .goods-price{
  196. font-size:26rpx;
  197. color:#000000;
  198. align-self: flex-start;
  199. }
  200. .a-goods .text-box .arow .goods-label{
  201. font-size: 26rpx;
  202. color: #999;
  203. }
  204. .a-goods .text-box .arow .goods-num{
  205. font-size: 26rpx;
  206. color: #999;
  207. }
  208. .peisong-way{
  209. width: 100%;
  210. background-color: #fff;
  211. margin-bottom: 20rpx;
  212. }
  213. .peisong-way .row-box{
  214. width: 720rpx;
  215. display: flex;
  216. justify-content: space-between;
  217. align-items: center;
  218. box-sizing: border-box;
  219. padding: 24rpx 0;
  220. border-bottom: 1rpx solid #eee;
  221. margin-left: 30rpx;
  222. }
  223. .peisong-way .row-label{
  224. font-size: 28rpx;
  225. color: #000;
  226. }
  227. .peisong-way .right-text{
  228. font-size: 28rpx;
  229. color: #666;
  230. padding-right: 30rpx;
  231. }
  232. .peisong-way .liuyan{
  233. width: 510rpx;
  234. font-size: 28rpx;
  235. }
  236. .goods-info{
  237. width: 100%;
  238. background-color: #fff;
  239. margin-bottom: 120rpx;
  240. padding-bottom: 24rpx;
  241. }
  242. .goods-info .row-box{
  243. width: 100%;
  244. display: flex;
  245. justify-content: space-between;
  246. align-items: center;
  247. box-sizing: border-box;
  248. padding: 24rpx 30rpx 12rpx 30rpx;
  249. font-size: 28rpx;
  250. color: #000;
  251. }
  252. .goods-info .row-box .right-text{
  253. text-align: right;
  254. }
  255. .jiesuan-box{
  256. display: flex;
  257. justify-content: space-between;
  258. width: 100%;
  259. height: 100rpx;
  260. position: fixed;
  261. bottom: 0;
  262. left: 0;
  263. border-top:1px solid #eee;
  264. background-color: #fff;
  265. z-index: 4;
  266. }
  267. .jiesuan-box .to-pay-btn{
  268. width:250rpx;
  269. text-align: center;
  270. height: 100%;
  271. line-height: 100rpx;
  272. background-color: #e64340;
  273. font-size:32rpx;
  274. color:#ffffff;
  275. border-radius: 0;
  276. }
  277. .jiesuan-box .left-price{
  278. display: flex;
  279. width: 500rpx;
  280. justify-content:flex-end;
  281. line-height: 100rpx;
  282. padding: 0 30rpx 0 0;
  283. font-size:28rpx;
  284. box-sizing: border-box;
  285. }
  286. .jiesuan-box .total{
  287. color: #e64340;
  288. text-align: right;
  289. }
  290. .hx-title {
  291. text-align: center;
  292. }
  293. .hx-canvas {
  294. width: 650rpx;
  295. height: 650rpx;
  296. margin-left: 50rpx;
  297. }