From 076b2a90d0ddd75e4e27d3813b6143abbca25597 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 24 七月 2024 17:40:09 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/pages/store/store.wxss | 24 ++++++++++++++++++++----
1 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/store.wxss b/wechat_jiaxuan/pages/store/store.wxss
index a6214e1..354cfcd 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;
@@ -44,15 +54,16 @@
flex: 1;
}
.main_content .shops .shop .header .left .title {
+ width: 520rpx;
font-weight: 500;
font-size: 32rpx;
- width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 16rpx;
}
.main_content .shops .shop .header .left .address {
+ width: 520rpx;
display: flex;
align-items: center;
white-space: nowrap;
@@ -70,7 +81,7 @@
font-size: 24rpx;
color: #333333;
text-align: center;
- margin-left: 80rpx;
+ margin-left: 20rpx;
}
.main_content .shops .shop .header .right .phone {
width: 60rpx;
@@ -99,10 +110,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