pattern1.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. export const localCardConfig = `{
  2. "common": {
  3. "css": "
  4. .color-main {
  5. color: #ff870e !important;
  6. }
  7. .bgcolor-main {
  8. background-color: #ff870e !important;
  9. }
  10. .tab-active{
  11. background-color: #ff870e !important;
  12. }
  13. .swiper-item-button {
  14. background-color: #ff870e !important;
  15. }
  16. .uni-swiper-dot-active {
  17. background: #ff870e !important;
  18. }
  19. .topbar-color {
  20. color: #000000 !important;
  21. }
  22. .topbar-rule {
  23. color: #FFFFFF;
  24. border-radius: 4px;
  25. background: #FF870D;
  26. }
  27. .page-top {
  28. height: 150px !important;
  29. background-image: url('https://oss-mbh5.colormaprun.com/static/banner/banner1.png') !important;
  30. }
  31. ",
  32. "tabActiveColor": "#FF870D",
  33. "popupRuleConfig": {
  34. "height": "550px"
  35. },
  36. "popupRuleList": [
  37. "default3",
  38. {
  39. "type": 10,
  40. "data": {
  41. "title": "视频教程",
  42. "video": {
  43. "src": "https://oss-mbh5.colormaprun.com/video/定向讲解.mp4",
  44. "poster": "static/common/jbbs2.png",
  45. "width": "100%",
  46. "height": "280px"
  47. },
  48. "content": "<br>定向赛怎么玩?点击上面的视频就知道啦~"
  49. }
  50. }
  51. ],
  52. "popupExchgConfig": {
  53. "height": "460px"
  54. },
  55. "popupExchgList": [
  56. ],
  57. "popupMessageConfig": {
  58. "height": "500px"
  59. },
  60. "popupWarnConfig": {
  61. "height": "550px"
  62. },
  63. "popupHelpConfig": {
  64. "height": "539px"
  65. },
  66. "popupHelpList": [
  67. ]
  68. },
  69. "index": {
  70. "css": ""
  71. },
  72. "signup": {
  73. "css": ""
  74. },
  75. "rankList": {
  76. "css": "
  77. .topbtm-name{
  78. display: none;
  79. }
  80. .topbtm-egg{
  81. display: none;
  82. }
  83. .main-bar{
  84. background-color: #FFEDDB !important;
  85. color: #ff870d !important;
  86. }
  87. ",
  88. "rankParam": {
  89. "tabItemsMark": [],
  90. "dispArrStr": "totalSysPoint,totalDistance,rightAnswerPer,totalCp,fastSpeed",
  91. "tabItems": [
  92. "总积分",
  93. "总里程",
  94. "正确答题",
  95. "打点数",
  96. "单圈用时"
  97. ],
  98. "rankTypeList": [
  99. "totalScore",
  100. "totalDistance",
  101. "rightAnswerPer",
  102. "totalCp",
  103. "speed"
  104. ],
  105. "rankRsList": [
  106. "totalSysPointRs",
  107. "totalDistanceRs",
  108. "rightAnswerPerRs",
  109. "totalCpRs",
  110. "fastSpeedRs"
  111. ]
  112. }
  113. },
  114. "rankOverview": {
  115. "css": "
  116. .page-top {
  117. }
  118. .mid {
  119. margin-top: -50px !important;
  120. }
  121. ",
  122. "pathListStyle" : {
  123. "showLine" : true,
  124. "style": "justify-content: center;"
  125. }
  126. }
  127. }`;