From b0a4d23b83b9cdbdee15263acdd4e7353a8286a1 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 07 八月 2024 18:19:48 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/userinfo/index.wxss | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/userinfo/index.wxss b/wechat_staff/pages/userinfo/index.wxss
index fefce19..a630098 100644
--- a/wechat_staff/pages/userinfo/index.wxss
+++ b/wechat_staff/pages/userinfo/index.wxss
@@ -5,7 +5,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 +26,9 @@
align-items: center;
border-bottom: 1rpx solid #e5e5e5;
}
+.list .line .qrcode {
+ width: 40rpx;
+}
.list .line .label {
width: 210rpx;
font-size: 30rpx;
@@ -36,6 +38,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;
@@ -62,4 +77,5 @@
font-weight: 500;
font-size: 32rpx;
margin-top: 20rpx;
+ margin-bottom: 10rpx;
}
--
Gitblit v1.9.3