index.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. position: relative;
  57. text-align: center;
  58. background-color: skyblue;
  59. font-size: 0rpx;
  60. .send {
  61. width: 290rpx;
  62. height: 80rpx;
  63. }
  64. .countDown {
  65. position: absolute;
  66. right: 30rpx;
  67. top: 0px;
  68. bottom: 0px;
  69. margin: auto;
  70. display: flex;
  71. align-items: center;
  72. color: #FD3545;
  73. font-size: 22rpx;
  74. font-weight: bold;
  75. .countBox {
  76. padding: 10rpx;
  77. border-radius: 10rpx;
  78. margin: 0rpx 4rpx;
  79. color: white;
  80. background-image: linear-gradient(180deg, #FF7079 0%, #FE3D44 100%);
  81. }
  82. }
  83. }
  84. .music {
  85. display: flex;
  86. align-items: center;
  87. justify-content: space-between;
  88. padding: 0rpx 20rpx;
  89. font-size: 0rpx;
  90. box-sizing: border-box;
  91. .playAuido {
  92. width: 200rpx;
  93. height: 74rpx;
  94. }
  95. .share {
  96. width: 480rpx;
  97. height: 74rpx;
  98. line-height: 74rpx;
  99. color: white;
  100. font-size: 30rpx;
  101. background: url('http://reader-wx.ai160.com/images/reader/card/share.png')no-repeat;
  102. background-size: 100% 100%;
  103. }
  104. }
  105. .blessing {
  106. margin-top: 100rpx;
  107. .title {
  108. margin: 0 auto;
  109. width: 500rpx;
  110. text-align: left;
  111. }
  112. .content {
  113. margin: 25rpx auto 0rpx;
  114. width: 500rpx;
  115. text-indent: 3em;
  116. }
  117. }
  118. .maskBox {
  119. position: fixed;
  120. top: 0rpx;
  121. right: 0rpx;
  122. bottom: 0rpx;
  123. left: 0rpx;
  124. margin: auto;
  125. padding: 71rpx 30rpx 30rpx;
  126. box-sizing: border-box;
  127. width: 290rpx;
  128. height: 290rpx;
  129. border-radius: 30rpx;
  130. color: white;
  131. background-color: rgba(0, 0, 0, 0.8);
  132. text-align: center;
  133. font-size: 30rpx;
  134. .speedProgress {
  135. margin: 20rpx 0rpx 60rpx;
  136. border-radius: 50rpx;
  137. overflow: hidden;
  138. }
  139. }
  140. }