diff --git a/app.json b/app.json index c650d9a..85247b3 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,9 @@ { "pages": [ "pages/index/index", - "pages/share/index", "pages/middle/index", "pages/login/index", + "pages/share/index", "pages/out/index", "pages/rank/index", "pages/AR/index", diff --git a/pages/index/index.wxss b/pages/index/index.wxss index bbbd5e9..1b36466 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -3,7 +3,7 @@ width: 750rpx; /* height: 1624rpx; */ min-height: 100vh; - background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat center #FFBE49; + background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat #FFBE49; background-size: 750rpx 100vh; position: relative; } diff --git a/pages/middle/index.json b/pages/middle/index.json index 965b8e8..8835af0 100644 --- a/pages/middle/index.json +++ b/pages/middle/index.json @@ -1,4 +1,3 @@ { - "usingComponents": {}, - "navigationStyle": "custom" + "usingComponents": {} } \ No newline at end of file diff --git a/pages/middle/index.wxss b/pages/middle/index.wxss index d77351a..aa835c9 100644 --- a/pages/middle/index.wxss +++ b/pages/middle/index.wxss @@ -1,13 +1,14 @@ .container{ - background: url('https://static.quhouse.com/da53587733cd4501b4a7d168656bdac4.png') no-repeat; width: 750rpx; - height: 1446rpx; + /* height: 1446rpx; */ min-height: 100vh; + background: url('https://static.quhouse.com/da53587733cd4501b4a7d168656bdac4.png') no-repeat; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; + padding-bottom: 200rpx; } .my-btn{ width: 394rpx; @@ -20,8 +21,5 @@ font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #FFFFFF; - /* border: 2rpx solid; */ - /* border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 2 2; */ - margin-bottom: 143rpx; box-shadow: 0 3rpx 5rpx #fff; } \ No newline at end of file diff --git a/pages/share/index.wxss b/pages/share/index.wxss index 36dd152..a648683 100644 --- a/pages/share/index.wxss +++ b/pages/share/index.wxss @@ -1,7 +1,7 @@ .container{ - background: url('https://static.quhouse.com/7f51a916a2fb4eb983f65295963bddd8.png') no-repeat center; + background: url('https://static.quhouse.com/7f51a916a2fb4eb983f65295963bddd8.png') no-repeat; width: 750rpx; - height: 1624rpx; + /* height: 1624rpx; */ min-height: 100vh; background-size: cover; display: flex;