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 } ] }