make-money.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* pages/groupPage/make-money/make-money.wxss */
  2. .details-head {
  3. width: 100%;
  4. height: 78%;
  5. margin-top: 12rpx;
  6. background: #fff;
  7. }
  8. .headImg {
  9. display: flex;
  10. flex-wrap: wrap;
  11. justify-content: center;
  12. padding: 40rpx 0;
  13. box-sizing: border-box;
  14. margin-top: 180rpx;
  15. }
  16. .headImg-item-faqiren {
  17. position: absolute;
  18. left: 300rpx;
  19. top: 30rpx;
  20. width: 106rpx;
  21. height: 106rpx;
  22. border-radius: 50%;
  23. margin: 20rpx 22rpx;
  24. border: 2px solid #61CA54;
  25. }
  26. .headImg-item {
  27. position: relative;
  28. width: 106rpx;
  29. height: 106rpx;
  30. border-radius: 50%;
  31. margin: 20rpx 22rpx;
  32. }
  33. .headImg-item-faqiren image,
  34. .headImg-item image {
  35. width: 100%;
  36. height: 100%;
  37. border-radius: 50%;
  38. }
  39. .headImg-item-faqiren .faqiren {
  40. position: absolute;
  41. right: -15rpx;
  42. bottom: -40rpx;
  43. width: 144rpx;
  44. height: 48rpx;
  45. border-radius: 0;
  46. }
  47. .shengyu {
  48. display: flex;
  49. flex-direction: column;
  50. color: #696969;
  51. }
  52. .shengyu-num {
  53. text-align: center;
  54. }
  55. .shengyu-num text {
  56. color: #FF4330;
  57. }
  58. .shengyu-time {
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. margin-top: 8rpx;
  63. }
  64. .shengyu-time .time {
  65. position: relative;
  66. width: 32rpx;
  67. height: 36rpx;
  68. margin: 0 8rpx;
  69. }
  70. .shengyu-time .time image {
  71. width: 24rpx;
  72. height: 40rpx;
  73. }
  74. .shengyu-time .time text {
  75. position: absolute;
  76. left: 2rpx;
  77. top: 0;
  78. z-index: 2;
  79. color: #fff;
  80. font-size: 28rpx;
  81. width: 32rpx;
  82. height: 36rpx;
  83. line-height: 36rpx;
  84. background: #ff9209;
  85. text-align: center;
  86. border-radius: 4rpx;
  87. }
  88. .invitation-btn {
  89. position: absolute;
  90. left: 50%;
  91. top: 65%;
  92. transform: translate(-50%);
  93. width: 434rpx;
  94. height: 80rpx;
  95. }
  96. .invitation-btn image {
  97. position: absolute;
  98. left: 0;
  99. top: 0;
  100. width: 100%;
  101. height: 100%;
  102. }
  103. .invitation-btn text {
  104. position: absolute;
  105. width: 100%;
  106. height: 100%;
  107. display: inline-block;
  108. text-align: center;
  109. line-height: 80rpx;
  110. z-index: 2;
  111. color: #fff;
  112. }