From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa
---
wechat_staff/pages/store/staff.less | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/wechat_staff/pages/store/staff.less b/wechat_staff/pages/store/staff.less
index 4922b43..e0c3bd7 100644
--- a/wechat_staff/pages/store/staff.less
+++ b/wechat_staff/pages/store/staff.less
@@ -7,12 +7,15 @@
left: 0;
z-index: -1;
}
-
+page{
+ overflow-y: hidden;
+}
.container {
padding: 26rpx 40rpx;
+ overflow-y: hidden;
.avatar {
- margin-top: 260rpx;
+ margin-top: 300rpx;
width: 140rpx;
height: 140rpx;
border-radius: 50%;
@@ -111,8 +114,12 @@
font-weight: 600;
font-size: 40rpx;
display: flex;
- align-items: flex-end; /* 杩欎細浣垮瓙鍏冪礌搴曢儴瀵归綈 */
- justify-content: center; /* 杩欎細浣垮瓙鍏冪礌姘村钩灞呬腑 */
+ align-items: center;
+ .icon{
+ position: relative;
+ bottom: 4rpx;
+ margin-left: 6rpx;
+ }
}
}
--
Gitblit v1.9.3