Browse Source

feat: 增加首页美食边框配置

v1.0.1
jiannibang 4 years ago
parent
commit
6a7256bfe3
  1. 1
      src/themes/fashion/style.json
  2. 1
      src/themes/luxury/style.json
  3. 1
      src/themes/main/style.json

1
src/themes/fashion/style.json

@ -46,6 +46,7 @@
"guideColor": "#000000",
"guideMetaColor": "rgba(0, 0, 0, 0.6)",
"foodBg": "rgba(255, 255, 255, 0.6)",
"foodBorder": "4px solid #F68B51",
"recBg": "rgba(255, 255, 255, 0.6)",
"recBorder": "2px solid rgba(255, 255, 255, 0.6)"
},

1
src/themes/luxury/style.json

@ -46,6 +46,7 @@
"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"
},

1
src/themes/main/style.json

@ -46,6 +46,7 @@
"guideColor": "#000000",
"guideMetaColor": "rgba(0, 0, 0, 0.6)",
"foodBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)",
"foodBorder": "4px solid #F68B51",
"recBg": "linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%)",
"recBorder": "none"
},

Loading…
Cancel
Save