detail.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  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. overflow: hidden;
  82. }
  83. .wuliu-box{
  84. width: 720rpx;
  85. margin-left: 30rpx;
  86. border-bottom: 1rpx solid #eee;
  87. display: flex;
  88. align-items: center;
  89. padding: 30rpx 0;
  90. }
  91. .wuliu-box .icon-box {
  92. width: 40rpx;
  93. height: 40rpx;
  94. overflow: hidden;
  95. margin-right: 31rpx;
  96. align-self: flex-start;
  97. }
  98. .wuliu-box .icon-box .icon{
  99. width: 40rpx;
  100. height: 40rpx;
  101. }
  102. .wuliu-box .arrow-right{
  103. width: 15rpx;
  104. height: 24rpx;
  105. }
  106. .wuliu-box .arrow-right .arrow{
  107. width: 15rpx;
  108. height: 24rpx;
  109. }
  110. .wuliu-box .right-text{
  111. width: 575rpx;
  112. margin-right: 30rpx;
  113. }
  114. .wuliu-box .right-text .order-number{
  115. font-size:28rpx;
  116. color:#000;
  117. margin-bottom: 14rpx;
  118. }
  119. .wuliu-box .right-text .wuliu-text,
  120. .wuliu-box .right-text .wuliu-date{
  121. font-size:24rpx;
  122. color:#888888;
  123. line-height:36rpx;
  124. }
  125. .goods-list{
  126. width:100%;
  127. background-color: #fff;
  128. margin-bottom: 20rpx;
  129. margin-top: 20rpx;
  130. }
  131. .goods-list .list-title{
  132. font-size: 28rpx;
  133. color: #000;
  134. padding: 30rpx 0 25rpx 30rpx;
  135. }
  136. .goods-list .a-goods{
  137. width: 720rpx;
  138. margin-left: 30rpx;
  139. display: flex;
  140. /*justify-content: space-between;*/
  141. border-top: 1px solid #eee;
  142. padding: 30rpx 30rpx 30rpx 0;
  143. }
  144. .goods-list .a-goods .img-box{
  145. width: 160rpx;
  146. height:160rpx;
  147. overflow: hidden;
  148. margin-right: 20rpx;
  149. background-color: #d8d8d8;
  150. }
  151. .goods-list .img-box .img{
  152. width: 160rpx;
  153. height:160rpx;
  154. }
  155. .goods-list .a-goods .text-box{
  156. width: 510rpx;
  157. box-sizing: border-box;
  158. padding-top: 10rpx;
  159. }
  160. .goods-list .btn-row{
  161. box-sizing: border-box;
  162. width: 750rpx;
  163. padding: 32rpx;
  164. border-top: 1rpx solid #eee;
  165. }
  166. .confirm-btn{
  167. background:#ffffff;
  168. border:1rpx solid #e64340;
  169. border-radius:6rpx;
  170. width:164rpx;
  171. height:60rpx;
  172. line-height: 60rpx;
  173. margin: 20rpx 30rpx 20rpx auto;
  174. font-size:26rpx;
  175. color:#e64340;
  176. text-align:center;
  177. }
  178. .a-goods .text-box .arow{
  179. display: flex;
  180. justify-content: space-between;
  181. align-items: center;
  182. }
  183. .a-goods .text-box .arow .goods-name{
  184. width: 360rpx;
  185. font-size:26rpx;
  186. height: 74rpx;
  187. color:#000000;
  188. line-height: 1.6;
  189. overflow: hidden;
  190. }
  191. .a-goods .text-box .arow01{
  192. margin-bottom: 30rpx;
  193. }
  194. .a-goods .text-box .arow .goods-price{
  195. font-size:26rpx;
  196. color:#000000;
  197. align-self: flex-start;
  198. }
  199. .a-goods .text-box .arow .goods-label{
  200. font-size: 26rpx;
  201. color: #999;
  202. }
  203. .a-goods .text-box .arow .goods-num{
  204. font-size: 26rpx;
  205. color: #999;
  206. }
  207. .peisong-way{
  208. width: 100%;
  209. background-color: #fff;
  210. margin-bottom: 20rpx;
  211. }
  212. .peisong-way .row-box{
  213. width: 720rpx;
  214. display: flex;
  215. justify-content: space-between;
  216. align-items: center;
  217. box-sizing: border-box;
  218. padding: 24rpx 0;
  219. border-bottom: 1rpx solid #eee;
  220. margin-left: 30rpx;
  221. }
  222. .peisong-way .row-label{
  223. font-size: 28rpx;
  224. color: #000;
  225. }
  226. .peisong-way .right-text{
  227. font-size: 28rpx;
  228. color: #666;
  229. padding-right: 30rpx;
  230. }
  231. .peisong-way .liuyan{
  232. width: 510rpx;
  233. font-size: 28rpx;
  234. }
  235. .goods-info{
  236. width: 100%;
  237. background-color: #fff;
  238. padding-bottom: 24rpx;
  239. }
  240. .goods-info .row-box{
  241. width: 100%;
  242. display: flex;
  243. justify-content: space-between;
  244. align-items: center;
  245. box-sizing: border-box;
  246. padding: 24rpx 30rpx 12rpx 30rpx;
  247. font-size: 28rpx;
  248. color: #000;
  249. }
  250. .goods-info .row-box .right-text{
  251. text-align: right;
  252. }
  253. .jiesuan-box{
  254. display: flex;
  255. justify-content: space-between;
  256. width: 100%;
  257. height: 100rpx;
  258. position: fixed;
  259. bottom: 0;
  260. left: 0;
  261. border-top:1px solid #eee;
  262. background-color: #fff;
  263. z-index: 4;
  264. }
  265. .jiesuan-box .to-pay-btn{
  266. width:250rpx;
  267. text-align: center;
  268. height: 100%;
  269. line-height: 100rpx;
  270. background-color: #e64340;
  271. font-size:32rpx;
  272. color:#ffffff;
  273. border-radius: 0;
  274. }
  275. .jiesuan-box .left-price{
  276. display: flex;
  277. width: 500rpx;
  278. justify-content:flex-end;
  279. line-height: 100rpx;
  280. padding: 0 30rpx 0 0;
  281. font-size:28rpx;
  282. box-sizing: border-box;
  283. }
  284. .jiesuan-box .total{
  285. color: #e64340;
  286. text-align: right;
  287. }
  288. .hx-title {
  289. text-align: center;
  290. }
  291. .hx-canvas {
  292. width: 650rpx;
  293. height: 650rpx;
  294. margin-left: 50rpx;
  295. }
  296. .vant-contaner {
  297. box-sizing: border-box;
  298. width: 100vw;
  299. }
  300. .select-peisong-member {
  301. padding-left: 0 !important;
  302. padding-right: 0 !important;
  303. }