From b77e8e776af4d81e748e9e21d51b64a11085a195 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 19 十二月 2024 10:49:11 +0800 Subject: [PATCH] 未提交退出提示 --- packagePersonal/pages/activateProduct/index.wxss | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packagePersonal/pages/activateProduct/index.wxss b/packagePersonal/pages/activateProduct/index.wxss index 9ec1c11..9f3da81 100644 --- a/packagePersonal/pages/activateProduct/index.wxss +++ b/packagePersonal/pages/activateProduct/index.wxss @@ -1,3 +1,5 @@ +@import "./index.skeleton.wxss"; + page { background: #F2F3F8; } @@ -129,7 +131,7 @@ .productTitle { font-size: 28rpx; - height: 88rpx; + max-height: 88rpx; color: #333333; line-height: 44rpx; display: -webkit-box; @@ -138,10 +140,6 @@ -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; -} - -.typeBox { - line-height: 60rpx; } .typeCon { @@ -160,4 +158,9 @@ .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