From 54e4ddb6718f9b164527a86d560b5bfb893b6e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Wed, 12 Jun 2024 11:15:10 +0800 Subject: [PATCH] bg --- pages/login/index.wxss | 4 ++-- pages/signup/index.wxss | 2 +- pages/signup/status.wxss | 2 +- project.private.config.json | 7 +++++++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pages/login/index.wxss b/pages/login/index.wxss index ea6e6c0..42631ea 100644 --- a/pages/login/index.wxss +++ b/pages/login/index.wxss @@ -3,8 +3,8 @@ page{ background-position:center bottom; background-size:cover; background-color:#1a1c26; - background-image:url('https://img.liche.cn/spacestation/bg.jpg?v=20240526'); - + background-image:url('https://img.liche.cn/spacestation/bg2.jpg?v=20240526'); + height: 100rpx; } .con-100{width:100rpx;} diff --git a/pages/signup/index.wxss b/pages/signup/index.wxss index 1a07d1a..ea2eea6 100644 --- a/pages/signup/index.wxss +++ b/pages/signup/index.wxss @@ -5,7 +5,7 @@ page{ background-position:center bottom; background-size:cover; background-color:#1a1c26; - background-image:url('https://img.liche.cn/spacestation/bg.jpg?v=20240526'); + background-image:url('https://img.liche.cn/spacestation/bg2.jpg?v=20240526'); } .card{ diff --git a/pages/signup/status.wxss b/pages/signup/status.wxss index a613016..11e62fe 100644 --- a/pages/signup/status.wxss +++ b/pages/signup/status.wxss @@ -4,5 +4,5 @@ page{ background-position:center bottom; background-size:cover; background-color:#1a1c26; - background-image:url('https://img.liche.cn/spacestation/bg.jpg?v=20240526'); + background-image:url('https://img.liche.cn/spacestation/bg2.jpg?v=20240526'); } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index b4b6608..a2e629d 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -42,6 +42,13 @@ "query": "key=9hPReOz0vYQ2qFHG4Nipj", "launchMode": "default", "scene": null + }, + { + "name": "", + "pathName": "pages/login/index", + "query": "", + "launchMode": "default", + "scene": null } ] }