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/userinfo/index.wxss | 25 +++++++++++++++++++++++--
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/wechat_staff/pages/userinfo/index.wxss b/wechat_staff/pages/userinfo/index.wxss
index fefce19..c9ed61b 100644
--- a/wechat_staff/pages/userinfo/index.wxss
+++ b/wechat_staff/pages/userinfo/index.wxss
@@ -1,3 +1,6 @@
+.main_app {
+ padding: 0 0 148rpx;
+}
.avatar {
margin: 52rpx auto 40rpx;
width: 160rpx;
@@ -5,7 +8,6 @@
border-radius: 50%;
box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0, 0, 0, 0.08);
border: 4rpx solid #FFFFFF;
- border: 1px solid;
}
.avatar_btn {
width: 168rpx;
@@ -27,6 +29,9 @@
align-items: center;
border-bottom: 1rpx solid #e5e5e5;
}
+.list .line .qrcode {
+ width: 40rpx;
+}
.list .line .label {
width: 210rpx;
font-size: 30rpx;
@@ -36,6 +41,19 @@
flex: 1;
color: #111111;
text-align: right;
+ display: -webkit-box;
+ overflow: hidden;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ text-overflow: ellipsis;
+}
+.list .line .input .van-cell {
+ padding: 0;
+}
+.list .line .input .picker .picker_wrap {
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
}
.list .line input {
text-align: right;
@@ -51,15 +69,18 @@
justify-content: space-between;
}
.list .save {
+ position: fixed;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
width: 670rpx;
height: 88rpx;
+ left: 40rpx;
+ bottom: 12rpx;
+ z-index: 999;
background: var(--themeColor);
border-radius: 8rpx;
font-weight: 500;
font-size: 32rpx;
- margin-top: 20rpx;
}
--
Gitblit v1.9.3