From dc1b48bb46e5715a5a55ee2c0f60175b849a6b3b Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 09 四月 2024 19:32:30 +0800
Subject: [PATCH] 问题修改

---
 packagePersonal/pages/userSetting/index.wxss |   55 +++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 39 insertions(+), 16 deletions(-)

diff --git a/packagePersonal/pages/userSetting/index.wxss b/packagePersonal/pages/userSetting/index.wxss
index be5d1e4..5868c3f 100644
--- a/packagePersonal/pages/userSetting/index.wxss
+++ b/packagePersonal/pages/userSetting/index.wxss
@@ -32,6 +32,10 @@
   overflow: hidden;
 }
 
+.iconEdit {
+  padding: 40rpx 0;
+}
+
 .content {
   flex: 1;
   color: #5C5C5C;
@@ -47,40 +51,48 @@
 
 .block .body {
   padding: 40rpx;
-  display: flex;
-  flex-wrap: wrap;
-  justify-content: space-between;
 }
 
 .block .body .from-item {
   margin-bottom: 20rpx;
-  display: flex;
   align-items: center;
 }
 
 .block .body .from-item .label {
-  width: 170rpx;
-  height: 72rpx;
-  line-height: 72rpx;
-  font-size: 28rpx;
+  min-width: 100rpx;
+  height: 60rpx;
+  line-height: 60rpx;
+  font-size: 32rpx;
 }
 
 .block .body .from-item .item-content {
-  padding: 10rpx;
   flex: 1;
   display: flex;
 }
 
 .inputBox1 {
-  width: 540rox;
-  height: 72rpx;
   border: 2rpx solid #D9D9D9;
   flex: 1;
 }
 
+
+
+.block {
+  position: relative;
+  width: 600rpx;
+  min-height: 500rpx;
+  padding: 20rpx 0;
+  background: #fff;
+  border-radius: 16rpx;
+}
+
+
+.block .body {
+  min-height: 280rpx;
+}
+
 .block .body .inputBox {
-  width: 280rpx;
-  height: 72rpx;
+  width: 300rpx;
   border: 2rpx solid #D9D9D9;
 }
 
@@ -88,19 +100,23 @@
   padding: 10rpx !important;
 }
 
+.t-input__placeholder {
+  font-size: 28rpx !important;
+}
+
 .imgCode {
   height: 72rpx;
-  width: 200rpx;
+  width: 190rpx;
 }
 
 .code {
-  width: 200rpx;
+  width: 190rpx;
   height: 72rpx;
   margin-left: 20rpx;
 }
 
 .btn {
-  width: 200rpx;
+  width: 190rpx;
   height: 72rpx;
   padding: 0 10rpx !important;
   background: #ff6c00;
@@ -118,4 +134,11 @@
   background: #ff6c00;
   color: #fff;
   border-radius: 50rpx;
+}
+
+.close-btn {
+  position: absolute;
+  left: 50%;
+  margin-left: -32rpx;
+  bottom: calc(-1 * (48rpx + 64rpx));
 }
\ No newline at end of file

--
Gitblit v1.9.1