index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. page {
  2. background: #f6f6f6;
  3. padding-bottom: 148rpx;
  4. }
  5. .box {
  6. // margin: 30rpx;
  7. // display: flex;
  8. // flex-wrap: wrap;
  9. // justify-content: space-between;
  10. position: relative;
  11. .business {
  12. position: absolute;
  13. top: 195rpx;
  14. left: 30rpx;
  15. width: 690rpx;
  16. background: #ffffff;
  17. display: flex;
  18. justify-content: center;
  19. border-radius: 30rpx;
  20. .business-x {
  21. border-right: 1rpx solid #efefef;
  22. width: 50%;
  23. .order-number {
  24. border-bottom: 1rpx solid #efefef;
  25. .order-title {
  26. text-align: center;
  27. margin-top: 20rpx;
  28. }
  29. .order-titles {
  30. text-align: center;
  31. margin: 5rpx 0;
  32. height: 99rpx;
  33. .item{
  34. font-size: 25rpx;
  35. }
  36. .gray{
  37. color:rgb(185, 185, 185);
  38. }
  39. }
  40. }
  41. .order-today {
  42. .order-title {
  43. text-align: center;
  44. margin-top: 20rpx;
  45. }
  46. .order-titles {
  47. text-align: center;
  48. margin: 5rpx 0;
  49. height: 99rpx;
  50. .item{
  51. font-size: 25rpx;
  52. }
  53. .gray{
  54. color:rgb(185, 185, 185);
  55. }
  56. }
  57. }
  58. }
  59. .business-y {
  60. width: 50%;
  61. .order-number {
  62. border-bottom: 1rpx solid #efefef;
  63. .order-title {
  64. text-align: center;
  65. margin-top: 20rpx;
  66. }
  67. .order-titles {
  68. text-align: center;
  69. margin: 5rpx 0;
  70. height: 99rpx;
  71. .item{
  72. font-size: 25rpx;
  73. }
  74. .gray{
  75. color:rgb(185, 185, 185);
  76. }
  77. }
  78. }
  79. .order-today {
  80. .order-title {
  81. text-align: center;
  82. margin-top: 20rpx;
  83. }
  84. .order-titles {
  85. text-align: center;
  86. margin: 5rpx 0;
  87. height: 99rpx;
  88. .item{
  89. font-size: 25rpx;
  90. }
  91. .gray{
  92. color:rgb(185, 185, 185);
  93. }
  94. }
  95. }
  96. }
  97. }
  98. .store {
  99. background: #46a9a4;
  100. height: 360rpx;
  101. padding: 30rpx;
  102. display: flex;
  103. .store-img {
  104. width: 100rpx;
  105. height: 100rpx;
  106. border-radius: 50%;
  107. }
  108. .store-box {
  109. margin: 10rpx 0 0 20rpx;
  110. }
  111. .store-score {
  112. color: #fd863a;
  113. }
  114. .draw_box {
  115. display: flex;
  116. align-items: center;
  117. .withdraw {
  118. background: red;
  119. width: 120rpx;
  120. height: 56rpx;
  121. color: #fff;
  122. font-size: 30rpx;
  123. line-height: 56rpx;
  124. text-align: center;
  125. border-radius: 20rpx;
  126. font-weight: 600;
  127. margin-right: 20rpx;
  128. }
  129. }
  130. }
  131. .management {
  132. // display: flex;
  133. // flex-wrap: wrap;
  134. // justify-content: space-between;
  135. margin: 180rpx 30rpx 0 30rpx;
  136. .box-title {
  137. background: #fff;
  138. // border-radius: 30rpx;
  139. // width: 45%;
  140. padding: 20rpx;
  141. // text-align: center;
  142. margin-top: 10rpx;
  143. display: flex;
  144. justify-content: space-between;
  145. .box-details {
  146. display: flex;
  147. .name {
  148. margin-left: 10rpx;
  149. }
  150. }
  151. }
  152. }
  153. }
  154. .bommon {
  155. margin: 50rpx;
  156. width: 650rpx;
  157. background: #46a9a4;
  158. padding: 20rpx 50rpx;
  159. border-radius: 30rpx;
  160. text-align: center;
  161. }