make-money.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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: 20rpx;
  67. height: 40rpx;
  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. }
  82. .invitation-btn {
  83. position: absolute;
  84. left: 50%;
  85. top: 65%;
  86. transform: translate(-50%);
  87. width: 434rpx;
  88. height: 80rpx;
  89. }
  90. .invitation-btn image{
  91. position: absolute;
  92. left: 0;
  93. top: 0;
  94. width: 100%;
  95. height: 100%;
  96. }
  97. .invitation-btn text{
  98. position: absolute;
  99. width: 100%;
  100. height: 100%;
  101. display: inline-block;
  102. text-align: center;
  103. line-height: 80rpx;
  104. z-index: 2;
  105. color: #fff;
  106. }