From 4e64e4f6488f477ec3c75af7864f99bb6ae9964d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 19:05:38 +0800
Subject: [PATCH] ll

---
 wechat_jiaxuan/pages/detailDis/product.less |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/detailDis/product.less b/wechat_jiaxuan/pages/detailDis/product.less
index 1e95095..383004d 100644
--- a/wechat_jiaxuan/pages/detailDis/product.less
+++ b/wechat_jiaxuan/pages/detailDis/product.less
@@ -212,7 +212,16 @@
 .detail {
   padding: 52rpx 40rpx 40rpx;
   background-color: #fff;
-
+  .fold{
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    height: 84rpx;
+    margin-top: 20rpx;
+    .icon{
+      margin-left: 12rpx;
+    }
+  }
   .title {
     font-weight: 600;
     font-size: 36rpx;
@@ -221,7 +230,8 @@
 
   .line {
     display: flex;
-    margin-bottom: 20rpx;
+    padding: 24rpx 0 26rpx;
+    border-bottom: 1rpx dashed #E5E5E5;
     .label {
       width: 120rpx;
       font-size: 24rpx;

--
Gitblit v1.9.3