From 04ea741ab9f9235dc8ed13cd58fc8d628ccca0eb Mon Sep 17 00:00:00 2001 From: itgaojian163 Date: Thu, 2 Jan 2025 17:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.wxss | 6 +++--- pages/index/index.wxml | 6 +----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app.wxss b/app.wxss index 60fcf5b..25e22be 100644 --- a/app.wxss +++ b/app.wxss @@ -1,9 +1,9 @@ /**app.wxss**/ .container { - height: 100%; + height: 100vh; display: flex; flex-direction: column; - align-items: flex-start; - justify-content: space-between; + align-items: center; + justify-content: flex-start; box-sizing: border-box; } diff --git a/pages/index/index.wxml b/pages/index/index.wxml index ef4d586..6fcc468 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -2,12 +2,8 @@ - - - - + - sss \ No newline at end of file