collage-details.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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: 20rpx;
  85. height: 40rpx;
  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. }
  100. .invitation-btn {
  101. position: absolute;
  102. left: 50%;
  103. top: 55%;
  104. transform: translate(-50%);
  105. width: 434rpx;
  106. height: 80rpx;
  107. }
  108. .invitation-btn image{
  109. position: absolute;
  110. left: 0;
  111. top: 0;
  112. width: 100%;
  113. height: 100%;
  114. }
  115. .invitation-btn text{
  116. position: absolute;
  117. width: 100%;
  118. height: 100%;
  119. display: inline-block;
  120. text-align: center;
  121. line-height: 80rpx;
  122. z-index: 2;
  123. color: #fff;
  124. }
  125. .rule {
  126. position: fixed;
  127. right: 0;
  128. top: 82%;
  129. width: 84rpx;
  130. height: 88rpx;
  131. z-index:2;
  132. }
  133. .rule image {
  134. position: absolute;
  135. left: 0;
  136. top: 0;
  137. width: 100%;
  138. height: 100%;
  139. }
  140. .rule text {
  141. position: absolute;
  142. left: 30rpx;
  143. top: 10rpx;
  144. font-size: 24rpx;
  145. color: #fff;
  146. z-index: 2;
  147. }
  148. .explain {
  149. position: absolute;
  150. top: 65%;
  151. left: 0;
  152. color: #000;
  153. font-size: 32rpx;
  154. width: 100%;
  155. padding: 0 80rpx;
  156. box-sizing: border-box;
  157. text-align: center;
  158. font-size: 28rpx;
  159. line-height: 50rpx;
  160. }
  161. .explain text {
  162. display: block;
  163. font-size: 36rpx;
  164. }