collage-details.wxss 2.5 KB

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