activity.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. /* share/pages/activity/activity.wxss */
  2. .page {
  3. width: 100%;
  4. height: 100vh;
  5. position: relative;
  6. overflow: auto;
  7. background-color: #fff;
  8. box-sizing: border-box;
  9. }
  10. .a-turntable {
  11. width: 100%;
  12. overflow: hidden;
  13. position: relative;
  14. background: #f40039;
  15. }
  16. .d-bg-turntable {
  17. position: absolute;
  18. width: 100%;
  19. height: 100%;
  20. z-index: 0;
  21. }
  22. .a-turntable-title {
  23. position: relative;
  24. z-index: 1;
  25. left: 50%;
  26. transform: translateX(-50%);
  27. margin-top: 20rpx;
  28. }
  29. .a-van-notice-bar {
  30. position: relative;
  31. z-index: 1;
  32. width: 70% !important;
  33. left: 50%;
  34. transform: translateX(-50%);
  35. }
  36. .a-lucky-wheel {
  37. display: flex;
  38. flex-direction: column;
  39. align-items: center;
  40. margin-top: 20rpx;
  41. position: relative;
  42. }
  43. .a-lucky-bottom {
  44. position: absolute;
  45. z-index: 9;
  46. bottom: -200rpx;
  47. width: 550rpx;
  48. }
  49. .flex-sub {
  50. flex: 1;
  51. }
  52. button {
  53. border-radius: 0rpx !important;
  54. }
  55. .color384855 {
  56. color: #384855;
  57. }
  58. .color249DFA {
  59. color: #249DFA;
  60. }
  61. .colorfff {
  62. color: #fff;
  63. }
  64. .bg249DFA {
  65. background-color: #249DFA;
  66. }
  67. .flex {
  68. display: flex;
  69. }
  70. .align-center {
  71. align-items: center;
  72. }
  73. .justify-center {
  74. justify-content: center;
  75. }
  76. .flex-column {
  77. display: flex;
  78. flex-direction: column;
  79. position: relative;
  80. z-index: 9999;
  81. margin-top: 280rpx;
  82. width: 95%;
  83. left: 50%;
  84. transform: translateX(-50%);
  85. box-sizing: border-box;
  86. padding: 20rpx;
  87. font-size: 24rpx;
  88. color: #fff;
  89. background-color: #DC0025;
  90. border-radius: 4rpx;
  91. margin-bottom: 40rpx;
  92. }
  93. .mt10 {
  94. margin-top: 10rpx;
  95. }
  96. .absolute-bottom {
  97. position: absolute;
  98. bottom: 0px;
  99. z-index: 1;
  100. width: 100%;
  101. height: 600rpx;
  102. }
  103. .phone {
  104. width: 26rpx;
  105. height: 26rpx;
  106. margin-right: 20rpx;
  107. }
  108. .a-lucky-btn {
  109. position: absolute;
  110. width: 250rpx;
  111. bottom: -240rpx;
  112. z-index: 9;
  113. }
  114. .a-lucky-text {
  115. position: absolute;
  116. width: 200rpx;
  117. bottom: -190rpx;
  118. z-index: 9;
  119. text-align: center;
  120. font-weight: 700;
  121. color: #A10700;
  122. }
  123. .winning {
  124. position: fixed;
  125. width: 100%;
  126. height: 100vh;
  127. background-color: rgba(0, 0, 0, 0.4);
  128. z-index: 99999;
  129. top: 0px;
  130. left: 0px;
  131. display: flex;
  132. justify-content: center;
  133. align-items: center;
  134. }
  135. .winning-box {
  136. width: 80%;
  137. height: 750rpx;
  138. background-color: #fff;
  139. position: relative;
  140. z-index: 99999999;
  141. display: flex;
  142. flex-direction: column;
  143. align-items: center;
  144. box-sizing: border-box;
  145. padding-top: 40rpx;
  146. border-radius: 40rpx;
  147. }
  148. .luckyCommon {
  149. width: 200rpx;
  150. height: auto;
  151. margin: 40rpx 0px;
  152. position: relative;
  153. z-index: 99;
  154. }
  155. .noPrize {
  156. width: 400rpx;
  157. height: auto;
  158. margin: 40rpx 0px;
  159. position: absolute;
  160. z-index: 99;
  161. top: -40rpx;
  162. }
  163. .winning-title {
  164. min-width: 400rpx;
  165. font-size: 32rpx;
  166. color: #A00700;
  167. font-weight: 700;
  168. position: relative;
  169. z-index: 999999 !important;
  170. text-align: center;
  171. }
  172. .winning-tips {
  173. font-size: 24rpx;
  174. color: #333333;
  175. margin-top: 20rpx;
  176. position: absolute;
  177. top: 350rpx;
  178. z-index: 999;
  179. }
  180. .sanlucky {
  181. position: absolute;
  182. top: 0px;
  183. z-index: 0;
  184. height: 400rpx;
  185. }
  186. .winningbg {
  187. width: 100%;
  188. margin-top: 40rpx;
  189. height: 300rpx;
  190. position: absolute;
  191. bottom: 0px;
  192. }
  193. .again-btn {
  194. width: 400rpx;
  195. height: 98rpx;
  196. position: absolute;
  197. bottom: 80rpx;
  198. z-index: 999999 !important;
  199. background-color: #F7C243;
  200. border-radius: 44px;
  201. text-align: center;
  202. line-height: 98rpx;
  203. font-size: 36rpx;
  204. color: #A10700;
  205. font-weight: 700;
  206. }
  207. .textshow {
  208. width: 100%;
  209. white-space: normal;
  210. width: 80%;
  211. font-size: 28rpx;
  212. font-family: PingFang SC;
  213. font-weight: 400;
  214. color: #333333;
  215. line-height: 42rpx;
  216. text-align: center;
  217. margin-top: 20rpx;
  218. }
  219. .copy-box {
  220. width: 90%;
  221. height: 208rpx;
  222. background: #FAE0DA;
  223. box-shadow: 0px 3rpx 7rpx 0px rgba(250, 203, 201, 0.35);
  224. border-radius: 10rpx;
  225. padding: 20rpx;
  226. margin-top: 20rpx;
  227. }
  228. .copyText {
  229. width: 100%;
  230. height: 100rpx;
  231. overflow-y: scroll;
  232. white-space: normal;
  233. font-size: 24rpx;
  234. font-family: PingFang SC;
  235. font-weight: 400;
  236. color: #333333;
  237. line-height: 42rpx;
  238. }
  239. .copy-btn {
  240. width: 100%;
  241. display: flex;
  242. justify-content: space-around;
  243. margin-top: 20rpx;
  244. }
  245. .copy-btn1 {
  246. width: 160rpx;
  247. height: 50rpx;
  248. border: 1rpx solid #A00700;
  249. color: #A00700;
  250. font-size: 24rpx;
  251. text-align: center;
  252. line-height: 50rpx;
  253. position: relative;
  254. z-index: 9999;
  255. }
  256. .copy-btn2 {
  257. width: 160rpx;
  258. height: 50rpx;
  259. background: #DD0026;
  260. background-color: #A00700;
  261. color: #fff;
  262. font-size: 24rpx;
  263. text-align: center;
  264. line-height: 50rpx;
  265. }
  266. .tipsMsg {
  267. white-space: normal;
  268. font-size: 24rpx;
  269. font-family: PingFang SC;
  270. font-weight: 400;
  271. color: #333333;
  272. line-height: 42rpx;
  273. margin-top: 10rpx;
  274. }