| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- export const localCardConfig = `{
- "common": {
- "css": "
- .swiper-item-button {
- height: 50px !important;
- line-height: 50px !important;
- color: #A65600 !important;
- background: linear-gradient(117.53deg, #FFCD29 0%, #FFE694 42.36%, #FFC508 100%) !important;
- }
- .uni-swiper-dots-horizontal {
- bottom: 90px !important;
- }
- .topbar-rule {
- color: #FFFFFF;
- border-radius: 4px;
- background: #FF870D;
- }
- .tab-active {
- color: #FFFFFF !important;
- background: #f3b600 !important;
- }
- ",
- "popupRuleConfig": {
- "height": "550px"
- },
- "popupRuleList": [
- "default3",
- {
- "type": 10,
- "data": {
- "title": "视频教程",
- "video": {
- "src": "https://oss-mbh5.colormaprun.com/video/定向讲解.mp4",
- "poster": "static/common/jbbs2.png",
- "width": "100%",
- "height": "280px"
- },
- "content": "<br>定向赛怎么玩?点击上面的视频就知道啦~"
- }
- }
- ]
- },
- "index": {
- "css": "
- .content-bg{
- background: linear-gradient(180deg, rgb(255, 216, 77) 0%, rgb(255, 110, 0) 100%) !important;
- }
- .logo{
- width: 40vw !important;
- height: 40vw !important;
- background: url('static/logo/building2.png') no-repeat center !important;
- background-size: contain !important;
- }
- .mod-text{
- color: #FFFFFF !important;
- }
- .mod-button{
- color: #EF6223 !important;
- background-color: #FFFFFF !important;
- }
- "
- },
- "grid": {
- "css": "
- .cell-name-uncomplete {
- color: #CF6B00 !important;
- }
- .cell-name-complete {
- color: #ffffff !important;
- }
- ",
- "tabPageItems": ["赛事", "排行榜"],
- "introduce": {
- "title": "赛事九宫格:",
- "content": "选择其中一个格子,挑战成功即可解锁。九个格子全部解锁,获取一张奖励卡和对应奖品!"
- },
- "activityRules": {
- "title": "获取积分规则:",
- "content": "1. 每成功解锁一个新地图获得100积分<br>2. 挑战过程中每成功打点获得1个积分<br>3. 挑战过程中每成功答对一题获得1个积分"
- },
- "ad": {
- "title": "广告",
- "content": "广告内容 <a onClick=launchWxMini()>打开小程序</a>"
- },
- "wxMiniParam": {
- "username": "gh_bea09156da8d",
- "path": "pages/integralRedeem/index?mall_id=3892"
- }
- },
- "rankList": {
- "css": "
- ",
- "tabPageItems": ["赛事", "排行榜"],
- "rankParam": {
- "tabItemsMark": [],
- "dispArrStr": "totalSysPoint,totalDistance,rightAnswerPer,totalCp,fastSpeed",
- "tabItems": [
- "总积分",
- "总里程",
- "正确答题",
- "打点数",
- "单圈用时"
- ],
- "rankTypeList": [
- "totalScore",
- "totalDistance",
- "rightAnswerPer",
- "totalCp",
- "speed"
- ],
- "rankRsList": [
- "totalSysPointRs",
- "totalDistanceRs",
- "rightAnswerPerRs",
- "totalCpRs",
- "fastSpeedRs"
- ]
- }
- }
- }`;
|