From 07d966afd92b3bb7e40cccfa300a125000fd69e2 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 31 七月 2024 20:16:42 +0800
Subject: [PATCH] 代码提交
---
wechat_jiaxuan/pages/userinfo/index.wxss | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/userinfo/index.wxss b/wechat_jiaxuan/pages/userinfo/index.wxss
index 51bb340..936b5aa 100644
--- a/wechat_jiaxuan/pages/userinfo/index.wxss
+++ b/wechat_jiaxuan/pages/userinfo/index.wxss
@@ -6,6 +6,9 @@
box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0, 0, 0, 0.08);
border: 4rpx solid #FFFFFF;
}
+.placeholder9 {
+ color: #c8c9cc;
+}
.avatar_btn {
width: 168rpx;
height: 60rpx;
@@ -48,9 +51,15 @@
color: #111111;
border-bottom: 1rpx solid #e5e5e5;
display: flex;
+ align-items: center;
+ padding-bottom: 10rpx;
justify-content: space-between;
}
+.list .line .wechat_phone .field {
+ flex: 1;
+}
.list .line .wechat_phone .btn {
+ width: 120rpx;
font-size: 30rpx;
color: #B08771;
}
--
Gitblit v1.9.3