From bcbdecaa94b771b77a9ef8cebd2a854e6d94ef99 Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Wed, 27 Apr 2022 11:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E9=97=B4=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 2 +- pages/index/index.wxss | 2 +- pages/middle/index.json | 3 +-- pages/middle/index.wxss | 8 +++----- pages/share/index.wxss | 4 ++-- 5 files changed, 8 insertions(+), 11 deletions(-) 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;