common.scss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. @mixin zj-card {
  2. background: #FFFFFF;
  3. border-radius: 20rpx;
  4. box-shadow: -10rpx 12rpx 96rpx 2rpx rgba(31, 36, 99, 0.1);
  5. overflow: hidden;
  6. position: relative;
  7. }
  8. .footer-btn-group {
  9. padding: 25rpx 30rpx;
  10. display: flex;
  11. align-items: center;
  12. ::v-deep .u-button {
  13. flex-shrink: 0;
  14. font-size: 32rpx;
  15. margin-right: 30rpx;
  16. border-radius: 20rpx !important;
  17. &:first-child {
  18. flex: 1;
  19. }
  20. &:last-child {
  21. width: 400rpx !important;
  22. margin-right: 0;
  23. }
  24. }
  25. }
  26. .common-goods-list {
  27. .item {
  28. margin-top: 30rpx;
  29. background: #ffffff;
  30. padding: 20rpx 30rpx;
  31. .top {
  32. display: flex;
  33. align-items: center;
  34. image {
  35. width: 88rpx;
  36. height: 88rpx;
  37. border-radius: 50%;
  38. flex-shrink: 0;
  39. }
  40. .user {
  41. margin-left: 20rpx;
  42. flex: 1;
  43. .name {
  44. }
  45. .time {
  46. color: $sec-font;
  47. font-size: 24rpx;
  48. margin-top: 8rpx;
  49. }
  50. }
  51. .price {
  52. color: $assist-color;
  53. }
  54. }
  55. .title {
  56. margin-top: 20rpx;
  57. }
  58. .des {
  59. margin-top: 20rpx;
  60. font-size: 28rpx;
  61. color: $reg-font;
  62. }
  63. .imgs {
  64. display: flex;
  65. flex-wrap: wrap;
  66. image {
  67. width: 140rpx;
  68. height: 140rpx;
  69. margin-right: 20rpx;
  70. margin-top: 20rpx;
  71. }
  72. }
  73. .bottom {
  74. border-top: 1px solid #eaeaea;
  75. margin-top: 20rpx;
  76. padding-top: 20rpx;
  77. display: flex;
  78. align-items: center;
  79. justify-content: space-between;
  80. .left-location {
  81. font-size: 28rpx;
  82. color: $sec-font;
  83. display: flex;
  84. align-items: center;
  85. .iconfont {
  86. margin-right: 4rpx;
  87. }
  88. }
  89. .right-btn {
  90. .u-button {
  91. height: 60rpx;
  92. }
  93. }
  94. .right-stats {
  95. display: flex;
  96. align-items: center;
  97. .it {
  98. display: flex;
  99. align-items: center;
  100. margin-left: 20rpx;
  101. .iconfont {
  102. font-size: 30rpx;
  103. color: $sec-font;
  104. display: flex;
  105. align-items: center;
  106. .iconfont {
  107. margin-right: 4rpx;
  108. }
  109. }
  110. .text {
  111. font-size: 26rpx;
  112. margin-left: 4rpx;
  113. color: $sec-font;
  114. }
  115. }
  116. }
  117. }
  118. }
  119. }
  120. .common-order-list {
  121. .item {
  122. margin-top: 30rpx;
  123. background: #ffffff;
  124. padding: 20rpx 30rpx;
  125. .top {
  126. display: flex;
  127. image {
  128. width: 88rpx;
  129. height: 88rpx;
  130. border-radius: 50%;
  131. flex-shrink: 0;
  132. }
  133. .user {
  134. margin-left: 20rpx;
  135. flex: 1;
  136. display: flex;
  137. flex-direction: column;
  138. justify-content: center;
  139. .name {
  140. }
  141. .time {
  142. color: $sec-font;
  143. font-size: 24rpx;
  144. margin-top: 8rpx;
  145. }
  146. }
  147. .status {
  148. color: $assist-color;
  149. }
  150. }
  151. .goods {
  152. display: flex;
  153. padding: 30rpx 0;
  154. image {
  155. width: 120rpx;
  156. height: 120rpx;
  157. }
  158. .main {
  159. flex: 1;
  160. margin-left: 20rpx;
  161. .name {
  162. font-size: 32rpx;
  163. }
  164. .des {
  165. margin-top: 12rpx;
  166. font-size: 28rpx;
  167. color: $reg-font;
  168. }
  169. .price {
  170. margin-top: 12rpx;
  171. text {
  172. color: $assist-color;
  173. font-weight: 500;
  174. font-size: 32rpx;
  175. margin-right: 12rpx;
  176. }
  177. }
  178. }
  179. }
  180. .total {
  181. border-top: 1px solid #eaeaea;
  182. height: 80rpx;
  183. display: flex;
  184. align-items: center;
  185. justify-content: end;
  186. font-size: 28rpx;
  187. text {
  188. margin-left: 12rpx;
  189. color: $assist-color;
  190. }
  191. }
  192. .bottom {
  193. border-top: 1px solid #eaeaea;
  194. padding-top: 20rpx;
  195. display: flex;
  196. align-items: center;
  197. justify-content: space-between;
  198. .left-location {
  199. font-size: 28rpx;
  200. color: $sec-font;
  201. display: flex;
  202. align-items: center;
  203. .iconfont {
  204. margin-right: 4rpx;
  205. }
  206. }
  207. .right-btn {
  208. display: flex;
  209. .u-button {
  210. height: 60rpx;
  211. margin-left: 12rpx;
  212. }
  213. }
  214. }
  215. }
  216. }