pendingDeliveryOrders.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. .container {
  2. padding-bottom: 120rpx;
  3. }
  4. .container.pb80 {
  5. padding-bottom: 160rpx;
  6. }
  7. .no-list {
  8. text-align: center;
  9. width: 100%;
  10. height: 100rpx;
  11. line-height: 100rpx;
  12. background: #fff;
  13. }
  14. .check-box {
  15. box-sizing: border-box;
  16. width: 50rpx;
  17. height: 50rpx;
  18. display: flex;
  19. justify-content: center;
  20. }
  21. .check-box .checkbox-checked {
  22. width: 48rpx;
  23. height: 48rpx;
  24. }
  25. .check-box .checkbox-disabled {
  26. width: 48rpx;
  27. height: 48rpx;
  28. margin-top: 2rpx;
  29. }
  30. .check-box-content {
  31. width: 84rpx;
  32. height: 100%;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. }
  37. .order-item {
  38. margin-top: 20rpx;
  39. }
  40. .order-item .order-title {
  41. display: flex;
  42. align-items: center;
  43. background: #fff;
  44. margin-bottom: 2rpx;
  45. /* height: 145rpx; */
  46. }
  47. .order-item .order-title .order-msg {
  48. width: 550rpx;
  49. /* height: 145rpx; */
  50. display: flex;
  51. flex-direction: column;
  52. justify-content: center;
  53. }
  54. .order-item .order-title .order-msg span {
  55. font-size: 26rpx;
  56. margin-bottom: 12rpx;
  57. }
  58. .order-item .order-title .order-msg em {
  59. color: #666;
  60. }
  61. .order-item .order-title .order-status {
  62. color: #ff673f;
  63. font-size: 28rpx;
  64. font-family: PingFangSC-Medium;
  65. font-weight: 500;
  66. }
  67. .order-item .order-title .order-sign-btn {
  68. width: 160rpx;
  69. height: 60rpx;
  70. border-radius: 60rpx;
  71. background: #f75451;
  72. color: #fff;
  73. display: block;
  74. text-align: center;
  75. line-height: 60rpx;
  76. font-size: 26rpx;
  77. }
  78. .order-item .goods-item {
  79. display: flex;
  80. align-items: center;
  81. background: #fff;
  82. height: 188rpx;
  83. position: relative;
  84. }
  85. .order-item .goods-item .goods-img {
  86. width: 120rpx;
  87. height: 120rpx;
  88. margin-right: 30rpx;
  89. }
  90. .order-item .goods-item .goods-detail {
  91. width: 492rpx;
  92. height: 100%;
  93. display: flex;
  94. justify-content: center;
  95. flex-direction: column;
  96. }
  97. .order-item .goods-item .goods-detail .goods-title {
  98. display: -webkit-box;
  99. -webkit-box-orient: vertical;
  100. -webkit-line-clamp: 2;
  101. overflow: hidden;
  102. text-overflow: initial;
  103. white-space: normal;
  104. font-size: 28rpx;
  105. /* height: 80rpx; */
  106. margin-bottom: 12rpx;
  107. }
  108. .order-item .goods-item .goods-detail .goods-desc {
  109. color: #999;
  110. font-size: 26rpx;
  111. width: 360rpx;
  112. }
  113. .order-item .goods-item .goods-sign-btn {
  114. height: 52rpx;
  115. padding: 0 24rpx;
  116. border: 2rpx solid #f75451;
  117. border-radius: 52rpx;
  118. text-align: center;
  119. line-height: 52rpx;
  120. color: #f75451;
  121. position: absolute;
  122. right: 24rpx;
  123. bottom: 20rpx;
  124. }
  125. .order-item .goods-item .goods-sign-btn.goods-sign-btn-disabled {
  126. border-color: #ccc;
  127. color: #ccc;
  128. }
  129. .bottom-bar {
  130. width: 100%;
  131. height: 104rpx;
  132. display: flex;
  133. justify-content: space-between;
  134. align-items: center;
  135. background: #fff;
  136. position: fixed;
  137. bottom: 0;
  138. left: 0;
  139. z-index: 9;
  140. }
  141. .bottom-bar .check-box-content {
  142. width: 140rpx;
  143. }
  144. .bottom-bar .check-box-content .check-box {
  145. margin-right: 20rpx;
  146. }
  147. .bottom-bar .flex {
  148. display: flex;
  149. align-items: center;
  150. justify-content: flex-end;
  151. }
  152. .bottom-bar .total {
  153. margin-right: 20rpx;
  154. text-align: right;
  155. }
  156. .bottom-bar .total span {
  157. color: #f75451;
  158. }
  159. .bottom-bar .btn {
  160. flex: 3;
  161. padding: 0 40rpx;
  162. height: 80rpx;
  163. border-radius: 80rpx;
  164. line-height: 80rpx;
  165. text-align: center;
  166. color: #fff;
  167. font-size: 30rpx;
  168. margin-right: 20rpx;
  169. background: #f75451;
  170. white-space: nowrap;
  171. }
  172. .bottom-bar .btn.btn-disabled {
  173. flex: 1;
  174. padding: 0 40rpx;
  175. background: #e3e3e3;
  176. }
  177. .tips .tag {
  178. font-size: 20rpx;
  179. padding: 4rpx 8rpx;
  180. border-radius: 5rpx;
  181. }