collage-details.wxss 3.0 KB

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