From 04197b12ebeaf0c503c6bd405e9d5e67ab507a96 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Tue, 28 Sep 2021 10:33:54 +0800 Subject: [PATCH] =?UTF-8?q?[/=E7=99=BB=E5=BD=95l=E5=BC=95=E5=AF=BC?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2/]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 7 ++- pages.json | 6 +++ pages/login/guide.vue | 120 ++++++++++++++++++++++++++++++++++++++++++ pages/login/login.vue | 4 +- 4 files changed, 134 insertions(+), 3 deletions(-) create mode 100644 pages/login/guide.vue diff --git a/manifest.json b/manifest.json index 3bd459f..30b1c92 100644 --- a/manifest.json +++ b/manifest.json @@ -68,5 +68,10 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "2" + "vueVersion" : "2", + "h5" : { + "router" : { + "mode" : "history" + } + } } diff --git a/pages.json b/pages.json index f0e7595..2429d50 100644 --- a/pages.json +++ b/pages.json @@ -134,6 +134,12 @@ "style": { "navigationBarTitleText": "登录" } + }, { + "path": "pages/login/guide", + "name": "loginGuide", + "style": { + "navigationBarTitleText": "引导页" + } }, { "path": "pages/certification/personal", "name": "Personal", diff --git a/pages/login/guide.vue b/pages/login/guide.vue new file mode 100644 index 0000000..3617dd4 --- /dev/null +++ b/pages/login/guide.vue @@ -0,0 +1,120 @@ + + + + + diff --git a/pages/login/login.vue b/pages/login/login.vue index eedf1c9..e0072be 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -210,7 +210,7 @@ } .btn { - background: $mian-color; + background-image: linear-gradient(to bottom,#bf52eb,#8f32dd); color: white; border-radius: 0; margin-top: $margin; @@ -224,7 +224,7 @@ } &[disabled] { - background: rgba($color: $mian-color, $alpha: .6); + background: rgba($color: #8f32dd, $alpha: .6); } }