From a93496ffe02ae8a97ac582a5c0a5d9ac1f7ba10f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 16 七月 2024 14:49:00 +0800
Subject: [PATCH] wxmini

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

diff --git a/wechat_jiaxuan/pages/store/store.less b/wechat_jiaxuan/pages/store/store.less
index ed04715..361f638 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;
+    }
   }
 }
 

--
Gitblit v1.9.3