make-money.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. padding: 40rpx 0;
  12. box-sizing: border-box;
  13. }
  14. .headImg-item {
  15. position: relative;
  16. width: 106rpx;
  17. height: 106rpx;
  18. border-radius: 50%;
  19. margin: 20rpx 22rpx;
  20. position: relative;
  21. }
  22. .headImg-item image {
  23. width: 100%;
  24. height: 100%;
  25. border-radius: 50%;
  26. }
  27. .headImg-item .tuanzhangIcon {
  28. position: absolute;
  29. right: -20rpx;
  30. top: -10rpx;
  31. width: 80rpx;
  32. height: 30rpx;
  33. }
  34. .bg-boder {
  35. border: 2px solid #000;
  36. }
  37. .shengyu {
  38. display: flex;
  39. flex-direction: column;
  40. color: #696969;
  41. }
  42. .shengyu-num {
  43. text-align:center;
  44. }
  45. .shengyu-num text {
  46. color: #FF4330;
  47. }
  48. .shengyu-time {
  49. display: flex;
  50. justify-content: center;
  51. align-items: center;
  52. margin-top: 8rpx;
  53. }
  54. .shengyu-time .time {
  55. position: relative;
  56. width: 20rpx;
  57. height: 40rpx;
  58. margin: 0 8rpx;
  59. }
  60. .shengyu-time .time image {
  61. width: 24rpx;
  62. height: 40rpx;
  63. }
  64. .shengyu-time .time text{
  65. position: absolute;
  66. left: 2rpx;
  67. top: 0;
  68. z-index: 2;
  69. color: #fff;
  70. font-size: 28rpx;
  71. }
  72. .invitation-btn {
  73. position: absolute;
  74. left: 50%;
  75. top: 65%;
  76. transform: translate(-50%);
  77. width: 434rpx;
  78. height: 80rpx;
  79. }
  80. .invitation-btn image{
  81. position: absolute;
  82. left: 0;
  83. top: 0;
  84. width: 100%;
  85. height: 100%;
  86. }
  87. .invitation-btn text{
  88. position: absolute;
  89. width: 100%;
  90. height: 100%;
  91. display: inline-block;
  92. text-align: center;
  93. line-height: 80rpx;
  94. z-index: 2;
  95. color: #fff;
  96. }