From 96b0b8bb1597d825004f5a8da0728c48b6ce7dba Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 27 三月 2025 15:22:22 +0800 Subject: [PATCH] 首页登录去除侧式 --- packagePersonal/pages/activateProduct/index.wxss | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packagePersonal/pages/activateProduct/index.wxss b/packagePersonal/pages/activateProduct/index.wxss index ec23a5a..9f3da81 100644 --- a/packagePersonal/pages/activateProduct/index.wxss +++ b/packagePersonal/pages/activateProduct/index.wxss @@ -131,7 +131,7 @@ .productTitle { font-size: 28rpx; - height: 88rpx; + max-height: 88rpx; color: #333333; line-height: 44rpx; display: -webkit-box; @@ -140,10 +140,6 @@ -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; -} - -.typeBox { - line-height: 60rpx; } .typeCon { @@ -162,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