index.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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: 30rpx 0;
  32. }
  33. }
  34. .order-today {
  35. .order-title {
  36. text-align: center;
  37. margin-top: 20rpx;
  38. }
  39. .order-titles {
  40. text-align: center;
  41. margin: 30rpx 0;
  42. }
  43. }
  44. }
  45. .business-y {
  46. width: 50%;
  47. .order-number {
  48. border-bottom: 1rpx solid #efefef;
  49. .order-title {
  50. text-align: center;
  51. margin-top: 20rpx;
  52. }
  53. .order-titles {
  54. text-align: center;
  55. margin: 30rpx 0;
  56. }
  57. }
  58. .order-today {
  59. .order-title {
  60. text-align: center;
  61. margin-top: 20rpx;
  62. }
  63. .order-titles {
  64. text-align: center;
  65. margin: 30rpx 0;
  66. }
  67. }
  68. }
  69. }
  70. .store {
  71. background: #46a9a4;
  72. height: 360rpx;
  73. padding: 30rpx;
  74. display: flex;
  75. .store-img {
  76. width: 100rpx;
  77. height: 100rpx;
  78. border-radius: 50%;
  79. }
  80. .store-box {
  81. margin: 10rpx 0 0 20rpx;
  82. }
  83. .store-score {
  84. color: #fd863a;
  85. }
  86. .draw_box {
  87. display: flex;
  88. align-items: center;
  89. .withdraw {
  90. background: red;
  91. width: 120rpx;
  92. height: 56rpx;
  93. color: #fff;
  94. font-size: 30rpx;
  95. line-height: 56rpx;
  96. text-align: center;
  97. border-radius: 20rpx;
  98. font-weight: 600;
  99. margin-right: 20rpx;
  100. }
  101. }
  102. }
  103. .management {
  104. // display: flex;
  105. // flex-wrap: wrap;
  106. // justify-content: space-between;
  107. margin: 180rpx 30rpx 0 30rpx;
  108. .box-title {
  109. background: #fff;
  110. // border-radius: 30rpx;
  111. // width: 45%;
  112. padding: 20rpx;
  113. // text-align: center;
  114. margin-top: 10rpx;
  115. display: flex;
  116. justify-content: space-between;
  117. .box-details {
  118. display: flex;
  119. .name {
  120. margin-left: 10rpx;
  121. }
  122. }
  123. }
  124. }
  125. }
  126. .bommon {
  127. margin: 50rpx;
  128. width: 650rpx;
  129. background: #46a9a4;
  130. padding: 20rpx 50rpx;
  131. border-radius: 30rpx;
  132. text-align: center;
  133. }