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_staff/pages/store/staff.wxss |   46 +++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 43 insertions(+), 3 deletions(-)

diff --git a/wechat_staff/pages/store/staff.wxss b/wechat_staff/pages/store/staff.wxss
index 8633274..976570e 100644
--- a/wechat_staff/pages/store/staff.wxss
+++ b/wechat_staff/pages/store/staff.wxss
@@ -5,10 +5,11 @@
   position: fixed;
   top: 0;
   left: 0;
-  z-index: -1;
+  z-index: 1;
 }
 .container {
   padding: 26rpx 40rpx;
+  background-color: #fff;
 }
 .container .avatar {
   margin-top: 260rpx;
@@ -16,6 +17,8 @@
   height: 140rpx;
   border-radius: 50%;
   border: 4rpx solid #FFFFFF;
+  position: relative;
+  z-index: 2;
 }
 .container .desc {
   display: flex;
@@ -94,9 +97,8 @@
 }
 .guide .line {
   display: flex;
-  align-items: center;
   font-size: 30rpx;
-  margin-bottom: 42rpx;
+  margin-bottom: 40rpx;
 }
 .guide .line .icon {
   width: 30rpx;
@@ -105,6 +107,10 @@
   color: #777777;
   margin-left: 24rpx;
   margin-right: 44rpx;
+  width: 140rpx;
+}
+.guide .line .val {
+  flex: 1;
 }
 .footer {
   display: flex;
@@ -165,3 +171,37 @@
   color: #999999;
   text-align: center;
 }
+.card_wrap {
+  position: fixed;
+  border-radius: 8rpx;
+  top: 50%;
+  left: 75rpx;
+  transform: translate(0, -50%);
+  width: 600rpx;
+  background-color: rgba(0, 0, 0, 0.2);
+  z-index: 999;
+}
+.card_wrap .img1 image {
+  width: 600rpx;
+  border-radius: 8rpx ;
+}
+.card_wrap .btns {
+  margin-top: 30rpx;
+  display: flex;
+  justify-content: space-between;
+  width: 100%;
+}
+.card_wrap .btns .btn {
+  width: 290rpx;
+  height: 88rpx;
+  border-radius: 8rpx;
+  border: 2rpx solid #FFFFFF;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  color: #fff;
+}
+.card_wrap .btns .save {
+  border: none;
+  background: linear-gradient(180deg, #E0B49C 0%, #B68B74 100%);
+}

--
Gitblit v1.9.3