From aaaac8c7ba7250927fcd5c9ab34d8ab096a0eb41 Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Thu, 22 Feb 2024 16:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0:=E9=85=8D=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/pages/index/index.wxml | 36 +++--------------------------- miniprogram/pages/login/login.wxml | 8 +++---- miniprogram/pages/login/login.wxss | 16 +++++++------ project.private.config.json | 7 ++++++ 4 files changed, 23 insertions(+), 44 deletions(-) diff --git a/miniprogram/pages/index/index.wxml b/miniprogram/pages/index/index.wxml index c13e3f0..14aeb33 100644 --- a/miniprogram/pages/index/index.wxml +++ b/miniprogram/pages/index/index.wxml @@ -6,16 +6,13 @@ - - - - + 我的应用 {{item.name}} - - - 园区资讯 - - - - {{item.bannerName}} - {{item.bannerDesc? item.bannerDesc:""}} - - - - - - - - - 已经没有更多数据啦~ + + \ No newline at end of file diff --git a/miniprogram/pages/login/login.wxml b/miniprogram/pages/login/login.wxml index bbe7f83..1a43fa3 100644 --- a/miniprogram/pages/login/login.wxml +++ b/miniprogram/pages/login/login.wxml @@ -1,10 +1,10 @@ - - + + + - + - \ No newline at end of file diff --git a/miniprogram/pages/login/login.wxss b/miniprogram/pages/login/login.wxss index bf91a7f..7ac6685 100644 --- a/miniprogram/pages/login/login.wxss +++ b/miniprogram/pages/login/login.wxss @@ -1,19 +1,23 @@ .container{ - width: 100vw; + +} + +.bgImg{ + width: 750rpx; height: 100vh; - background-position: center top; } .titleImg{ - border: 1px solid red; display: block; - margin: 100rpx auto; + position: absolute; + top: 150rpx; + left: 50%; + margin-left: -325rpx; width: 649rpx; height: 256rpx; } .bottomView{ - border: 1px solid red; position: absolute; left: 50%; bottom: 120rpx; @@ -23,7 +27,6 @@ } .loginBtnImg{ - background: gray; width: 100%; height: 100%; position: absolute; @@ -33,7 +36,6 @@ } .loginBtn{ - background:blue; width: 100%; height: 100%; position: absolute; diff --git a/project.private.config.json b/project.private.config.json index 83e5710..91f8041 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -6,6 +6,13 @@ "condition": { "miniprogram": { "list": [ + { + "name": "pages/index/index", + "pathName": "pages/index/index", + "query": "", + "launchMode": "default", + "scene": null + }, { "name": "首页", "pathName": "pages/index/index",