|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 404 KiB |
@ -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: 1.2 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,63 @@ |
|||||
|
{ |
||||
|
"global": { |
||||
|
"background": "linear-gradient(180deg, #6257d7 0%, #f191c0 100%)" |
||||
|
}, |
||||
|
"weather": { |
||||
|
"iconColor": "#fff", |
||||
|
"textColor": "#fff" |
||||
|
}, |
||||
|
"time": { |
||||
|
"timeColor": "#fff", |
||||
|
"monthColor": "#fff", |
||||
|
"weekColor": "#f0b92b" |
||||
|
}, |
||||
|
"searchBar": { |
||||
|
"backBorderRadius": "100px", |
||||
|
"background": "rgba(255, 255, 255, 0.6)", |
||||
|
"border": "2px solid #ffffff", |
||||
|
"borderRadius": "100px", |
||||
|
"placeholderColor": "rgba(0, 0, 0, 0.6)" |
||||
|
}, |
||||
|
"menu": { |
||||
|
"bg1": "linear-gradient(180deg, #e97893 0%, #f48bca 100%)", |
||||
|
"bg2": "linear-gradient(180deg, #f29348 0%, #f9ba61 100%)", |
||||
|
"bg3": "linear-gradient(180deg, #53ba82 0%, #89d963 100%)", |
||||
|
"bg4": "linear-gradient(180deg, #c57df1 0%, #ec86f2 100%)", |
||||
|
"bg5": "linear-gradient(180deg, #418fea 0%, #59b0f2 94.79%)", |
||||
|
"activeBg1": "linear-gradient(180deg, #e97893 0%, #f48bca 100%)", |
||||
|
"activeBg2": "linear-gradient(180deg, #f29348 0%, #f9ba61 100%)", |
||||
|
"activeBg3": "linear-gradient(180deg, #53ba82 0%, #89d963 100%)", |
||||
|
"activeBg4": "linear-gradient(180deg, #c57df1 0%, #ec86f2 100%)", |
||||
|
"activeBg5": "linear-gradient(180deg, #418fea 0%, #59b0f2 94.79%)", |
||||
|
"color": "#ffffff", |
||||
|
"activeColor": "#ffffff" |
||||
|
}, |
||||
|
"index": { |
||||
|
"recTitleColor": "#fff", |
||||
|
"guideBackground": "rgba(255, 255, 255, 0.6)", |
||||
|
"guideBorder": "2px solid rgba(255, 255, 255, 0.6)", |
||||
|
"guideTopBg": "linear-gradient(180deg, #6257d7 0%, #f191c0 100%)", |
||||
|
"guideQrcodeBg": "#ffffff", |
||||
|
"foodBg": "rgba(255, 255, 255, 0.6)", |
||||
|
"recBg": "rgba(255, 255, 255, 0.6)", |
||||
|
"recBorder": "2px solid rgba(255, 255, 255, 0.6)" |
||||
|
}, |
||||
|
"brand": { |
||||
|
"floorNameColor": "#fff", |
||||
|
"floorMetaColor": "rgba(255, 255, 255, 0.8)" |
||||
|
}, |
||||
|
"carousel": { |
||||
|
"titleColor": "#fff", |
||||
|
"introColor": "#fff" |
||||
|
}, |
||||
|
"map": { |
||||
|
"background": "#dee2f6" |
||||
|
}, |
||||
|
"billboard": { |
||||
|
"background": "linear-gradient(180deg, #6257d7 0%, #f191c0 100%)" |
||||
|
}, |
||||
|
"guide": { |
||||
|
"floorBg": "linear-gradient(90deg, #302159 0%, #7756b4 96.35%)", |
||||
|
"allFloorBg": "left / 150px 100% no-repeat linear-gradient(180deg, #6257d7 0%, #f191c0 100%), #dee6f6" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,4 @@ |
|||||
|
import main from './main/index' |
||||
|
import fashion from './fashion/index' |
||||
|
|
||||
|
export default { main, fashion } |
||||
|
After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 131 KiB |
@ -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: 26 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 24 KiB |
@ -0,0 +1,63 @@ |
|||||
|
{ |
||||
|
"global": { |
||||
|
"background": "#dee6f6" |
||||
|
}, |
||||
|
"weather": { |
||||
|
"iconColor": "#000", |
||||
|
"textColor": "#000" |
||||
|
}, |
||||
|
"time": { |
||||
|
"timeColor": "#000", |
||||
|
"monthColor": "#000", |
||||
|
"weekColor": "#516dd8" |
||||
|
}, |
||||
|
"searchBar": { |
||||
|
"backBorderRadius": "24px", |
||||
|
"background": "#fff", |
||||
|
"border": "none", |
||||
|
"borderRadius": "24px", |
||||
|
"placeholderColor": "rgba(0, 0, 0, 0.2)" |
||||
|
}, |
||||
|
"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)" |
||||
|
}, |
||||
|
"index": { |
||||
|
"recTitleColor": "rgba(0, 0, 0, 0.8)", |
||||
|
"guideBackground": "linear-gradient(99.5deg, #f0b92b 0%, #f9d556 100%)", |
||||
|
"guideBorder": "none", |
||||
|
"guideTopBg": "linear-gradient(180deg, #435acd 0%, #749cf3 100%)", |
||||
|
"guideQrcodeBg": "rgba(255, 255, 255, 0.2)", |
||||
|
"foodBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", |
||||
|
"recBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)", |
||||
|
"recBorder": "none" |
||||
|
}, |
||||
|
"brand": { |
||||
|
"floorNameColor": "rgba(0, 0, 0, 0.8)", |
||||
|
"floorMetaColor": "rgba(0, 0, 0, 0.6)" |
||||
|
}, |
||||
|
"carousel": { |
||||
|
"titleColor": "rgba(0, 0, 0, 0.8)", |
||||
|
"introColor": "rgba(0, 0, 0, 0.6)" |
||||
|
}, |
||||
|
"map": { |
||||
|
"background": "none" |
||||
|
}, |
||||
|
"billboard": { |
||||
|
"background": "#dee6f6" |
||||
|
}, |
||||
|
"guide": { |
||||
|
"floorBg": "linear-gradient(113.71deg, #435acd 0%, #749cf3 100%)", |
||||
|
"allFloorBg": "left / 150px 100% no-repeat linear-gradient(180deg, #6c7ca6 0%, #879aca 100%), #dee6f6" |
||||
|
} |
||||
|
} |
||||