@@ -2,7 +2,9 @@
{
"navigationBarTextStyle": "white",
"backgroundTextStyle":"light",
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "backgroundColorTop":'#FF6C00',
+ "backgroundColorBottom":'#ffffff'
}
</config>
<template>
@@ -5,7 +5,9 @@
"usingComponents": {
"van-grid": "/vant/grid/index",
"van-grid-item": "/vant/grid-item/index"
- }
+ },
+ "backgroundColorTop":'#ffffff',
+ "backgroundColorBottom":'#f2f4f5'