From 6a734d758720185f538e672c879121adb6732274 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 02 四月 2024 09:20:45 +0800
Subject: [PATCH] 代码合并,问题修改,学习

---
 packagePersonal/pages/userSetting/index.wxss |  113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 112 insertions(+), 1 deletions(-)

diff --git a/packagePersonal/pages/userSetting/index.wxss b/packagePersonal/pages/userSetting/index.wxss
index 31d6148..490dc08 100644
--- a/packagePersonal/pages/userSetting/index.wxss
+++ b/packagePersonal/pages/userSetting/index.wxss
@@ -11,9 +11,10 @@
   justify-content: space-between !important;
 }
 
-.label {
+.itemList .label {
   font-weight: bold;
   width: 180rpx;
+  font-size: 32rpx;
 }
 
 .contentImg {
@@ -31,7 +32,117 @@
   overflow: hidden;
 }
 
+.iconEdit {
+  padding: 40rpx 0;
+}
+
 .content {
   flex: 1;
   color: #5C5C5C;
+  font-size: 32rpx;
+}
+
+.block {
+  width: 100vw;
+  background: #fff;
+  border-top-left-radius: 16rpx;
+  border-top-right-radius: 16rpx;
+}
+
+.block .body {
+  padding: 40rpx;
+}
+
+.block .body .from-item {
+  margin-bottom: 20rpx;
+  align-items: center;
+}
+
+.block .body .from-item .label {
+  min-width: 100rpx;
+  height: 60rpx;
+  line-height: 60rpx;
+  font-size: 32rpx;
+}
+
+.block .body .from-item .item-content {
+  flex: 1;
+  display: flex;
+}
+
+.inputBox1 {
+  height: 72rpx;
+  border: 2rpx solid #D9D9D9;
+  flex: 1;
+}
+
+.inputBox1 .t-input {
+  width: 380rpx !important;
+}
+
+.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: 300rpx;
+  height: 72rpx;
+  border: 2rpx solid #D9D9D9;
+}
+
+.t-input {
+  padding: 10rpx !important;
+}
+
+.t-input__placeholder {
+  font-size: 28rpx !important;
+}
+
+.imgCode {
+  height: 72rpx;
+  width: 190rpx;
+}
+
+.code {
+  width: 190rpx;
+  height: 72rpx;
+  margin-left: 20rpx;
+}
+
+.btn {
+  width: 190rpx;
+  height: 72rpx;
+  padding: 0 10rpx !important;
+  background: #ff6c00;
+  border: 2rpx solid #ff6c00;
+  color: #fff;
+  font-size: 28rpx;
+}
+
+.footer {
+  width: 80%;
+  margin: 10rpx auto;
+}
+
+.submit {
+  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