orderDetails.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. @import "/icon.wxss";
  2. @import "/common.wxss";
  3. .head .little-img {
  4. width: 230rpx;
  5. height: 120rpx;
  6. }
  7. .back-img-wrap {
  8. width: 100%;
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. z-index: -1;
  13. }
  14. .back-img-wrap .back-img {
  15. width: 100%;
  16. height: 340rpx;
  17. }
  18. .to-pay-wrap {
  19. text-align: center;
  20. padding: 46rpx 0;
  21. color: white;
  22. }
  23. .to-get-wrap {
  24. display: flex;
  25. justify-content: space-between;
  26. padding: 50rpx 50rpx 0 50rpx;
  27. color: white;
  28. }
  29. .trade-cancel-wrap {
  30. padding: 50rpx 76rpx;
  31. color: white;
  32. text-align: center;
  33. }
  34. .cancel-box {
  35. display: flex;
  36. align-items: center;
  37. justify-content: center;
  38. }
  39. .cancel-img {
  40. margin-right: 10rpx;
  41. width: 40rpx;
  42. height: 40rpx;
  43. }
  44. .font-bold-20 {
  45. font-size: 40rpx;
  46. font-weight: 500;
  47. }
  48. .content {
  49. padding: 0 20rpx;
  50. padding-bottom: 80rpx;
  51. }
  52. .header {
  53. display: flex;
  54. justify-content: space-between;
  55. padding: 20rpx 30rpx;
  56. color: #444;
  57. font-size: 28rpx;
  58. font-weight: 500;
  59. }
  60. .header .goods-num {
  61. color: #aaa;
  62. }
  63. .header .goods-done {
  64. color: #aaa;
  65. }
  66. .header .goods-ready {
  67. color: #ff5344;
  68. }
  69. .header .goods-cancel {
  70. color: #aaa;
  71. }
  72. .bold-text {
  73. font-weight: 500;
  74. }
  75. .show-img {
  76. float: left;
  77. width: 120rpx;
  78. height: 120rpx;
  79. }
  80. .name {
  81. margin-top: -8rpx;
  82. width: 510rpx;
  83. font-size: 26rpx;
  84. color: #444;
  85. text-overflow: ellipsis;
  86. white-space: nowrap;
  87. overflow: hidden;
  88. }
  89. .mount {
  90. font-size: 22rpx;
  91. color: #aaa;
  92. margin-top: 10rpx;
  93. }
  94. .bottom-info {
  95. justify-content: space-between;
  96. font-size: 28rpx;
  97. color: #444;
  98. margin-top: 18rpx;
  99. }
  100. .middle .middle-line {
  101. height: 0.1rpx;
  102. background: #efefef;
  103. }
  104. .middle .each-item {
  105. box-sizing: border-box;
  106. display: flex;
  107. width: 100%;
  108. padding: 32rpx 30rpx;
  109. }
  110. .content-wrap {
  111. padding-bottom: 20rpx;
  112. }
  113. .content-wrap .item {
  114. display: flex;
  115. justify-content: space-between;
  116. font-size: 26rpx;
  117. padding: 16rpx 30rpx;
  118. padding-bottom: 0;
  119. }
  120. .content-wrap .item .title {
  121. color: #aaa;
  122. min-width: 120rpx;
  123. }
  124. .content-wrap .item .detail {
  125. color: #444;
  126. }
  127. .content-wrap .item .detail .phone {
  128. margin-left: 20rpx;
  129. padding: 0 20rpx;
  130. height: 44rpx;
  131. display: flex;
  132. align-items: center;
  133. border: 0.1rpx solid #efefef;
  134. border-radius: 26rpx;
  135. }
  136. .content-wrap .item .detail .phone .icon-phone {
  137. width: 20rpx;
  138. height: 20rpx;
  139. margin-right: 10rpx;
  140. }
  141. .footerContorl {
  142. justify-content: flex-end;
  143. margin-top: 20rpx;
  144. }
  145. .footerContorl .btn {
  146. padding: 6rpx 15rpx;
  147. margin-left: 20rpx;
  148. border-radius: 10rpx;
  149. color: #fff;
  150. }
  151. .exp-modal {
  152. width: 80%;
  153. overflow: hidden;
  154. }
  155. .btn {
  156. position: relative;
  157. }
  158. .btn:last-child::before {
  159. content: "";
  160. position: absolute;
  161. left: 0;
  162. bottom: 0;
  163. top: 0;
  164. border-left: 1px solid #e5e5e5;
  165. transform-origin: 0 0;
  166. transform: scaleX(0.5);
  167. }
  168. .exp-modal .ipt {
  169. border: 1rpx solid #e5e5e5;
  170. padding: 10rpx;
  171. }