diff --git a/common.scss b/common.scss index c648222..21cbe8f 100644 --- a/common.scss +++ b/common.scss @@ -44,4 +44,29 @@ min-height: 100vh; background-color: $uni-bg-color; position: relative; + font-family: PingFang SC; + line-height: 1.4; +} + +.flex { + display: flex; + align-items: center; + justify-content: center; +} + +.flex-column { + flex-direction: column; +} + +.btn { + width: auto; + height: auto; + margin: 0; + padding: 0; + line-height: 1.4; + border: none; + background: none; +} +.btn:after { + border: none; } \ No newline at end of file diff --git a/pages.json b/pages.json index cf8af82..c6c9c61 100644 --- a/pages.json +++ b/pages.json @@ -40,6 +40,9 @@ }, { "path": "auth/loginAndRegisterAndForgetPassword" + }, + { + "path": "search/index" } ] }], diff --git a/pages/index/index.vue b/pages/index/index.vue index de32af0..2941fc0 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,5 +1,52 @@