allocation.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. page {
  2. background-color: #EDF1F4;
  3. }
  4. .allocation {
  5. height: 100vh;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .main-box {
  10. flex: 1;
  11. overflow-y: auto;
  12. }
  13. .main-box::-webkit-scrollbar {
  14. display: none;
  15. }
  16. .check-img {
  17. width: 32rpx;
  18. height: 32rpx;
  19. }
  20. .item-box {
  21. width: 574rpx;
  22. height: 201rpx;
  23. background: #FFFFFF;
  24. border-radius: 20rpx;
  25. position: relative;
  26. }
  27. .profile-img {
  28. width: 153rpx;
  29. height: 153rpx;
  30. border-radius: 20rpx 20rpx 20rpx 20rpx;
  31. }
  32. .img {
  33. width: 153rpx;
  34. height: 153rpx;
  35. }
  36. .num {
  37. display: flex;
  38. align-items: center;
  39. font-size: 30rpx;
  40. font-weight: bold;
  41. color: #1C274C;
  42. }
  43. .score {
  44. height: 29rpx;
  45. background-color: #FFF5E6;
  46. border-radius: 15rpx 15rpx 15rpx 15rpx;
  47. opacity: 1;
  48. font-size: 22rpx;
  49. font-weight: bold;
  50. color: #FF9600;
  51. margin-left: 10rpx;
  52. }
  53. .xx-img {
  54. width: 18rpx;
  55. height: 18rpx;
  56. }
  57. .serve-text {
  58. display: inline-block;
  59. font-size: 22rpx;
  60. font-weight: 500;
  61. color: #1C274C;
  62. padding: 5rpx 12rpx;
  63. background-color: #F5F7F9;
  64. margin: 15rpx 0 24rpx 0;
  65. }
  66. .check-order {
  67. padding-left: 15rpx;
  68. }
  69. .site {
  70. font-size: 22rpx;
  71. font-weight: 500;
  72. color: #A4A9B7;
  73. }
  74. .credit {
  75. display: inline-block;
  76. font-size: 22rpx;
  77. font-weight: bold;
  78. position: absolute;
  79. top: 0;
  80. right: 0;
  81. background-color: #F0E8FF;
  82. padding: 14rpx 0;
  83. border-radius: 0 20rpx 0 20rpx;
  84. }
  85. .btn-box {
  86. width: 750rpx;
  87. background: #FFFFFF;
  88. border-radius: 0rpx 0rpx 0rpx 0rpx;
  89. opacity: 1;
  90. flex-shrink: 0;
  91. box-sizing: border-box;
  92. }
  93. .btn {
  94. width: 686rpx;
  95. height: 98rpx;
  96. border-radius: 10rpx 10rpx 10rpx 10rpx;
  97. opacity: 1;
  98. line-height: 98rpx;
  99. margin: auto;
  100. margin-top: 14rpx;
  101. font-size: 30rpx;
  102. font-weight: bold;
  103. color: #FFFFFF;
  104. }
  105. /* 弹出层 */
  106. .pop-title-box {
  107. width: 686rpx;
  108. height: 100rpx;
  109. position: fixed;
  110. background-color: #FFF;
  111. }
  112. .pop-title {
  113. font-size: 30rpx;
  114. font-weight: bold;
  115. color: #1C274C;
  116. }
  117. .close-img {
  118. width: 32rpx;
  119. height: 32rpx;
  120. }
  121. .pop-item-box {
  122. width: 686rpx;
  123. /* height: 701rpx; */
  124. background: #F5F7F9;
  125. border-radius: 20rpx 20rpx 20rpx 20rpx;
  126. opacity: 1;
  127. margin: auto;
  128. }
  129. .pica-t {
  130. font-size: 24rpx;
  131. font-weight: 500;
  132. color: #A4A9B7;
  133. }
  134. .after-sale {
  135. font-size: 24rpx;
  136. font-weight: 500;
  137. color: #1C274C;
  138. }
  139. .t-red {
  140. font-size: 24rpx;
  141. font-weight: 500;
  142. color: #FF2121;
  143. }
  144. .time-date {
  145. font-size: 30rpx;
  146. font-weight: bold;
  147. color: #1C274C;
  148. }
  149. .time-hour {
  150. font-size: 30rpx;
  151. font-weight: bold;
  152. display: inline-block;
  153. }
  154. .items {
  155. width: 574rpx;
  156. height: 120rpx;
  157. background: #FFF;
  158. border-radius: 20rpx 20rpx 20rpx 20rpx;
  159. opacity: 1;
  160. margin: auto;
  161. }
  162. .img-box {
  163. width: 120rpx;
  164. height: 120rpx;
  165. background: #D9D9D9;
  166. border-radius: 20rpx 20rpx 20rpx 20rpx;
  167. opacity: 1;
  168. }
  169. .item-title {
  170. font-size: 30rpx;
  171. font-weight: bold;
  172. color: #1C274C;
  173. }
  174. .item-tab {
  175. font-size: 22rpx;
  176. font-weight: 500;
  177. color: #A4A9B7;
  178. background-color: #F5F7F9;
  179. padding: 5rpx 12rpx;
  180. }
  181. .item-price {
  182. font-size: 22rpx;
  183. font-weight: 500;
  184. color: #FF9600;
  185. }
  186. .item-number {
  187. font-size: 22rpx;
  188. font-weight: 500;
  189. color: #A4A9B7;
  190. text-align: right;
  191. }
  192. .server-text {
  193. font-size: 22rpx;
  194. font-weight: bold;
  195. color: #A4A9B7;
  196. }
  197. .text-b {
  198. color: #1C274C;
  199. }
  200. .depart {
  201. font-size: 24rpx;
  202. font-weight: 500;
  203. color: #1C274C;
  204. }