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

---
 wechat_jiaxuan/pages/store/store.wxss |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/store.wxss b/wechat_jiaxuan/pages/store/store.wxss
index a6214e1..d003d29 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;

--
Gitblit v1.9.3