From a75b18a4157ab486e0b51c438ac165ab3a08e3e0 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 18:10:00 +0800
Subject: [PATCH] 代码提交

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

diff --git a/wechat_jiaxuan/pages/store/staff.wxss b/wechat_jiaxuan/pages/store/staff.wxss
index 5b174a1..91693be 100644
--- a/wechat_jiaxuan/pages/store/staff.wxss
+++ b/wechat_jiaxuan/pages/store/staff.wxss
@@ -75,10 +75,18 @@
   width: 320rpx;
   height: 156rpx;
   padding: 28rpx 40rpx;
-  background-color: #f7f7f7;
   border-radius: 8rpx;
   font-size: 26rpx;
   color: #333333;
+  position: relative;
+}
+.static .card .bg {
+  width: 100%;
+  height: 100%;
+  position: absolute;
+  z-index: -1;
+  top: 0;
+  left: 0;
 }
 .static .card .num {
   color: var(--themeColor);
@@ -94,7 +102,6 @@
 }
 .guide .line {
   display: flex;
-  align-items: center;
   font-size: 30rpx;
   margin-bottom: 42rpx;
 }
@@ -106,6 +113,9 @@
   margin-left: 24rpx;
   margin-right: 44rpx;
 }
+.guide .line .val {
+  flex: 1;
+}
 .footer {
   display: flex;
   align-items: center;

--
Gitblit v1.9.3