diff --git a/src/app.config.ts b/src/app.config.ts index 8496b4d..3f49c23 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -34,6 +34,12 @@ export default { "index" ] }, + { + "root": "gift", + "pages": [ + "index" + ] + }, { "root": "user", "pages": [ @@ -87,7 +93,8 @@ export default { 'goodsDetail/index', 'orderConfirm/index', 'orderConfirmCart/index', - 'search/index'] + 'search/index' + ] }, { "root": "admin", diff --git a/src/pages/index/Header.scss b/src/pages/index/Header.scss index d206e3b..94cb1b6 100644 --- a/src/pages/index/Header.scss +++ b/src/pages/index/Header.scss @@ -1,5 +1,5 @@ .header-bg{ - background: linear-gradient(to bottom, #03605c, #18ae4f); + background: linear-gradient(to bottom, #FFD700, #FFA500); height: 335px; width: 100%; top: 0; @@ -7,7 +7,7 @@ z-index: 0; } .header-bg2{ - background: linear-gradient(to bottom, #03605c, #18ae4f); + background: linear-gradient(to bottom, #FFD700, #FFA500); height: 200px; width: 100%; top: 0;