| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- 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;
- }
- ",
- "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;
- }
- ",
- "introduce": {
- "title": "赛事九宫格:",
- "content": "选择其中一个格子,挑战成功即可解锁。九个格子全部解锁,获取一张奖励卡和对应奖品!"
- },
- "activityRules": {
- "title": "获取积分规则:",
- "content": "1. 每成功解锁一个新地图获得100积分<br>2. 挑战过程中每成功打点获得1个积分<br>3. 挑战过程中每成功答对一题获得1个积分"
- }
- }
- }`;
|