From aaa80e6ca58311aa636019e1cec4aed738196519 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 16 七月 2025 21:05:04 +0800 Subject: [PATCH] 修复扫码激活中代码错误,调整文档资源浏览页面的购买逻辑 --- packagePersonal/pages/activateProduct/index.wxss | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/packagePersonal/pages/activateProduct/index.wxss b/packagePersonal/pages/activateProduct/index.wxss index fa3b6b0..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 { -- Gitblit v1.9.1