|
After Width: | Height: | Size: 911 B |
|
After Width: | Height: | Size: 911 B |
@ -1,5 +1,6 @@ |
|||
import main from './main/index' |
|||
import fashion from './fashion/index' |
|||
import highend from './highend/index' |
|||
import luxury from './luxury/index' |
|||
|
|||
export default { main, fashion, highend } |
|||
export default { main, fashion, highend, luxury } |
|||
|
|||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 3.7 MiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 3.7 MiB |
|
After Width: | Height: | Size: 795 B |
|
After Width: | Height: | Size: 766 B |
@ -0,0 +1,10 @@ |
|||
import style from './style.json' |
|||
function importAll(r) { |
|||
const obj = {} |
|||
r.keys().forEach(key => { |
|||
obj[key.replace('./', '').replace('.png', '')] = r(key) |
|||
}) |
|||
return obj |
|||
} |
|||
const images = importAll(require.context('./', false, /\.(png|jpe?g|svg)$/)) |
|||
export default { ...style, images } |
|||
|
After Width: | Height: | Size: 851 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 768 B |
|
After Width: | Height: | Size: 738 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
@ -0,0 +1,94 @@ |
|||
{ |
|||
"global": { |
|||
"background": "bottom / cover no-repeat", |
|||
"appBackground": "#E7E7E7" |
|||
}, |
|||
"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": { |
|||
"recTitleColor": "rgba(0, 0, 0, 0.8)", |
|||
"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%)", |
|||
"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%)" |
|||
}, |
|||
"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" |
|||
} |
|||
} |
|||
|
After Width: | Height: | Size: 911 B |
|
Before Width: | Height: | Size: 1.7 KiB |