addOrder.scss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. .head {
  2. width: 750rpx;
  3. background: #FFF9F2;
  4. font-size: 24rpx;
  5. line-height: 40rpx;
  6. color: #FA8C16;
  7. box-sizing: border-box;
  8. padding: 12rpx 30rpx;
  9. }
  10. .remarks {
  11. display: flex;
  12. justify-content: space-between;
  13. width: 750rpx;
  14. background-color: #FFFFFF;
  15. padding: 26rpx 0;
  16. view {
  17. font-size: 28rpx;
  18. font-family: PingFang SC-Regular, PingFang SC;
  19. color: #666666;
  20. margin-left: 30rpx;
  21. }
  22. textarea {
  23. margin-right: 30rpx;
  24. }
  25. }
  26. .tips {
  27. width: 750rpx;
  28. height: 56rpx;
  29. line-height: 56rpx;
  30. text-align: center;
  31. font-size: 24rpx;
  32. font-family: PingFang SC-Regular, PingFang SC;
  33. color: #999999;
  34. }
  35. .versions {
  36. display: flex;
  37. align-items: center;
  38. justify-content: space-between;
  39. width: 750rpx;
  40. height: 90rpx;
  41. background: #FFFFFF;
  42. font-size: 30rpx;
  43. font-family: PingFang SC-Bold, PingFang SC;
  44. font-weight: bold;
  45. color: #333333;
  46. padding: 0 30rpx;
  47. box-sizing: border-box;
  48. >view {
  49. font-size: 26rpx;
  50. color: #3874F6;
  51. padding: 0 20rpx;
  52. }
  53. }
  54. .user-item {
  55. display: flex;
  56. width: 100vw;
  57. box-sizing: border-box;
  58. background-color: #fff;
  59. padding: 20rpx 30rpx;
  60. align-items: center;
  61. .content {
  62. position: relative;
  63. width: 100%;
  64. .label {
  65. font-size: 30rpx;
  66. font-family: PingFang SC-Bold, PingFang SC;
  67. font-weight: bold;
  68. color: #333333;
  69. margin-top: 0;
  70. .tag1 {
  71. font-weight: normal !important;
  72. margin-right: 10rpx;
  73. }
  74. }
  75. view {
  76. font-size: 24rpx;
  77. font-family: PingFang SC-Regular, PingFang SC;
  78. color: #666666;
  79. margin-top: 8rpx;
  80. }
  81. .tag {
  82. display: flex;
  83. align-items: center;
  84. justify-content: center;
  85. width: 100rpx;
  86. height: 45rpx;
  87. font-size: 30rpx;
  88. border: 1px solid red;
  89. position: absolute;
  90. color: red;
  91. right: 0;
  92. top: 50%;
  93. margin-top: -22.5rpx;
  94. border-radius: 4rpx;
  95. }
  96. }
  97. }
  98. scroll-view {
  99. min-width: 100vw;
  100. background-color: #fff;
  101. .discounts {
  102. display: flex;
  103. align-items: center;
  104. height: 150rpx;
  105. box-sizing: border-box;
  106. .card {
  107. display: flex;
  108. align-items: center;
  109. width: 410rpx;
  110. height: 130rpx;
  111. padding: 10rpx 0;
  112. border-radius: 16rpx;
  113. mask-composite: subtract;
  114. -webkit-mask-image: radial-gradient(circle at 130rpx 4px, transparent 4px, red 4.5px), radial-gradient(closest-side circle at 50%, red 99%, transparent 100%);
  115. -webkit-mask-size: 100%, 2rpx 4rpx;
  116. -webkit-mask-repeat: repeat, repeat-y;
  117. -webkit-mask-position: 0 -4rpx, 130rpx;
  118. -webkit-mask-composite: source-out;
  119. box-sizing: border-box;
  120. margin-left: 15rpx;
  121. flex-shrink: 0;
  122. .card-left {
  123. width: 130rpx;
  124. text-align: center;
  125. font-size: 24rpx;
  126. font-weight: bold;
  127. color: #fff;
  128. }
  129. .card-right {
  130. padding: 16px 12px;
  131. display: flex;
  132. flex: 1;
  133. flex-direction: column;
  134. .card-info {
  135. margin: 0 0 10px 0;
  136. font-size: 14px;
  137. line-height: 20px;
  138. color: #fff;
  139. }
  140. .card-time {
  141. font-size: 12px;
  142. line-height: 16px;
  143. font-weight: normal;
  144. color: #fff;
  145. margin-top: 4px;
  146. }
  147. }
  148. }
  149. }
  150. }
  151. .footer {
  152. display: flex;
  153. justify-content: space-between;
  154. padding: 0 30rpx;
  155. position: fixed;
  156. width: 100vw;
  157. height: 130rpx;
  158. background: #FFFFFF;
  159. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  160. bottom: 0;
  161. box-sizing: border-box;
  162. z-index: 9999;
  163. padding-top: 10rpx;
  164. .left {
  165. flex: 1;
  166. display: flex;
  167. justify-content: space-between;
  168. font-size: 24rpx;
  169. font-family: PingFang SC-Regular, PingFang SC;
  170. color: #333333;
  171. line-height: 86rpx;
  172. .price {
  173. font-size: 32rpx;
  174. font-family: PingFang SC-Medium, PingFang SC;
  175. font-weight: 500;
  176. color: #FF3B30;
  177. margin-right: 20rpx;
  178. }
  179. }
  180. .but-box {
  181. .but {
  182. min-width: 156rpx;
  183. height: 90rpx;
  184. background: var(--warning);
  185. border-radius: 8rpx;
  186. font-size: 28rpx;
  187. font-family: PingFang SC-Bold, PingFang SC;
  188. font-weight: bold;
  189. color: #FFFFFF;
  190. }
  191. }
  192. }