test.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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. .swiper-item-button {
  11. background-color: #ff870e !important;
  12. }
  13. .uni-swiper-dot-active {
  14. background: #ff870e !important;
  15. }
  16. .topbar-color {
  17. color: #ffffff !important;
  18. }
  19. .topbar-rule {
  20. color: #FFFFFF;
  21. border-radius: 4px;
  22. background: #FF870D;
  23. }
  24. .page-top {
  25. height: 220px !important;
  26. background-image: url('static/backgroud/top_bg_sddx.png') !important;
  27. }
  28. ",
  29. "tabActiveColor": "#FF870D",
  30. "popupRuleConfig": {
  31. "height": "530px"
  32. },
  33. "popupRuleList": [{
  34. "type": 1,
  35. "data": {
  36. "title": "小飞龙定向赛",
  37. "img": "/static/common/egg.png",
  38. "content": "济南奥体中心“一场三馆”包括体育场、体育馆、网球馆和游泳馆,呈现出“东荷西柳”的总体布局。 体育场以济南的“市树”柳树为母题,将垂柳柔美飘逸的形态固化为建筑语言。"
  39. }
  40. },
  41. {
  42. "type": 2,
  43. "data": {
  44. "title": "规则",
  45. "img": "/static/common/guize.png"
  46. }
  47. },
  48. {
  49. "type": 2,
  50. "data": {
  51. "title": "奖励",
  52. "img": "/static/common/jiangli.png"
  53. }
  54. },
  55. "default2"
  56. ],
  57. "popupExchgConfig": {
  58. "height": "460px"
  59. },
  60. "popupExchgList": [
  61. {
  62. "type": 5,
  63. "data": {
  64. "title": "兑换地点1",
  65. "img": "/static/common/gtgwcs.png",
  66. "point": {
  67. "longitude": 117.022194,
  68. "latitude": 36.661612,
  69. "name": "冠同购物超市"
  70. }
  71. }
  72. },
  73. {
  74. "type": 5,
  75. "data": {
  76. "title": "兑换地点2",
  77. "img": "/static/common/wslgwcs2.png",
  78. "point": {
  79. "longitude": 117.022194,
  80. "latitude": 36.661612,
  81. "name": "万盛隆购物超市"
  82. }
  83. }
  84. }
  85. ],
  86. "popupMessageConfig": {
  87. "height": "500px"
  88. },
  89. "popupWarnConfig": {
  90. "height": "550px"
  91. },
  92. "popupHelpConfig": {
  93. "height": "539px"
  94. },
  95. "popupHelpList": [
  96. ]
  97. },
  98. "goodsList": {
  99. "css": "
  100. .topbar-rule {
  101. color: #000000;
  102. background: none;
  103. }
  104. "
  105. },
  106. "goodsDetail": {
  107. "css": "
  108. .topbar-rule {
  109. color: #000000;
  110. background: none;
  111. }
  112. "
  113. },
  114. "index": {
  115. "css": "
  116. .content-bg{
  117. background: url('static/cardbg/xfl5.png') !important;
  118. background-size: cover !important;
  119. }
  120. .logo{
  121. width: 40vw !important;
  122. height: 40vw !important;
  123. background: url('static/logo/xfl2.png') no-repeat center !important;
  124. background-size: contain !important;
  125. }
  126. .mod-text{
  127. color: #000000 !important;
  128. }
  129. .mod-button{
  130. color: #ffffff !important;
  131. background-color: #9d4f00 !important;
  132. }
  133. "
  134. },
  135. "signup": {
  136. "css": "
  137. .page-top {
  138. height: 200px !important;
  139. }
  140. ",
  141. "introduce": {
  142. "title": "介绍:",
  143. "content": " · 小飞龙定向赛再次来袭!这次有五个场地哟~<br> · 神秘“蛋叔”闪亮登场~<br> · 蛋叔放大招,百味豆换鸡蛋!<br> · 时不可待!冲鸭!<br><br> · 能不能把蛋叔整郁闷,就看你的啦~<br> · 还等啥?火速报名吧!"
  144. },
  145. "activityRules": {
  146. "title": "活动规则:",
  147. "content": "<li>随时参赛、不限完赛次数、起点任选、实时排名 <li>起点 -各途经点 -结束点完整打卡为一次有效完赛"
  148. }
  149. },
  150. "rankList": {
  151. "css": "
  152. .topbtm-name{
  153. background-color: #c77f34 !important;
  154. color: #ffffff !important;
  155. }
  156. .topbtm-egg{
  157. background-color: #c6690a !important;
  158. color: #ffffff !important;
  159. }
  160. .main-bar{
  161. background-color: #FFEDDB !important;
  162. color: #ff870d !important;
  163. }
  164. "
  165. },
  166. "rankOverview": {
  167. "css": "
  168. .page-top {
  169. height: 230px !important;
  170. }
  171. .mid {
  172. margin-top: -50px !important;
  173. }
  174. ",
  175. "pathList": {
  176. "row1": [{
  177. "type": 3,
  178. "pathImg": "/static/common/lingxiucheng.png",
  179. "path": {
  180. "ocaId": 1,
  181. "mcType": 3
  182. },
  183. "navImg": "/static/common/nav.png",
  184. "point": {
  185. "longitude": 117.022194,
  186. "latitude": 36.661612,
  187. "name": "领秀城起始点"
  188. }
  189. },
  190. {
  191. "type": 3,
  192. "pathImg": "/static/common/quanchenggongyuan.png",
  193. "path": {
  194. "ocaId": 1,
  195. "mcType": 3
  196. },
  197. "navImg": "/static/common/nav.png",
  198. "point": {
  199. "longitude": 117.022194,
  200. "latitude": 36.661612,
  201. "name": "泉城公园起始点"
  202. }
  203. }
  204. ],
  205. "row2": [{
  206. "type": 3,
  207. "pathImg": "/static/common/baihuagongyuan.png",
  208. "path": {
  209. "ocaId": 1,
  210. "mcType": 3
  211. },
  212. "navImg": "/static/common/nav.png",
  213. "point": {
  214. "longitude": 117.022194,
  215. "latitude": 36.661612,
  216. "name": "百花公园起始点"
  217. }
  218. },
  219. {
  220. "type": 3,
  221. "pathImg": "/static/common/aotizhongxin.png",
  222. "path": {
  223. "ocaId": 1,
  224. "mcType": 3
  225. },
  226. "navImg": "/static/common/nav.png",
  227. "point": {
  228. "longitude": 117.022194,
  229. "latitude": 36.661612,
  230. "name": "奥体中心起始点"
  231. }
  232. }
  233. ],
  234. "row3": [{
  235. "type": 3,
  236. "pathImg": "/static/common/muniushan.png",
  237. "path": {
  238. "ocaId": 1,
  239. "mcType": 3
  240. },
  241. "navImg": "/static/common/nav.png",
  242. "point": {
  243. "longitude": 117.022194,
  244. "latitude": 36.661612,
  245. "name": "牧牛山起始点"
  246. }
  247. }]
  248. },
  249. "pathListStyle" : {
  250. "showLine" : true,
  251. "style": "justify-content: flex-start;"
  252. }
  253. }
  254. }`;