orderDetail.wxss 4.3 KB

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