From 73c3507d82c06066d592d626ccd1a9a0961e0c5f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 19 七月 2024 20:10:26 +0800
Subject: [PATCH] ''
---
wechat_jiaxuan/pages/store/store.wxss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/store.wxss b/wechat_jiaxuan/pages/store/store.wxss
index 8024eb6..354cfcd 100644
--- a/wechat_jiaxuan/pages/store/store.wxss
+++ b/wechat_jiaxuan/pages/store/store.wxss
@@ -54,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;
@@ -80,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;
--
Gitblit v1.9.3