From 244f256a4ae9df546a2ab667852cf3e91a853f43 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 18:38:46 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/pages/detailDis/product.less |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/pages/detailDis/product.less b/wechat_jiaxuan/pages/detailDis/product.less
index 7e33210..1e95095 100644
--- a/wechat_jiaxuan/pages/detailDis/product.less
+++ b/wechat_jiaxuan/pages/detailDis/product.less
@@ -92,18 +92,21 @@
   border-radius: 16rpx 16rpx 0rpx 0rpx;
   background-color: #fff;
   margin-bottom: 20rpx;
+  overflow: hidden;
   .title {
     font-weight: 500;
     font-size: 36rpx;
     margin-bottom: 16rpx;
   }
   .desc {
+    line-height: 40rpx;
     font-size: 26rpx;
     color: #555555;
     margin-bottom: 26rpx;
   }
 
-  .text {
+  .text { 
+    line-height: 48rpx;
     font-size: 26rpx;
     color: #555555;
     margin-bottom: 40rpx;

--
Gitblit v1.9.3