From 338ad19ee45b5380a0d8433cbbce2a727a576dfa Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 19 四月 2024 17:34:36 +0800 Subject: [PATCH] bug2 --- packagePersonal/pages/activateProduct/index.wxss | 28 ++++++++++++++++++++++------ 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/packagePersonal/pages/activateProduct/index.wxss b/packagePersonal/pages/activateProduct/index.wxss index 1dafe1f..ec23a5a 100644 --- a/packagePersonal/pages/activateProduct/index.wxss +++ b/packagePersonal/pages/activateProduct/index.wxss @@ -1,7 +1,22 @@ +@import "./index.skeleton.wxss"; + page { - width: 100vw; - height: 100%; background: #F2F3F8; +} + +.container { + width: 100vw; + height: 100vh; +} + +.content { + height: calc(100vh - env(safe-area-inset-bottom)); + box-sizing: border-box; + +} + +.pageInfo { + padding: 40rpx 20rpx 0 20rpx; } .refresh-container { @@ -12,10 +27,6 @@ .loading { padding: 20rpx; text-align: center; -} - -.container { - padding: 40rpx 24rpx; } .activation { @@ -146,4 +157,9 @@ .empyt { padding: 100rpx 0; background: #fff; +} + +.body-loading { + padding: 200rpx 0; + text-align: center; } \ No newline at end of file -- Gitblit v1.9.1