From b62578f8b43f15be89b3d14f463f11aed03e6fb9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 09 五月 2024 18:57:25 +0800
Subject: [PATCH] 最新版本

---
 h5/unpackage/dist/dev/mp-weixin/pages/userinfo/userinfo.wxss |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/h5/unpackage/dist/dev/mp-weixin/pages/userinfo/userinfo.wxss b/h5/unpackage/dist/dev/mp-weixin/pages/userinfo/userinfo.wxss
index 752c8d0..3571a0d 100644
--- a/h5/unpackage/dist/dev/mp-weixin/pages/userinfo/userinfo.wxss
+++ b/h5/unpackage/dist/dev/mp-weixin/pages/userinfo/userinfo.wxss
@@ -5,6 +5,19 @@
 .u-upload__button {
 	margin: 0 !important;
 }
+.content_uplaod {
+	width: 120rpx;
+	height: 120rpx;
+	background-color: #ececec;
+	display: flex;
+	align-items: center;
+	justify-content: center;
+	overflow: hidden;
+}
+.content_uplaod image {
+	width: 100%;
+	height: 100%;
+}
 .title {
 	font-size: 30rpx;
 	font-weight: 400;
@@ -16,6 +29,27 @@
 	color: red;
 	font-weight: bold;
 }
+.title1 {
+	display: flex;
+	flex-direction: column;
+.title1_a {
+		font-size: 30rpx;
+		font-weight: 400;
+		color: #222222;
+		display: flex;
+		align-items: center;
+		margin-bottom: 20rpx;
+._b {
+			color: red;
+			font-weight: bold;
+}
+}
+.title1_b {
+		font-size: 24rpx;
+		font-weight: 400;
+		color: #999999;
+}
+}
 .add-other {
 	border: 1rpx solid #025eef;
 	color: #025eef;

--
Gitblit v1.9.3