| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- export const localCardConfig = `{
- "common": {
- "css": "
- .color-main {
- color: #ff870e !important;
- }
- .bgcolor-main {
- background-color: #ff870e !important;
- }
- .tab-active{
- background-color: #ff870e !important;
- }
- .swiper-item-button {
- background-color: #ff870e !important;
- }
- .uni-swiper-dot-active {
- background: #ff870e !important;
- }
- .topbar-color {
- color: #000000 !important;
- }
- .topbar-rule {
- color: #FFFFFF;
- border-radius: 4px;
- background: #FF870D;
- }
- .page-top {
- height: 150px !important;
- background-image: url('https://oss-mbh5.colormaprun.com/static/banner/banner1.png') !important;
- }
- ",
- "tabActiveColor": "#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>定向赛怎么玩?点击上面的视频就知道啦~"
- }
- }
- ],
- "popupExchgConfig": {
- "height": "460px"
- },
- "popupExchgList": [
- ],
- "popupMessageConfig": {
- "height": "500px"
- },
- "popupWarnConfig": {
- "height": "550px"
- },
- "popupHelpConfig": {
- "height": "539px"
- },
- "popupHelpList": [
- ]
- },
- "index": {
- "css": ""
- },
- "signup": {
- "css": ""
- },
- "rankList": {
- "css": "
- .topbtm-name{
- display: none;
- }
- .topbtm-egg{
- display: none;
- }
- .main-bar{
- background-color: #FFEDDB !important;
- color: #ff870d !important;
- }
- ",
- "rankParam": {
- "tabItemsMark": [],
- "dispArrStr": "totalSysPoint,totalDistance,rightAnswerPer,totalCp,fastSpeed",
- "tabItems": [
- "总积分",
- "总里程",
- "正确答题",
- "打点数",
- "单圈用时"
- ],
- "rankTypeList": [
- "totalScore",
- "totalDistance",
- "rightAnswerPer",
- "totalCp",
- "speed"
- ],
- "rankRsList": [
- "totalSysPointRs",
- "totalDistanceRs",
- "rightAnswerPerRs",
- "totalCpRs",
- "fastSpeedRs"
- ]
- }
- },
- "rankOverview": {
- "css": "
- .page-top {
- }
- .mid {
- margin-top: -50px !important;
- }
- ",
- "pathListStyle" : {
- "showLine" : true,
- "style": "justify-content: center;"
- }
- }
- }`;
|