| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- 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;
- }
- "
- },
- "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个积分"
- }
- }
- }`;
|