From b501abb64da23384a85081c246e9c906c6962efd Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 23 三月 2023 15:59:04 +0800
Subject: [PATCH] 用户头像修改
---
miniprogram/pages/user/myself/detail/index.wxss | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/miniprogram/pages/user/myself/detail/index.wxss b/miniprogram/pages/user/myself/detail/index.wxss
index 0d87cc2..5a38263 100644
--- a/miniprogram/pages/user/myself/detail/index.wxss
+++ b/miniprogram/pages/user/myself/detail/index.wxss
@@ -1,4 +1,31 @@
/**index.wxss**/
+.buttonView{
+ margin-top: 1rem;
+ font-size: 14px;
+ text-align: center;
+ width: 100%;
+ margin-bottom: 1rem;
+}
+.button-sub{
+
+ height: 5vh;
+ line-height: 5vh;
+ text-align: center;
+ left: 0;
+ right: 0;
+ margin: 0 auto;
+ width: 90%;
+ font-size: 13px;
+ color: #6699ff;
+ background-color: white;
+ border: 1px solid #6699ff;
+}
+.isshow-img{
+ margin-top: 1rem;
+}
+.foot{
+ display: flex;
+}
.title{
margin-top: 1rem;
font-size: 18px;
@@ -6,7 +33,12 @@
margin-right: 0.6rem;
font-weight: 700;
}
+.foot-button{
+ margin: 0;
+}
.list1{
+ align-items: center;
+ justify-content: space-between;
margin-left: 0.6rem;
margin-right: 0.6rem;
display: flex;
--
Gitblit v1.8.0