index.less 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. .order {
  2. border-radius: 20rpx;
  3. padding: 20px;
  4. width: 93vw;
  5. margin: 20rpx auto;
  6. background: white;
  7. box-shadow: 5rpx 5rpx 20rpx #46a9a473;
  8. .orderNum {
  9. font-size: 24rpx;
  10. color: #46a9a4;
  11. margin-bottom: 10rpx;
  12. display: flex;
  13. justify-content: space-between;
  14. text {
  15. background: #d8faf8;
  16. padding: 3rpx 8rpx;
  17. }
  18. .tag {
  19. padding: 5rpx 10rpx;
  20. height: 43rpx;
  21. font-size: 22rpx;
  22. color: #46a9a4;
  23. background: #d8faf8;
  24. }
  25. .tag_errands {
  26. color: orange;
  27. background: rgba(255, 217, 0, 0.658);
  28. }
  29. }
  30. .addressbox {
  31. width: 100%;
  32. border-bottom: 1rpx solid rgb(228, 228, 228);
  33. padding-bottom: 20rpx;
  34. }
  35. .goodDetil {
  36. margin: 20rpx 0;
  37. .goodTitle {
  38. font-size: 30rpx;
  39. font-weight: bold;
  40. margin: 20rpx 0;
  41. }
  42. .picturebox {
  43. margin: 20rpx;
  44. width: 100%;
  45. display: flex;
  46. align-items: center;
  47. .picture {
  48. width: 120rpx;
  49. height: 120rpx;
  50. margin-left: 20rpx;
  51. }
  52. }
  53. .weight {
  54. font-size: 30rpx;
  55. margin: 20rpx;
  56. }
  57. }
  58. .staff {
  59. font-size: 30rpx;
  60. text {
  61. font-weight: bold;
  62. }
  63. }
  64. .cart {
  65. .good_item {
  66. overflow: hidden;
  67. display: flex;
  68. margin: 10rpx;
  69. overflow: hidden;
  70. >image {
  71. width: 170rpx;
  72. height: 170rpx;
  73. flex-shrink: 0;
  74. padding: 10rpx;
  75. border-radius: 10rpx;
  76. }
  77. .left {
  78. width: 470rpx;
  79. margin: 10rpx 0rpx 10rpx 10rpx;
  80. .name {
  81. font-size: 35rpx;
  82. display: -webkit-box;
  83. -webkit-box-orient: vertical;
  84. -webkit-line-clamp: 2;
  85. overflow: hidden;
  86. }
  87. .desc {
  88. margin: 10rpx 0;
  89. width: 100%;
  90. font-size: 25rpx;
  91. color: rgb(160, 160, 160);
  92. display: -webkit-box;
  93. -webkit-box-orient: vertical;
  94. -webkit-line-clamp: 1;
  95. overflow: hidden;
  96. }
  97. .buttom {
  98. display: flex;
  99. align-items: center;
  100. justify-content: space-between;
  101. margin-top: 6rpx;
  102. .price {
  103. .price {
  104. font-size: 26rpx;
  105. color: rgb(160, 160, 160);
  106. }
  107. .original {
  108. font-size: 22rpx;
  109. color: rgb(160, 160, 160);
  110. text-decoration: line-through
  111. }
  112. }
  113. .add {
  114. margin-left: 10rpx;
  115. width: 150rpx;
  116. font-size: 26rpx;
  117. color:rgb(160, 160, 160);
  118. }
  119. }
  120. }
  121. }
  122. }
  123. .totalPrice {
  124. text-align: end;
  125. font-size: 28rpx;
  126. color: gray;
  127. text {
  128. color: red;
  129. font-size: 36rpx;
  130. font-weight: bold;
  131. }
  132. }
  133. .btn {
  134. height: 80rpx;
  135. button {
  136. padding: 3rpx 15rpx;
  137. float: right;
  138. font-size: 28rpx;
  139. background: #46a9a4;
  140. color: white;
  141. margin: 20rpx 0 10rpx 10rpx;
  142. }
  143. }
  144. }
  145. .refund_popup{
  146. .title{
  147. font-weight: bold;
  148. padding: 20rpx;
  149. font-size: 40rpx;
  150. text-align: center;
  151. border-bottom: rgb(228, 228, 228) 1rpx solid;
  152. }
  153. .refundPopup{
  154. padding: 30rpx;
  155. .address {
  156. width: 100%;
  157. display: flex;
  158. align-items: center;
  159. margin-top: 15rpx;
  160. padding-left: 10rpx;
  161. padding-right: 10rpx;
  162. .a {
  163. padding: 5rpx 8rpx;
  164. border-radius: 5rpx;
  165. margin-right: 20rpx;
  166. font-size: 25rpx;
  167. display: flex;
  168. justify-content: center;
  169. align-items: center;
  170. background-color: #46a9a4;
  171. color: #d8faf8;
  172. }
  173. .b {
  174. padding: 5rpx 8rpx;
  175. border-radius: 5rpx;
  176. margin-right: 20rpx;
  177. font-size: 25rpx;
  178. display: flex;
  179. justify-content: center;
  180. align-items: center;
  181. background-color: #d8faf8;
  182. color: #46a9a4;
  183. }
  184. .address2 {
  185. width: 100%;
  186. font-size: 30rpx;
  187. .address-address {
  188. color: rgb(78, 78, 78);
  189. width: 100%;
  190. display: flex;
  191. align-items: center;
  192. }
  193. .name {
  194. color: rgb(175, 174, 174);
  195. margin-top: 10rpx;
  196. }
  197. }
  198. }
  199. }
  200. button{
  201. background:#46a9a4;
  202. color: white;
  203. width: 90vw;
  204. }
  205. }
  206. .expressPopup {
  207. width: 100%;
  208. height: 70vh;
  209. .title {
  210. font-size: 30rpx;
  211. height: 90rpx;
  212. line-height: 90rpx;
  213. text-align: center;
  214. border-bottom: 1rpx solid whitesmoke;
  215. }
  216. .itemBox {
  217. overflow-y: auto;
  218. height: calc(70vh - 250rpx);
  219. .item {
  220. padding: 20rpx;
  221. font-size: 28rpx;
  222. border-bottom: 1rpx solid whitesmoke;
  223. }
  224. }
  225. }