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_jiaxuan/pages/userinfo/index.less | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/userinfo/index.less b/wechat_jiaxuan/pages/userinfo/index.less
index ab0032c..0b40afa 100644
--- a/wechat_jiaxuan/pages/userinfo/index.less
+++ b/wechat_jiaxuan/pages/userinfo/index.less
@@ -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;
@@ -30,6 +33,11 @@
.picker_wrap{
width: 528rpx;
display: flex;
+ border: 1px solid red;
+ .city_picler{
+ flex: 1;
+ border: 1px solid;
+ }
}
.text{
flex: 1;
@@ -46,8 +54,14 @@
color: #111111;
border-bottom: 1rpx solid #e5e5e5;
display: flex;
+ align-items: center;
+ padding-bottom: 10rpx;
justify-content: space-between;
+ .field{
+ flex: 1;
+ }
.btn{
+ width: 120rpx;
font-size: 30rpx;
color: #B08771;
}
--
Gitblit v1.9.3