You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
2.9 KiB
100 lines
2.9 KiB
{
|
|
"global": {
|
|
"background": "bottom / cover no-repeat",
|
|
"appBackground": "#E7E7E7",
|
|
"radius": ""
|
|
},
|
|
"weather": {
|
|
"iconColor": "#000",
|
|
"textColor": "#000"
|
|
},
|
|
"time": {
|
|
"timeColor": "#000",
|
|
"monthColor": "#000",
|
|
"weekColor": "#D3AB80"
|
|
},
|
|
"searchBar": {
|
|
"backBorderRadius": "24px",
|
|
"background": "#fff",
|
|
"border": "2px solid rgba(210, 169, 126, 1)",
|
|
"borderRadius": "24px",
|
|
"placeholderColor": "rgba(0, 0, 0, 0.2)",
|
|
"stickBg": "#D3AB80",
|
|
"color": "rgba(0, 0, 0, 0.8)"
|
|
},
|
|
"menu": {
|
|
"bg1": "rgba(255, 255, 255, 0.4)",
|
|
"bg2": "rgba(255, 255, 255, 0.4)",
|
|
"bg3": "rgba(255, 255, 255, 0.4)",
|
|
"bg4": "rgba(255, 255, 255, 0.4)",
|
|
"bg5": "rgba(255, 255, 255, 0.4)",
|
|
"activeBg1": "#ffffff",
|
|
"activeBg2": "#ffffff",
|
|
"activeBg3": "#ffffff",
|
|
"activeBg4": "#ffffff",
|
|
"activeBg5": "#ffffff",
|
|
"color": "rgba(0, 0, 0, 0.4)",
|
|
"activeColor": "rgba(0, 0, 0, 0.8)",
|
|
"indexColor": "rgba(0, 0, 0, 0.8)",
|
|
"barBg": "#D3AB80"
|
|
},
|
|
"index": {
|
|
"hotSearchTitleColor": "rgba(0, 0, 0, 0.8)",
|
|
"hotSearchBg": "rgba(255, 255, 255, 0.8)",
|
|
"hotSearchColor": "rgba(0, 0, 0, 0.6)",
|
|
"guideBackground": "#6E5E54",
|
|
"guideBorder": "none",
|
|
"guideTopBg": "linear-gradient(180deg, #D2A97E 0%, #EDD59E 100%)",
|
|
"guideQrcodeBg": "rgba(255, 255, 255, 0.2)",
|
|
"guideColor": "#fff",
|
|
"guideMetaColor": "rgba(255, 255, 255, 0.8)",
|
|
"foodBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)",
|
|
"foodBorder": "4px solid #F68B51",
|
|
"recBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)",
|
|
"recBorder": "none"
|
|
},
|
|
"brand": {
|
|
"background": "rgba(255, 255, 255, 0.6)",
|
|
"floorNameColor": "rgba(0, 0, 0, 0.8)",
|
|
"floorMetaColor": "rgba(0, 0, 0, 0.6)"
|
|
},
|
|
"food": {
|
|
"background": "linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%)"
|
|
},
|
|
"carousel": {
|
|
"titleColor": "rgba(0, 0, 0, 0.8)",
|
|
"introColor": "rgba(0, 0, 0, 0.6)"
|
|
},
|
|
"map": {
|
|
"background": "#E7E7E7"
|
|
},
|
|
"billboard": {
|
|
"background": "center / cover no-repeat",
|
|
"arrowRadius": "100px",
|
|
"titleColor": "#000000",
|
|
"metaColor": "rgba(0, 0, 0, 0.6)"
|
|
},
|
|
"guide": {
|
|
"floorBg": "#FFFFFF",
|
|
"allFloorBg": "left / 150px 100% no-repeat linear-gradient(180deg, #D2A97E 0%, #EDD59E 100%), #E7E7E7",
|
|
"arrowRadius": "100px",
|
|
"floorColor": "rgba(0, 0, 0, 0.8)",
|
|
"floorActiveColor": "#FFFFFF",
|
|
"floorActiveBg": "linear-gradient(180deg, #D2A97E 0%, #EDD59E 100%)",
|
|
"currentBg": "#6E5E54",
|
|
"currentColor": "#FFFFFF"
|
|
},
|
|
"search": {
|
|
"background": "linear-gradient(180deg, #E9E9E9 0%, #C9C9C9 100%)",
|
|
"barBackground": "#fff",
|
|
"placeholderMetaColor": "rgba(211, 171, 128, 1)",
|
|
"keyboardActiveBg": "linear-gradient(180deg, #D2A97E 0%, #EDD59E 100%)",
|
|
"writeColor": "#D3AB80"
|
|
},
|
|
"activities": {
|
|
"btnBg": "#D3AB80",
|
|
"btnColor": "#FFFFFF",
|
|
"detailBg": "#FFFFFF",
|
|
"radius": "16px"
|
|
}
|
|
}
|
|
|