collage-details.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /* pages/groupPage/collage-details/collage-details.wxss */
  2. .collage-details {
  3. height: 100%;
  4. width: 100%;
  5. background:rgba(240,241,245,1);
  6. overflow: hidden;
  7. }
  8. .step {
  9. width: 100%;
  10. height: 250rpx;
  11. background: #fff;
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: center;
  15. }
  16. .step image {
  17. height: 60rpx;
  18. width: 70%;
  19. margin: 0 auto;
  20. }
  21. .txt {
  22. display: flex;
  23. justify-content: space-around;
  24. color: #535353;
  25. font-size: 32rpx;
  26. padding: 0 46rpx;
  27. margin-top: 20rpx;
  28. }
  29. .details-head {
  30. width: 100%;
  31. height: 82%;
  32. margin-top: 12rpx;
  33. background: #fff;
  34. }
  35. .headImg {
  36. display: flex;
  37. flex-wrap: wrap;
  38. padding: 40rpx 0;
  39. box-sizing: border-box;
  40. }
  41. .headImg-item {
  42. width: 106rpx;
  43. height: 106rpx;
  44. border-radius: 50%;
  45. margin: 20rpx 22rpx;
  46. }
  47. .headImg-item image {
  48. width: 100%;
  49. height: 100%;
  50. border-radius: 50%;
  51. }
  52. .shengyu {
  53. display: flex;
  54. flex-direction: column;
  55. color: #696969;
  56. }
  57. .shengyu-num {
  58. text-align:center;
  59. }
  60. .shengyu-num text {
  61. color: #FF4330;
  62. }
  63. .shengyu-time {
  64. display: flex;
  65. justify-content: center;
  66. align-items: center;
  67. margin-top: 8rpx;
  68. }
  69. .shengyu-time .time {
  70. position: relative;
  71. width: 20rpx;
  72. height: 40rpx;
  73. margin: 0 8rpx;
  74. }
  75. .shengyu-time .time image {
  76. width: 24rpx;
  77. height: 40rpx;
  78. }
  79. .shengyu-time .time text{
  80. position: absolute;
  81. left: 2rpx;
  82. top: 0;
  83. z-index: 2;
  84. color: #fff;
  85. font-size: 28rpx;
  86. }
  87. .invitation-btn {
  88. position: absolute;
  89. left: 50%;
  90. top: 65%;
  91. transform: translate(-50%);
  92. width: 434rpx;
  93. height: 80rpx;
  94. }
  95. .invitation-btn image{
  96. position: absolute;
  97. left: 0;
  98. top: 0;
  99. width: 100%;
  100. height: 100%;
  101. }
  102. .invitation-btn text{
  103. position: absolute;
  104. width: 100%;
  105. height: 100%;
  106. display: inline-block;
  107. text-align: center;
  108. line-height: 80rpx;
  109. z-index: 2;
  110. color: #fff;
  111. }
  112. .rule {
  113. position: fixed;
  114. right: 0;
  115. top: 82%;
  116. width: 84rpx;
  117. height: 88rpx;
  118. z-index:2;
  119. }
  120. .rule image {
  121. position: absolute;
  122. left: 0;
  123. top: 0;
  124. width: 100%;
  125. height: 100%;
  126. }
  127. .rule text {
  128. position: absolute;
  129. left: 30rpx;
  130. top: 10rpx;
  131. font-size: 24rpx;
  132. color: #fff;
  133. z-index: 2;
  134. }
  135. .explain {
  136. position: absolute;
  137. top: 73%;
  138. left: 11%;
  139. background: #61CA54;
  140. padding: 20rpx;
  141. color: #000;
  142. font-size: 32rpx;
  143. width: 668rpx;
  144. box-sizing: border-box;
  145. }
  146. .explain text {
  147. display: block;
  148. font-size: 36rpx;
  149. }