index.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. @import 'tabbar.wxss';
  2. .groupCenter {
  3. width: 100%;
  4. position: relative;
  5. overflow: hidden;
  6. }
  7. .groupCenter .basicInform {
  8. width: 100%;
  9. height: 226rpx;
  10. background: #fe8464;
  11. display: flex;
  12. justify-content: flex-start;
  13. }
  14. .groupCenter .basicInform .user-avatar {
  15. width: 144rpx;
  16. height: 144rpx;
  17. margin: 10rpx 30rpx 0;
  18. }
  19. .groupCenter .basicInform .user-avatar .userAvatarUrl {
  20. border-radius: 50%;
  21. width: 140rpx;
  22. height: 140rpx;
  23. border: 2rpx solid rgba(255, 255, 255, 0.24);
  24. overflow: hidden;
  25. display: flex;
  26. }
  27. .groupCenter .basicInform .userInfo {
  28. display: flex;
  29. flex-direction: column;
  30. padding-top: 10rpx;
  31. }
  32. .groupCenter .basicInform .userInfo .user-name {
  33. height: 40rpx;
  34. line-height: 40rpx;
  35. color: #fff;
  36. font-size: 40rpx;
  37. margin-top: 45rpx;
  38. }
  39. .groupCenter .distributionCon {
  40. width: 100%;
  41. margin-top: -30rpx;
  42. z-index: 9;
  43. }
  44. .groupCenter .distributionCon .distribution {
  45. background: #fff;
  46. border-radius: 10rpx;
  47. padding: 24rpx 0;
  48. }
  49. .groupCenter .distributionCon .distribution .myDistribution {
  50. display: flex;
  51. justify-content: center;
  52. align-items: center;
  53. font-size: 30rpx;
  54. color: #333;
  55. font-weight: 500;
  56. }
  57. .groupCenter .distributionCon .distribution .incomeCon {
  58. margin-top: 30rpx;
  59. display: flex;
  60. justify-content: flex-start;
  61. }
  62. .groupCenter .distributionCon .distribution .incomeCon .income {
  63. width: 33.3%;
  64. padding: 20rpx 0;
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. flex-direction: column;
  69. }
  70. .groupCenter .distributionCon .distribution .incomeCon .income:last-child {
  71. border: none;
  72. }
  73. .groupCenter .distributionCon .distribution .incomeCon .income .incomeTop {
  74. font-size: 36rpx;
  75. color: #ff673f;
  76. margin-bottom: 16rpx;
  77. font-weight: 500;
  78. }
  79. .groupCenter .distributionCon .distribution .incomeCon .income .incomeBottom {
  80. font-size: 24rpx;
  81. color: #999;
  82. }
  83. .groupCenter .effectData {
  84. width: 100%;
  85. margin-top: 30rpx;
  86. }
  87. .groupCenter .effectData .effect {
  88. background: #fff;
  89. border-radius: 10rpx;
  90. padding: 24rpx 0;
  91. margin: 0 20rpx;
  92. }
  93. .groupCenter .effectData .effect .incomeCon {
  94. margin-top: 30rpx;
  95. display: flex;
  96. justify-content: flex-start;
  97. }
  98. .groupCenter .effectData .effect .incomeCon .income {
  99. width: 33.3%;
  100. display: flex;
  101. justify-content: center;
  102. align-items: center;
  103. flex-direction: column;
  104. }
  105. .groupCenter .effectData .effect .incomeCon .income:last-child {
  106. border: none;
  107. }
  108. .groupCenter .effectData .effect .incomeCon .income .incomeTop {
  109. font-size: 36rpx;
  110. color: #333;
  111. margin-bottom: 16rpx;
  112. font-weight: 500;
  113. }
  114. .groupCenter .effectData .effect .incomeCon .income .incomeBottom {
  115. font-size: 24rpx;
  116. color: #999;
  117. display: flex;
  118. justify-content: center;
  119. align-items: center;
  120. }
  121. .groupCenter .effectData .effect .incomeCon .income .incomeBottom .distributionInstrIcon {
  122. width: 28rpx;
  123. height: 28rpx;
  124. margin-right: 8rpx;
  125. }
  126. .groupCenter .groupCenterCon {
  127. margin-top: 30rpx;
  128. }
  129. .groupCenter .groupCenterCon .order .myOrders {
  130. height: 90rpx;
  131. border-top-right-radius: 10rpx;
  132. border-top-left-radius: 10rpx;
  133. background: #fff;
  134. border-bottom: 0.1rpx solid #e4e4e4;
  135. padding: 0 30rpx;
  136. font-size: 30rpx;
  137. color: #333;
  138. display: flex;
  139. align-items: center;
  140. justify-content: space-between;
  141. }
  142. .groupCenter .groupCenterCon .order .myOrders .allGroupOrder {
  143. font-size: 26rpx;
  144. color: #999;
  145. }
  146. .groupCenter .groupCenterCon .order .myOrders .allGroupOrder .rightArrowImg {
  147. width: 12rpx;
  148. height: 22rpx;
  149. color: #a7a7a7;
  150. margin-left: 14rpx;
  151. margin-bottom: -2rpx;
  152. }
  153. .groupCenter .groupCenterCon .order .orderTab {
  154. padding: 30rpx 52rpx;
  155. background-color: #fff;
  156. overflow: hidden;
  157. border-radius: 10rpx;
  158. display: flex;
  159. align-items: center;
  160. justify-content: space-between;
  161. }
  162. .groupCenter .groupCenterCon .order .orderTab .order_status {
  163. position: relative;
  164. color: #58595b;
  165. font-size: 26rpx;
  166. display: flex;
  167. justify-content: center;
  168. align-items: center;
  169. flex-direction: column;
  170. }
  171. .groupCenter .groupCenterCon .order .orderTab .order_status .num {
  172. width: 34rpx;
  173. height: 34rpx;
  174. background: #fff;
  175. font-size: 22rpx;
  176. color: #fff;
  177. background: #ff6557;
  178. border-radius: 50%;
  179. position: absolute;
  180. right: 0;
  181. top: -14rpx;
  182. display: flex;
  183. justify-content: center;
  184. align-items: center;
  185. z-index: 1;
  186. }
  187. .groupCenter .groupCenterCon .order .orderTab .order_status .distributionIcon {
  188. width: 60rpx;
  189. height: 50rpx;
  190. margin-bottom: 16rpx;
  191. }
  192. .groupCenter .groupCenterCon .order .orderTab .order_status .receiveIcon {
  193. margin-bottom: 16rpx;
  194. width: 54rpx;
  195. height: 50rpx;
  196. }
  197. .groupCenter .groupCenterCon .order .orderTab .order_status .completeIcon {
  198. margin-bottom: 16rpx;
  199. width: 50rpx;
  200. height: 50rpx;
  201. }
  202. .groupCenter .groupCenterCon .order .orderTab .order_status .needPickIcon {
  203. margin-bottom: 16rpx;
  204. margin-left: 10rpx;
  205. width: 58rpx;
  206. height: 54rpx;
  207. }