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_staff/pages/detailDis/product.less |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/wechat_staff/pages/detailDis/product.less b/wechat_staff/pages/detailDis/product.less
index f257c46..6051637 100644
--- a/wechat_staff/pages/detailDis/product.less
+++ b/wechat_staff/pages/detailDis/product.less
@@ -194,7 +194,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;
@@ -203,9 +212,10 @@
 
   .line {
     display: flex;
-    margin-bottom: 20rpx;
+    padding: 24rpx 0 26rpx;
+    border-bottom: 1rpx dashed #E5E5E5;
     .label {
-      width: auto;
+      width: 120rpx;
       font-size: 24rpx;
       color: #666666;
       flex-shrink: 0;

--
Gitblit v1.9.3