collage-details.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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. justify-content: center;
  39. padding: 40rpx 0;
  40. box-sizing: border-box;
  41. }
  42. .headImg-item {
  43. position: relative;
  44. width: 106rpx;
  45. height: 106rpx;
  46. border-radius: 50%;
  47. margin: 20rpx 22rpx;
  48. }
  49. .headImg-item image {
  50. width: 100%;
  51. height: 100%;
  52. border-radius: 50%;
  53. }
  54. .headImg-item .tuanzhangIcon {
  55. position: absolute;
  56. right: -40rpx;
  57. top: 20rpx;
  58. width: 80rpx;
  59. height: 30rpx;
  60. background: #61ca54;
  61. }
  62. .bg-boder {
  63. border: 2px solid #61CA54;
  64. }
  65. .shengyu {
  66. display: flex;
  67. flex-direction: column;
  68. color: #696969;
  69. }
  70. .shengyu-num {
  71. text-align: center;
  72. }
  73. .shengyu-num text {
  74. color: #FF4330;
  75. }
  76. .shengyu-time {
  77. display: flex;
  78. justify-content: center;
  79. align-items: center;
  80. margin-top: 8rpx;
  81. }
  82. .shengyu-time .time {
  83. position: relative;
  84. width: 32rpx;
  85. height: 36rpx;
  86. margin: 0 8rpx;
  87. }
  88. .shengyu-time .time image {
  89. width: 24rpx;
  90. height: 40rpx;
  91. }
  92. .shengyu-time .time text {
  93. position: absolute;
  94. left: 2rpx;
  95. top: 0;
  96. z-index: 2;
  97. color: #fff;
  98. font-size: 28rpx;
  99. width: 32rpx;
  100. height: 36rpx;
  101. line-height: 36rpx;
  102. background: #ff9209;
  103. text-align: center;
  104. border-radius: 4rpx;
  105. }
  106. .invitation-btn {
  107. position: absolute;
  108. left: 50%;
  109. top: 55%;
  110. transform: translate(-50%);
  111. width: 434rpx;
  112. height: 80rpx;
  113. }
  114. .invitation-btn image {
  115. position: absolute;
  116. left: 0;
  117. top: 0;
  118. width: 100%;
  119. height: 100%;
  120. }
  121. .invitation-btn text {
  122. position: absolute;
  123. width: 100%;
  124. height: 100%;
  125. display: inline-block;
  126. text-align: center;
  127. line-height: 80rpx;
  128. z-index: 2;
  129. color: #fff;
  130. }
  131. .rule {
  132. position: fixed;
  133. right: 0;
  134. top: 82%;
  135. width: 84rpx;
  136. height: 88rpx;
  137. z-index: 2;
  138. }
  139. .rule image {
  140. position: absolute;
  141. left: 0;
  142. top: 0;
  143. width: 100%;
  144. height: 100%;
  145. }
  146. .rule text {
  147. position: absolute;
  148. left: 30rpx;
  149. top: 10rpx;
  150. font-size: 24rpx;
  151. color: #fff;
  152. z-index: 2;
  153. }
  154. .explain {
  155. position: absolute;
  156. top: 65%;
  157. left: 0;
  158. color: #000;
  159. font-size: 32rpx;
  160. width: 100%;
  161. padding: 0 80rpx;
  162. box-sizing: border-box;
  163. text-align: center;
  164. font-size: 28rpx;
  165. line-height: 50rpx;
  166. }
  167. .explain text {
  168. display: block;
  169. font-size: 36rpx;
  170. }