From 0358677c06e86f05c992f406c9714a32b30a235d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 18 七月 2024 18:42:21 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

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

diff --git a/wechat_jiaxuan/pages/store/store.wxss b/wechat_jiaxuan/pages/store/store.wxss
index a6214e1..8024eb6 100644
--- a/wechat_jiaxuan/pages/store/store.wxss
+++ b/wechat_jiaxuan/pages/store/store.wxss
@@ -14,9 +14,19 @@
   overflow: hidden;
   text-overflow: ellipsis;
   margin: 0 10rpx;
+  font-weight: 500;
+  font-size: 30rpx;
 }
 .app_header .right {
-  width: 42rpx;
+  display: flex;
+  align-items: center;
+  justify-content: flex-end;
+  font-size: 26rpx;
+  width: 160rpx;
+}
+.app_header .right image {
+  width: 28rpx;
+  margin-right: 10rpx;
 }
 .main_content {
   padding: 40rpx;
@@ -99,10 +109,15 @@
 .main_content .shops .shop .user_list .item .info .avatar {
   width: 72rpx;
   height: 72rpx;
-  border: 1px solid;
   border-radius: 50%;
   margin-right: 16rpx;
 }
+.main_content .shops .shop .user_list .item .info .name {
+  width: 120rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
 .main_content .shops .shop .user_list .item .info .ex {
   font-size: 24rpx;
   color: #999999;

--
Gitblit v1.9.3