From e5f45ec9c2eabaa3e4241caad2d49c3629eaf0c8 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 30 九月 2024 14:18:40 +0800 Subject: [PATCH] loading --- packagePersonal/pages/activateProduct/index.wxss | 39 ++++++++++++++++++++++++++++----------- 1 files changed, 28 insertions(+), 11 deletions(-) diff --git a/packagePersonal/pages/activateProduct/index.wxss b/packagePersonal/pages/activateProduct/index.wxss index 1dafe1f..9f3da81 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 { @@ -120,7 +131,7 @@ .productTitle { font-size: 28rpx; - height: 88rpx; + max-height: 88rpx; color: #333333; line-height: 44rpx; display: -webkit-box; @@ -129,10 +140,6 @@ -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; -} - -.typeBox { - line-height: 60rpx; } .typeCon { @@ -146,4 +153,14 @@ .empyt { padding: 100rpx 0; background: #fff; +} + +.body-loading { + padding: 200rpx 0; + text-align: center; +} + +.noProduct { + padding: 60rpx 0; + text-align: center; } \ No newline at end of file -- Gitblit v1.9.1