make-money.wxss 1.4 KB

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