test.js 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. export const localCardConfig = `{
  2. "common": {
  3. "css": "
  4. .swiper-item-button {
  5. height: 50px !important;
  6. line-height: 50px !important;
  7. color: #A65600 !important;
  8. background: linear-gradient(117.53deg, #FFCD29 0%, #FFE694 42.36%, #FFC508 100%) !important;
  9. }
  10. "
  11. },
  12. "index": {
  13. "css": "
  14. .content-bg{
  15. background: linear-gradient(180deg, rgb(255, 216, 77) 0%, rgb(255, 110, 0) 100%) !important;
  16. }
  17. .logo{
  18. width: 40vw !important;
  19. height: 40vw !important;
  20. background: url('static/logo/building2.png') no-repeat center !important;
  21. background-size: contain !important;
  22. }
  23. .mod-text{
  24. color: #FFFFFF !important;
  25. }
  26. .mod-button{
  27. color: #EF6223 !important;
  28. background-color: #FFFFFF !important;
  29. }
  30. "
  31. },
  32. "grid": {
  33. "css": "
  34. .cell-name-uncomplete {
  35. color: #CF6B00 !important;
  36. }
  37. .cell-name-complete {
  38. color: #ffffff !important;
  39. }
  40. ",
  41. "introduce": {
  42. "title": "赛事九宫格:",
  43. "content": "选择其中一个格子,挑战成功即可解锁。九个格子全部解锁,获取一张奖励卡和对应奖品!"
  44. },
  45. "activityRules": {
  46. "title": "获取积分规则:",
  47. "content": "1. 每成功解锁一个新地图获得100积分<br>2. 挑战过程中每成功打点获得1个积分<br>3. 挑战过程中每成功答对一题获得1个积分"
  48. }
  49. }
  50. }`;