index.wxss 3.1 KB

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