From 4201a2237ac7b724989e93f8ac4ae16da2800528 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 30 七月 2024 17:00:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_staff/pages/detailDis/product.wxss |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/wechat_staff/pages/detailDis/product.wxss b/wechat_staff/pages/detailDis/product.wxss
index 43a9d47..497791a 100644
--- a/wechat_staff/pages/detailDis/product.wxss
+++ b/wechat_staff/pages/detailDis/product.wxss
@@ -72,13 +72,19 @@
   font-weight: 500;
   font-size: 36rpx;
   margin-bottom: 16rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 2;
 }
 .main_content .desc {
+  line-height: 40rpx;
   font-size: 26rpx;
   color: #555555;
   margin-bottom: 26rpx;
 }
-.main_content .text { 
+.main_content .text {
   line-height: 48rpx;
   font-size: 26rpx;
   color: #555555;
@@ -171,6 +177,16 @@
   padding: 52rpx 40rpx 40rpx;
   background-color: #fff;
 }
+.detail .fold {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  height: 84rpx;
+  margin-top: 20rpx;
+}
+.detail .fold .icon {
+  margin-left: 12rpx;
+}
 .detail .title {
   font-weight: 600;
   font-size: 36rpx;
@@ -178,10 +194,11 @@
 }
 .detail .line {
   display: flex;
-  margin-bottom: 20rpx;
+  padding: 24rpx 0 26rpx;
+  border-bottom: 1rpx dashed #E5E5E5;
 }
 .detail .line .label {
-  width: auto;
+  width: 120rpx;
   font-size: 24rpx;
   color: #666666;
   flex-shrink: 0;

--
Gitblit v1.9.3