From ac0b3ba41104180fd45cc94334bc3c760c2895a4 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 23 七月 2024 14:05:36 +0800
Subject: [PATCH] ''
---
wechat_staff/pages/store/staff.less | 48 +++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 45 insertions(+), 3 deletions(-)
diff --git a/wechat_staff/pages/store/staff.less b/wechat_staff/pages/store/staff.less
index 71f2384..e832f51 100644
--- a/wechat_staff/pages/store/staff.less
+++ b/wechat_staff/pages/store/staff.less
@@ -6,17 +6,20 @@
position: fixed;
top: 0;
left: 0;
- z-index: -1;
+ z-index: 1;
}
.container {
padding: 26rpx 40rpx;
+ background-color: #fff;
.avatar {
margin-top: 260rpx;
width: 140rpx;
height: 140rpx;
border-radius: 50%;
border: 4rpx solid #FFFFFF;
+ position: relative;
+ z-index: 2;
}
.desc {
display: flex;
@@ -108,9 +111,8 @@
.line {
display: flex;
- align-items: center;
font-size: 30rpx;
- margin-bottom: 42rpx;
+ margin-bottom: 40rpx;
.icon {
width: 30rpx;
}
@@ -118,6 +120,10 @@
color: #777777;
margin-left: 24rpx;
margin-right: 44rpx;
+ width: 140rpx;
+ }
+ .val{
+ flex: 1;
}
}
}
@@ -179,4 +185,40 @@
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, .2);
+ z-index: 999;
+ .img1{
+ image{
+ width: 600rpx;
+ border-radius: 8rpx ;
+ }
+ }
+ .btns{
+ margin-top: 30rpx;
+ display: flex;
+ justify-content: space-between;
+ width: 100%;
+ .btn{
+ width: 290rpx;
+ height: 88rpx;
+ border-radius: 8rpx;
+ border: 2rpx solid #FFFFFF;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ }
+ .save{
+ border: none;
+ background: linear-gradient( 180deg, #E0B49C 0%, #B68B74 100%);
+ }
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3