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

---
 wechat_jiaxuan/pages/store/store.less |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/store.less b/wechat_jiaxuan/pages/store/store.less
index ed04715..6f27aba 100644
--- a/wechat_jiaxuan/pages/store/store.less
+++ b/wechat_jiaxuan/pages/store/store.less
@@ -15,10 +15,20 @@
     overflow: hidden;
     text-overflow: ellipsis;
     margin: 0 10rpx;
+    font-weight: 500;
+    font-size: 30rpx;
   }
 
   .right {
-    width: 42rpx;
+    display: flex;
+    align-items: center;
+    justify-content: flex-end;
+    font-size: 26rpx;
+    width: 160rpx;
+    image{
+      width: 28rpx;
+      margin-right: 10rpx;
+    }
   }
 }
 
@@ -100,10 +110,15 @@
             .avatar{
               width: 72rpx;
               height: 72rpx;
-              border: 1px solid;
               border-radius: 50%;
               margin-right: 16rpx;
             }
+            .name{
+              width: 120rpx;
+              overflow: hidden;
+              text-overflow: ellipsis; //鏂囨湰婧㈠嚭鏄剧ず鐪佺暐鍙�
+              white-space: nowrap; //鏂囨湰涓嶄細鎹㈣
+            }
             .ex{
               font-size: 24rpx;
               color: #999999;

--
Gitblit v1.9.3