activity.wxss 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .subname.data-v-2fb2792c {
  28. background-color: #00aa00;
  29. color: #fff;
  30. }
  31. .subavt.data-v-2fb2792c {
  32. background-color: #fff;
  33. border: 2rpx #0a0 solid;
  34. color: #00aa00;
  35. }
  36. .boxweixin.data-v-2fb2792c {
  37. width: 44rpx;
  38. height: 44rpx;
  39. border-radius: 50%;
  40. text-align: center;
  41. line-height: 34rpx;
  42. color: #0a0;
  43. }
  44. .boxnosel.data-v-2fb2792c {
  45. border: #757575 4rpx solid;
  46. }
  47. .boxsel.data-v-2fb2792c {
  48. border: #0a0 4rpx solid;
  49. }
  50. .button-container.data-v-2fb2792c {
  51. position: relative;
  52. width: 240rpx;
  53. }
  54. .hidden-input.data-v-2fb2792c {
  55. position: absolute;
  56. top: 0;
  57. left: 0;
  58. width: 100%;
  59. height: 100%;
  60. opacity: 0;
  61. z-index: 2;
  62. }
  63. .custom-button.data-v-2fb2792c {
  64. position: relative;
  65. z-index: 1;
  66. /* 其他样式 */
  67. width: 100%;
  68. margin: 0 auto;
  69. height: 80rpx;
  70. line-height: 60rpx;
  71. font-size: 28rpx;
  72. padding: 10rpx 20rpx;
  73. }
  74. .submitname.data-v-2fb2792c {
  75. width: 90%;
  76. margin: 0 auto;
  77. text-align: center;
  78. padding: 30rpx;
  79. margin-top: 40rpx;
  80. }
  81. .sub.data-v-2fb2792c {
  82. background-color: #f0f0f0;
  83. color: #0a0;
  84. }
  85. .subact.data-v-2fb2792c {
  86. background-color: #0a0;
  87. color: #fff;
  88. }
  89. .userlogo.data-v-2fb2792c {
  90. height: 760rpx;
  91. }
  92. .exsct.data-v-2fb2792c {
  93. height: 92rpx;
  94. width: 437rpx;
  95. background-color: transparent;
  96. border-radius: 69rpx;
  97. position: absolute;
  98. top: 27rpx;
  99. left: 28rpx;
  100. box-shadow: inset -57rpx 0px 40rpx -26rpx rgba(255, 255, 255, 0.7);
  101. will-change: left, opacity;
  102. -webkit-animation: leftFade-data-v-2fb2792c 2s linear infinite;
  103. animation: leftFade-data-v-2fb2792c 2s linear infinite;
  104. opacity: 0;
  105. }
  106. .color_FB2205.data-v-2fb2792c {
  107. color: #FB2205;
  108. }
  109. .activity_title2.data-v-2fb2792c,
  110. .activity_title3.data-v-2fb2792c,
  111. .activity_title4.data-v-2fb2792c {
  112. margin-top: 8vh;
  113. margin-bottom: 56rpx;
  114. font-family: PingFang SC, PingFang SC;
  115. font-weight: 600;
  116. font-size: 48rpx;
  117. line-height: 80rpx;
  118. -webkit-filter: drop-shadow(0px 4rpx 8rpx rgba(174, 0, 25, 0.8));
  119. filter: drop-shadow(0px 4rpx 8rpx rgba(174, 0, 25, 0.8));
  120. text-align: center;
  121. font-style: normal;
  122. text-transform: none;
  123. background: linear-gradient(270deg, #FFF5EE 0%, #FFE2B3 100%);
  124. -webkit-background-clip: text;
  125. background-clip: text;
  126. -webkit-text-fill-color: transparent;
  127. text-fill-color: transparent;
  128. display: inline-block;
  129. }
  130. .activity_title3.data-v-2fb2792c {
  131. font-size: 48rpx;
  132. line-height: 80rpx;
  133. margin-top: 6vh;
  134. margin-bottom: 8rpx;
  135. }
  136. .activity_title4.data-v-2fb2792c {
  137. font-size: 32rpx;
  138. line-height: 44rpx;
  139. margin-top: 0;
  140. margin-bottom: 48rpx;
  141. }
  142. .container_box.data-v-2fb2792c {
  143. min-height: 100vh;
  144. position: relative;
  145. background: linear-gradient(180deg, #FD2F3C 0%, #FFE7CE 100%);
  146. }
  147. .activity_yh_right.data-v-2fb2792c {
  148. width: 100rpx;
  149. position: absolute;
  150. top: 25%;
  151. right: 0;
  152. }
  153. .activity_yh_left.data-v-2fb2792c {
  154. width: 114rpx;
  155. position: absolute;
  156. top: 50%;
  157. left: 0;
  158. }
  159. .header-nav.data-v-2fb2792c {
  160. height: 88rpx;
  161. display: flex;
  162. align-items: center;
  163. justify-content: center;
  164. overflow: hidden;
  165. box-sizing: border-box;
  166. width: 100%;
  167. }
  168. .conbox.data-v-2fb2792c {
  169. position: relative;
  170. display: flex;
  171. flex-direction: column;
  172. align-items: center;
  173. justify-content: flex-start;
  174. z-index: 3;
  175. }
  176. .conbox .activity_title.data-v-2fb2792c {
  177. width: 632rpx;
  178. height: auto;
  179. margin-top: 28rpx;
  180. }
  181. .conbox .ybg_box.data-v-2fb2792c {
  182. width: 566rpx;
  183. height: 580rpx;
  184. position: relative;
  185. }
  186. .conbox .ybg_box .activity_ysx.data-v-2fb2792c,
  187. .conbox .ybg_box .activity_ylq.data-v-2fb2792c {
  188. position: absolute;
  189. left: 242rpx;
  190. top: 215rpx;
  191. width: 300rpx;
  192. height: auto;
  193. }
  194. .conbox .ybg_box .ybg.data-v-2fb2792c {
  195. width: 616rpx;
  196. height: 616rpx;
  197. background: #FFE7CE;
  198. border-radius: 0rpx 0rpx 0rpx 0rpx;
  199. -webkit-filter: blur(94.3000030518px);
  200. filter: blur(94.3000030518px);
  201. }
  202. .conbox .ybg_box image.data-v-2fb2792c {
  203. height: 580rpx;
  204. position: absolute;
  205. top: 0;
  206. left: 0;
  207. z-index: 99;
  208. }
  209. .conbox .activity_btn_down.data-v-2fb2792c {
  210. width: 416rpx;
  211. height: 88rpx;
  212. margin-top: 94rpx;
  213. background: rgba(0, 0, 0, 0.3);
  214. border-radius: 56rpx 56rpx 56rpx 56rpx;
  215. font-family: PingFang SC, PingFang SC;
  216. font-weight: 600;
  217. font-size: 28rpx;
  218. color: #FFFFFF;
  219. }
  220. .conbox .activity_btn_down image.data-v-2fb2792c {
  221. width: 32rpx;
  222. height: 32rpx;
  223. margin-left: 16rpx;
  224. }
  225. .conbox .activity_btn.data-v-2fb2792c {
  226. height: 137rpx;
  227. width: 502rpx;
  228. margin-top: 48rpx;
  229. font-family: PingFang SC;
  230. font-weight: 600;
  231. font-size: 44rpx;
  232. color: #FFFFFF;
  233. display: flex;
  234. align-items: center;
  235. justify-content: center;
  236. position: relative;
  237. z-index: 2;
  238. overflow: hidden;
  239. border-radius: 137rpx;
  240. }
  241. .conbox .activity_btn image.data-v-2fb2792c {
  242. height: 137rpx;
  243. position: absolute;
  244. left: 0;
  245. top: 12rpx;
  246. z-index: -1;
  247. }
  248. .popup-box.data-v-2fb2792c {
  249. width: 518rpx;
  250. min-height: 568rpx;
  251. background: linear-gradient(180deg, #FFE7AC 0%, #FFFFFF 100%);
  252. border-radius: 56rpx 56rpx 56rpx 56rpx;
  253. position: relative;
  254. display: flex;
  255. align-items: center;
  256. flex-direction: column;
  257. box-shadow: 0 0 30px -6px #ffe7ce;
  258. }
  259. .popup-box .activity_jb.data-v-2fb2792c {
  260. height: 184rpx;
  261. margin-top: -130rpx;
  262. position: relative;
  263. }
  264. .popup-box .popup-tit.data-v-2fb2792c {
  265. font-family: PingFang SC;
  266. font-weight: 600;
  267. font-size: 40rpx;
  268. color: #000000;
  269. line-height: 80rpx;
  270. }
  271. .popup-box .con.data-v-2fb2792c {
  272. margin-top: 16rpx;
  273. width: 438rpx;
  274. min-height: 170rpx;
  275. padding: 16rpx 0;
  276. background: #FFE8AE;
  277. border-radius: 16rpx 16rpx 16rpx 16rpx;
  278. font-family: PingFang SC;
  279. font-weight: 400;
  280. font-size: 28rpx;
  281. color: #333333;
  282. display: flex;
  283. flex-direction: column;
  284. align-items: center;
  285. justify-content: center;
  286. }
  287. .popup-box .numbox.data-v-2fb2792c {
  288. font-weight: 600;
  289. margin-bottom: 12rpx;
  290. }
  291. .popup-box .num.data-v-2fb2792c {
  292. font-size: 68rpx;
  293. margin-right: 10rpx;
  294. }
  295. .popup-box .popbtn.data-v-2fb2792c {
  296. width: 358rpx;
  297. height: 88rpx;
  298. background: linear-gradient(90deg, #F82D31 0%, #FD6C05 100%);
  299. box-shadow: 0rpx 8rpx 0rpx 0rpx #FEBC92;
  300. border-radius: 64rpx 64rpx 64rpx 64rpx;
  301. margin-top: 32rpx;
  302. font-family: PingFang SC, PingFang SC;
  303. font-weight: 600;
  304. font-size: 32rpx;
  305. color: #FFFFFF;
  306. }
  307. .popup-tips.data-v-2fb2792c {
  308. margin-top: 20rpx;
  309. font-family: PingFang SC;
  310. font-weight: 400;
  311. font-size: 24rpx;
  312. color: #666666;
  313. text-align: center;
  314. }
  315. .footer_img.data-v-2fb2792c {
  316. width: 100%;
  317. position: fixed;
  318. bottom: 0;
  319. left: 0;
  320. }
  321. .animation.data-v-2fb2792c {
  322. will-change: transform;
  323. -webkit-animation: scaleAnimation-data-v-2fb2792c 2s ease infinite;
  324. animation: scaleAnimation-data-v-2fb2792c 2s ease infinite;
  325. }
  326. @-webkit-keyframes leftFade-data-v-2fb2792c {
  327. 0% {
  328. left: -464rpx;
  329. opacity: 0;
  330. }
  331. 25% {
  332. opacity: 1;
  333. left: -249rpx;
  334. }
  335. 50% {
  336. opacity: 0;
  337. left: 16rpx;
  338. }
  339. 100% {
  340. opacity: 0;
  341. left: 490rpx;
  342. }
  343. }
  344. @keyframes leftFade-data-v-2fb2792c {
  345. 0% {
  346. left: -464rpx;
  347. opacity: 0;
  348. }
  349. 25% {
  350. opacity: 1;
  351. left: -249rpx;
  352. }
  353. 50% {
  354. opacity: 0;
  355. left: 16rpx;
  356. }
  357. 100% {
  358. opacity: 0;
  359. left: 490rpx;
  360. }
  361. }
  362. @-webkit-keyframes scaleAnimation-data-v-2fb2792c {
  363. 0% {
  364. -webkit-transform: scale(1);
  365. transform: scale(1);
  366. }
  367. 50% {
  368. -webkit-transform: scale(1.05);
  369. transform: scale(1.05);
  370. }
  371. 100% {
  372. -webkit-transform: scale(1);
  373. transform: scale(1);
  374. }
  375. }
  376. @keyframes scaleAnimation-data-v-2fb2792c {
  377. 0% {
  378. -webkit-transform: scale(1);
  379. transform: scale(1);
  380. }
  381. 50% {
  382. -webkit-transform: scale(1.05);
  383. transform: scale(1.05);
  384. }
  385. 100% {
  386. -webkit-transform: scale(1);
  387. transform: scale(1);
  388. }
  389. }