From c824e3bcb34f8b6f3c1435ddca91130367dc3729 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 16 一月 2024 10:41:25 +0800
Subject: [PATCH] Mr.Shi
---
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