| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- export const localCardConfig = `{
- "common": {
- "css": "
- .content {
- background: #5e00d6;
- }
- .page-top {
- background: #5e00d6 !important;
- }
- .topbar-color {
- color: #ffffff !important;
- }
- .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: #fe4f96;
- }
- .tab {
- border: 1px solid #ffffff;
- }
- .tab-active {
- color: #FFFFFF !important;
- background: #fe4f96 !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 {
- display: none;
- }
- .cell-name-complete {
- display: none;
- }
- ",
- "tabPageItems": ["赛事", "排行榜"],
- "gridTop" : "<img src='static/temp/1.png'/>",
- "gridBottom": "<img src='static/temp/2.png'/>
- <img src='static/temp/3.png'/>
- <img style='width:50%;' onClick=launchWxMini() src='static/temp/4.png'/>
- <img src='static/temp/5.png'/>
- <video src='https://oss-mbh5.colormaprun.com/video/定向讲解.mp4'
- poster='static/common/jbbs2.png' http-cache='true'
- class='uni-video-video'
- controls='true'
- ></video>
- <img src='static/temp/6.png'/>",
- "introduce": {
- },
- "activityRules": {
- },
- "ad": {
- },
- "wxMiniParam": {
- "username": "gh_bea09156da8d",
- "path": "pages/integralRedeem/index?mall_id=3892"
- }
- },
- "rankList": {
- "css": "
- .list {
- width: 85% !important;
- margin-top: 15px !important;
- padding: 10px !important;
- border-radius: 10px;
- }
- .list-item2 {
- margin-left: 10px;
- margin-right: 10px;
- }
- .item-detail {
- border-bottom: 0px !important;
- }
- ",
- "tabPageItems": ["赛事", "排行榜"],
- "rankParam": {
- "ranklistStyleType": 1,
- "tabItemsMark": [],
- "dispArrStr": "totalSysPoint,totalDistance,rightAnswerPer,totalCp,fastSpeed",
- "tabItems": [
- "总积分",
- "总里程",
- "正确答题",
- "打点数",
- "单圈用时"
- ],
- "rankTypeList": [
- "totalScore",
- "totalDistance",
- "rightAnswerPer",
- "totalCp",
- "speed"
- ],
- "rankRsList": [
- "totalSysPointRs",
- "totalDistanceRs",
- "rightAnswerPerRs",
- "totalCpRs",
- "fastSpeedRs"
- ]
- }
- }
- }`;
|