index.less 3.1 KB

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