index.less 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. .activityDet {
  2. width: 100vw;
  3. min-height: 100vh;
  4. background-color: #f2f6fc;
  5. .header {
  6. position: relative;
  7. width: 100%;
  8. height: 600rpx;
  9. overflow: hidden;
  10. .templateImg {
  11. position: relative;
  12. width: 100%;
  13. height: 100%;
  14. z-index: 2;
  15. }
  16. .toBox {
  17. position: absolute;
  18. display: flex;
  19. align-items: center;
  20. z-index: 3;
  21. .text {
  22. min-width: 80rpx;
  23. color: white;
  24. padding: 0rpx 4rpx;
  25. z-index: 0rpx;
  26. border: 2rpx solid white;
  27. }
  28. image {
  29. width: 22rpx;
  30. height: 24rpx;
  31. z-index: 1;
  32. }
  33. .editBtn {
  34. text-align: center;
  35. background-color: white;
  36. border-radius: 50%;
  37. margin-left: 6rpx;
  38. padding: 2rpx 12rpx;
  39. }
  40. }
  41. .avatar {
  42. position: absolute;
  43. display: flex;
  44. flex-direction: column;
  45. align-items: center;
  46. justify-content: flex-end;
  47. z-index: 3;
  48. }
  49. .avatarImg {
  50. position: absolute;
  51. display: block;
  52. }
  53. .progressBox {
  54. position: absolute;
  55. bottom: 0px;
  56. left: 0px;
  57. padding: 20rpx 40rpx;
  58. box-sizing: border-box;
  59. width: 100%;
  60. background-color: rgba(0, 0, 0, 0.5);
  61. z-index: 2;
  62. display: flex;
  63. align-items: center;
  64. color: white;
  65. font-size: 24rpx;
  66. .progress {
  67. flex: 1;
  68. margin: 0px 30rpx;
  69. border-radius: 25rpx;
  70. overflow: hidden;
  71. }
  72. }
  73. }
  74. .btnsBox {
  75. margin-top: 40rpx;
  76. position: relative;
  77. text-align: center;
  78. font-size: 0rpx;
  79. .recordingBox {
  80. position: relative;
  81. display: inline-block;
  82. margin: 0 auto;
  83. .readingNow {
  84. position: absolute;
  85. left: 66rpx;
  86. top: 26rpx;
  87. width: 40rpx;
  88. height: 30rpx;
  89. }
  90. }
  91. .send {
  92. width: 313rpx;
  93. height: 88rpx;
  94. }
  95. .countDown {
  96. position: absolute;
  97. right: 20rpx;
  98. top: 0px;
  99. bottom: 0px;
  100. margin: auto;
  101. display: flex;
  102. align-items: center;
  103. color: #FD3545;
  104. font-size: 22rpx;
  105. font-weight: bold;
  106. .countBox {
  107. width: 12rpx;
  108. padding:6rpx 10rpx;
  109. border-radius: 10rpx;
  110. margin: 0rpx 4rpx;
  111. color: white;
  112. background-image: linear-gradient(180deg, #FF7079 0%, #FE3D44 100%);
  113. }
  114. }
  115. }
  116. .music {
  117. display: flex;
  118. align-items: center;
  119. justify-content: space-between;
  120. margin-top: 40rpx;
  121. padding: 0rpx 20rpx;
  122. font-size: 0rpx;
  123. box-sizing: border-box;
  124. .playAuido {
  125. width: 214rpx;
  126. height: 87rpx;
  127. }
  128. .share {
  129. width: 500rpx;
  130. height: 87rpx;
  131. line-height: 87rpx;
  132. color: white;
  133. font-size: 30rpx;
  134. background: url('http://reader-wx.ai160.com/images/reader/card/share.png')no-repeat;
  135. background-size: 100% 100%;
  136. }
  137. }
  138. .blessing {
  139. margin-top: 30rpx;
  140. font-size: 32rpx;
  141. .content {
  142. height: 66rpx;
  143. width: 600rpx;
  144. text-align: center;
  145. margin: 0rpx auto;
  146. }
  147. .content:first-child {
  148. font-size: 28rpx;
  149. opacity: .7;
  150. }
  151. }
  152. .mask {
  153. position: fixed;
  154. left: 0px;
  155. top: 0px;
  156. width: 100vw;
  157. height: 100vh;
  158. background-color: rgba(0, 0, 0, 0.2);
  159. z-index: 999;
  160. .maskBox {
  161. position: fixed;
  162. top: 0rpx;
  163. right: 0rpx;
  164. bottom: 0rpx;
  165. left: 0rpx;
  166. margin: auto;
  167. padding: 71rpx 30rpx 30rpx;
  168. box-sizing: border-box;
  169. width: 290rpx;
  170. height: 290rpx;
  171. border-radius: 30rpx;
  172. color: white;
  173. background-color: rgba(0, 0, 0, 0.8);
  174. text-align: center;
  175. font-size: 30rpx;
  176. z-index: 10;
  177. .img {
  178. width: 110rpx;
  179. height: 110rpx;
  180. margin-bottom: 20rpx;
  181. animation: identifier 2.6s infinite linear;
  182. }
  183. }
  184. }
  185. }