|
|
@ -18,7 +18,8 @@ |
|
|
"border": "none", |
|
|
"border": "none", |
|
|
"borderRadius": "24px", |
|
|
"borderRadius": "24px", |
|
|
"placeholderColor": "rgba(0, 0, 0, 0.2)", |
|
|
"placeholderColor": "rgba(0, 0, 0, 0.2)", |
|
|
"stickBg": "linear-gradient(180deg, #6C7CA6 0%, #879ACA 100%)" |
|
|
|
|
|
|
|
|
"stickBg": "linear-gradient(180deg, #6C7CA6 0%, #879ACA 100%)", |
|
|
|
|
|
"color": "rgba(0, 0, 0, 0.8)" |
|
|
}, |
|
|
}, |
|
|
"menu": { |
|
|
"menu": { |
|
|
"bg1": "rgba(255, 255, 255, 0.4)", |
|
|
"bg1": "rgba(255, 255, 255, 0.4)", |
|
|
@ -33,7 +34,8 @@ |
|
|
"activeBg5": "#ffffff", |
|
|
"activeBg5": "#ffffff", |
|
|
"color": "rgba(0, 0, 0, 0.4)", |
|
|
"color": "rgba(0, 0, 0, 0.4)", |
|
|
"activeColor": "rgba(0, 0, 0, 0.8)", |
|
|
"activeColor": "rgba(0, 0, 0, 0.8)", |
|
|
"indexColor": "rgba(0, 0, 0, 0.8)" |
|
|
|
|
|
|
|
|
"indexColor": "rgba(0, 0, 0, 0.8)", |
|
|
|
|
|
"barBg": "linear-gradient(113.71deg, #435ACD 0%, #749CF3 100%)" |
|
|
}, |
|
|
}, |
|
|
"index": { |
|
|
"index": { |
|
|
"recTitleColor": "rgba(0, 0, 0, 0.8)", |
|
|
"recTitleColor": "rgba(0, 0, 0, 0.8)", |
|
|
@ -46,9 +48,13 @@ |
|
|
"recBorder": "none" |
|
|
"recBorder": "none" |
|
|
}, |
|
|
}, |
|
|
"brand": { |
|
|
"brand": { |
|
|
|
|
|
"background": "rgba(255, 255, 255, 0.6)", |
|
|
"floorNameColor": "rgba(0, 0, 0, 0.8)", |
|
|
"floorNameColor": "rgba(0, 0, 0, 0.8)", |
|
|
"floorMetaColor": "rgba(0, 0, 0, 0.6)" |
|
|
"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": { |
|
|
"carousel": { |
|
|
"titleColor": "rgba(0, 0, 0, 0.8)", |
|
|
"titleColor": "rgba(0, 0, 0, 0.8)", |
|
|
"introColor": "rgba(0, 0, 0, 0.6)" |
|
|
"introColor": "rgba(0, 0, 0, 0.6)" |
|
|
@ -65,6 +71,22 @@ |
|
|
"guide": { |
|
|
"guide": { |
|
|
"floorBg": "linear-gradient(113.71deg, #435acd 0%, #749cf3 100%)", |
|
|
"floorBg": "linear-gradient(113.71deg, #435acd 0%, #749cf3 100%)", |
|
|
"allFloorBg": "left / 150px 100% no-repeat linear-gradient(180deg, #6c7ca6 0%, #879aca 100%), #dee6f6", |
|
|
"allFloorBg": "left / 150px 100% no-repeat linear-gradient(180deg, #6c7ca6 0%, #879aca 100%), #dee6f6", |
|
|
"arrowRadius": "100px" |
|
|
|
|
|
|
|
|
"arrowRadius": "100px", |
|
|
|
|
|
"floorColor": "#FFFFFF", |
|
|
|
|
|
"floorActiveColor": "rgba(0, 0, 0, 0.8)", |
|
|
|
|
|
"floorActiveBg": "linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 100%)" |
|
|
|
|
|
}, |
|
|
|
|
|
"search": { |
|
|
|
|
|
"background": "linear-gradient(180deg, #E0E3EE 0%, #D4D9E7 100%)", |
|
|
|
|
|
"barBackground": "#fff", |
|
|
|
|
|
"placeholderMetaColor": "rgba(81, 109, 216, 1)", |
|
|
|
|
|
"keyboardActiveBg": "linear-gradient(180deg, #435ACD 0%, #749CF3 100%)", |
|
|
|
|
|
"writeColor": "#516DD8" |
|
|
|
|
|
}, |
|
|
|
|
|
"activities": { |
|
|
|
|
|
"btnBg": "linear-gradient(113.71deg, #435ACD 0%, #749CF3 100%)", |
|
|
|
|
|
"btnColor": "#FFFFFF", |
|
|
|
|
|
"detailBg": "#FFFFFF", |
|
|
|
|
|
"radius": "16px" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|