From ebc6e7ee67f13e7aa311e737dfcb4c5caed112ee Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 15 八月 2024 18:23:57 +0800
Subject: [PATCH] ll
---
wechat_staff/pages/store/staff.wxss | 33 +++++++++++++++++++++++++++++----
1 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/wechat_staff/pages/store/staff.wxss b/wechat_staff/pages/store/staff.wxss
index 157d955..d6a31a8 100644
--- a/wechat_staff/pages/store/staff.wxss
+++ b/wechat_staff/pages/store/staff.wxss
@@ -7,11 +7,33 @@
left: 0;
z-index: -1;
}
+.bg_wrap image {
+ width: 750rpx;
+ height: 400rpx;
+}
+.editBtn {
+ position: fixed;
+ right: 40rpx;
+ top: 304rpx;
+ width: 144rpx;
+ height: 56rpx;
+ line-height: 56rpx;
+ text-align: center;
+ border-radius: 28rpx;
+ border: 1rpx solid #999999;
+ color: #999999;
+ font-size: 24rpx;
+ z-index: 999;
+}
+page {
+ overflow-y: hidden;
+}
.container {
padding: 26rpx 40rpx;
+ overflow-y: hidden;
}
.container .avatar {
- margin-top: 260rpx;
+ margin-top: 300rpx;
width: 140rpx;
height: 140rpx;
border-radius: 50%;
@@ -104,6 +126,12 @@
font-weight: 600;
font-size: 40rpx;
display: flex;
+ align-items: center;
+}
+.static .card .num .icon {
+ position: relative;
+ bottom: 4rpx;
+ margin-left: 6rpx;
}
.guide .title {
font-weight: 500;
@@ -186,9 +214,6 @@
font-size: 26rpx;
color: #999999;
text-align: center;
- align-items: flex-end; /* 杩欎細浣垮瓙鍏冪礌搴曢儴瀵归綈 */
- justify-content: center; /* 杩欎細浣垮瓙鍏冪礌姘村钩灞呬腑 */
-
}
.card_wrap {
position: fixed;
--
Gitblit v1.9.3