test.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. .uni-swiper-dots-horizontal {
  11. bottom: 90px !important;
  12. }
  13. .topbar-rule {
  14. color: #FFFFFF;
  15. border-radius: 4px;
  16. background: #FF870D;
  17. }
  18. ",
  19. "popupRuleConfig": {
  20. "height": "550px"
  21. },
  22. "popupRuleList": [
  23. "default3",
  24. {
  25. "type": 10,
  26. "data": {
  27. "title": "视频教程",
  28. "video": {
  29. "src": "https://oss-mbh5.colormaprun.com/video/定向讲解.mp4",
  30. "poster": "static/common/jbbs2.png",
  31. "width": "100%",
  32. "height": "280px"
  33. },
  34. "content": "<br>定向赛怎么玩?点击上面的视频就知道啦~"
  35. }
  36. }
  37. ]
  38. },
  39. "index": {
  40. "css": "
  41. .content-bg{
  42. background: linear-gradient(180deg, rgb(255, 216, 77) 0%, rgb(255, 110, 0) 100%) !important;
  43. }
  44. .logo{
  45. width: 40vw !important;
  46. height: 40vw !important;
  47. background: url('static/logo/building2.png') no-repeat center !important;
  48. background-size: contain !important;
  49. }
  50. .mod-text{
  51. color: #FFFFFF !important;
  52. }
  53. .mod-button{
  54. color: #EF6223 !important;
  55. background-color: #FFFFFF !important;
  56. }
  57. "
  58. },
  59. "grid": {
  60. "css": "
  61. .cell-name-uncomplete {
  62. color: #CF6B00 !important;
  63. }
  64. .cell-name-complete {
  65. color: #ffffff !important;
  66. }
  67. ",
  68. "introduce": {
  69. "title": "赛事九宫格:",
  70. "content": "选择其中一个格子,挑战成功即可解锁。九个格子全部解锁,获取一张奖励卡和对应奖品!"
  71. },
  72. "activityRules": {
  73. "title": "获取积分规则:",
  74. "content": "1. 每成功解锁一个新地图获得100积分<br>2. 挑战过程中每成功打点获得1个积分<br>3. 挑战过程中每成功答对一题获得1个积分"
  75. }
  76. }
  77. }`;