orderDetail.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. @charset "UTF-8";
  2. .f-header .tit {
  3. font-size: 34rpx;
  4. color: #303133;
  5. line-height: 1;
  6. font-weight: 700;
  7. }
  8. .f-header .tit-box {
  9. -webkit-box-flex: 1;
  10. flex: 1;
  11. display: flex;
  12. -webkit-box-orient: vertical;
  13. -webkit-box-direction: normal;
  14. flex-direction: column;
  15. }
  16. .f-header .f-left-icon {
  17. height: 34rpx;
  18. width: 8rpx;
  19. background-image: linear-gradient(#5dbc7c,#71d094);
  20. margin-right: 10rpx;
  21. border-radius: 10rpx;
  22. }
  23. page {
  24. background: #f8f8f8;
  25. }
  26. .qrBox {
  27. text-align: center;
  28. background-color: #fff;
  29. padding: 0 30rpx 30rpx;
  30. }
  31. .qrBox .qrTitle {
  32. font-size: 32rpx;
  33. color: #fd5b23;
  34. font-weight: 500;
  35. }
  36. .orderDetialBox {
  37. margin-top: 20rpx;
  38. padding: 0 30rpx;
  39. background-color: #fff;
  40. font-size: 28rpx;
  41. color: #606266;
  42. }
  43. .orderDetialBox .item {
  44. height: 80rpx;
  45. }
  46. .orderDetialBox .item .text {
  47. padding-left: 10rpx;
  48. }
  49. .orderDetialBox .item .buttom-right {
  50. width: 180rpx;
  51. border-radius: 99rpx;
  52. padding: 10rpx;
  53. text-align: center;
  54. border: 1px solid #ebeef5;
  55. }
  56. .address-box {
  57. margin-top: 20rpx;
  58. padding: 30rpx 30rpx 35rpx;
  59. background-color: #fff;
  60. line-height: 1;
  61. }
  62. .address-box .address-top {
  63. margin-bottom: 30rpx;
  64. }
  65. .address-box .address-top .title {
  66. font-size: 32rpx;
  67. color: #303133;
  68. }
  69. .address-box .address-top .phone {
  70. font-size: 28rpx;
  71. color: #909399;
  72. }
  73. .address-box .addrdss-detail {
  74. font-size: 28rpx;
  75. color: #606266;
  76. }
  77. .address-box .a-bg {
  78. position: absolute;
  79. bottom: 0;
  80. left: 0;
  81. width: 100%;
  82. height: 5rpx;
  83. }
  84. .row {
  85. display: flex;
  86. -webkit-box-align: center;
  87. align-items: center;
  88. position: relative;
  89. padding: 0 30rpx;
  90. height: 80rpx;
  91. background: #fff;
  92. }
  93. .row .order-status {
  94. font-size: 32rpx;
  95. color: #fd5b23;
  96. font-weight: 500;
  97. }
  98. .row .refund {
  99. font-size: 30rpx;
  100. color: #303133;
  101. }
  102. .row .noRefund {
  103. font-size: 30rpx;
  104. color: #909399;
  105. }
  106. .row .tit {
  107. flex-shrink: 0;
  108. width: 120rpx;
  109. }
  110. .row .input,.row .tit {
  111. font-size: 30rpx;
  112. color: #303133;
  113. }
  114. .row .input {
  115. text-align: right;
  116. -webkit-box-flex: 1;
  117. flex: 1;
  118. }
  119. .row .input.payColor {
  120. color: #fd5b23;
  121. }
  122. .row .iconlocation {
  123. font-size: 36rpx;
  124. color: #909399;
  125. }
  126. .add-btn {
  127. -webkit-box-align: center;
  128. align-items: center;
  129. -webkit-box-pack: center;
  130. justify-content: center;
  131. width: 690rpx;
  132. height: 80rpx;
  133. margin: 60rpx auto;
  134. font-size: 32rpx;
  135. color: #fff;
  136. background-color: #5dbc7c;
  137. border-radius: 10rpx;
  138. }
  139. .add-btn,.order-item {
  140. display: flex;
  141. }
  142. .order-item {
  143. -webkit-box-orient: vertical;
  144. -webkit-box-direction: normal;
  145. flex-direction: column;
  146. padding-left: 30rpx;
  147. background: #fff;
  148. margin-top: 20rpx;
  149. }
  150. .order-item .goods-box-single {
  151. display: flex;
  152. padding: 20rpx 0;
  153. }
  154. .order-item .goods-box-single .goods-img {
  155. display: block;
  156. width: 120rpx;
  157. height: 120rpx;
  158. }
  159. .order-item .goods-box-single .right {
  160. -webkit-box-flex: 1;
  161. flex: 1;
  162. display: flex;
  163. -webkit-box-orient: vertical;
  164. -webkit-box-direction: normal;
  165. flex-direction: column;
  166. padding: 0 30rpx 0 24rpx;
  167. overflow: hidden;
  168. height: 100%;
  169. }
  170. .order-item .goods-box-single .right .title {
  171. align-self: flex-start;
  172. font-size: 30rpx;
  173. color: #303133;
  174. }
  175. .order-item .goods-box-single .right .title-right {
  176. flex-shrink: 0;
  177. text-align: right;
  178. align-self: flex-start;
  179. }
  180. .order-item .goods-box-single .right .attr-box {
  181. font-size: 26rpx;
  182. color: #909399;
  183. }
  184. .order-item .goods-box-single .right .price {
  185. font-size: 30rpx;
  186. color: #303133;
  187. }
  188. .order-item .goods-box-single .right .price:before {
  189. content: "¥";
  190. font-size: 24rpx;
  191. margin: 0 2rpx 0 8rpx;
  192. }
  193. .order-item .goods-box-single .right .evaluate {
  194. color: #fff;
  195. font-size: 24rpx;
  196. display: inline-block;
  197. text-align: right;
  198. }
  199. .order-item .goods-box-single .right .evaluate text {
  200. background: #fa2740;
  201. padding: 5rpx 15rpx;
  202. }
  203. .order-item .goods-box-single .right .yesevaluate {
  204. color: #333;
  205. font-size: 24rpx;
  206. display: inline-block;
  207. text-align: right;
  208. }
  209. .order-item .goods-box-single .right .yesevaluate text {
  210. border: 2rpx solid #333;
  211. padding: 5rpx 15rpx;
  212. }
  213. .f-header {
  214. display: flex;
  215. -webkit-box-align: center;
  216. align-items: center;
  217. height: 80rpx;
  218. }
  219. .btHeight,.group-nav {
  220. height: 100rpx;
  221. }
  222. .group-nav {
  223. position: fixed;
  224. bottom: 0;
  225. left: 0;
  226. width: 100%;
  227. -webkit-box-pack: end;
  228. justify-content: flex-end;
  229. padding-right: 30rpx;
  230. }