From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期二, 16 四月 2024 18:21:05 +0800
Subject: [PATCH] 音频bug4

---
 packagePersonal/pages/userSetting/index.wxss |   92 +++++++++++++++++++++++++++++++++++----------
 1 files changed, 71 insertions(+), 21 deletions(-)

diff --git a/packagePersonal/pages/userSetting/index.wxss b/packagePersonal/pages/userSetting/index.wxss
index 490dc08..40e4259 100644
--- a/packagePersonal/pages/userSetting/index.wxss
+++ b/packagePersonal/pages/userSetting/index.wxss
@@ -11,26 +11,32 @@
   justify-content: space-between !important;
 }
 
+.itemList:nth-child(1) {
+  padding: 16rpx 30rpx !important;
+}
+
 .itemList .label {
   font-weight: bold;
   width: 180rpx;
-  font-size: 32rpx;
+  font-size: 29rpx;
+  color: #333333;
 }
 
 .contentImg {
   height: 120rpx;
   width: 120rpx;
-  flex: 1;
-  text-align: right;
-  margin-right: 20rpx;
+  /* flex: 1; */
+  margin-right: 15rpx;
+  margin-left: auto;
 }
 
-.user-center-card__header__avatar {
-  width: 120rpx;
+.t-image {
   height: 120rpx;
-  border-radius: 48rpx;
-  overflow: hidden;
+  width: 120rpx;
+  border-radius: 50% !important;
+  overflow: hidden !important;
 }
+
 
 .iconEdit {
   padding: 40rpx 0;
@@ -39,7 +45,7 @@
 .content {
   flex: 1;
   color: #5C5C5C;
-  font-size: 32rpx;
+  font-size: 29rpx;
 }
 
 .block {
@@ -49,36 +55,33 @@
   border-top-right-radius: 16rpx;
 }
 
-.block .body {
+.row-info .body {
   padding: 40rpx;
 }
 
-.block .body .from-item {
+.row-info .body .from-item {
   margin-bottom: 20rpx;
   align-items: center;
 }
 
-.block .body .from-item .label {
+.row-info .body .from-item .label {
   min-width: 100rpx;
   height: 60rpx;
   line-height: 60rpx;
   font-size: 32rpx;
 }
 
-.block .body .from-item .item-content {
+.row-info .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;
@@ -90,13 +93,12 @@
 }
 
 
-.block .body {
-  min-height: 280rpx;
+.row-info .body {
+  min-height: 200rpx;
 }
 
-.block .body .inputBox {
+.row-info .body .inputBox {
   width: 300rpx;
-  height: 72rpx;
   border: 2rpx solid #D9D9D9;
 }
 
@@ -145,4 +147,52 @@
   left: 50%;
   margin-left: -32rpx;
   bottom: calc(-1 * (48rpx + 64rpx));
+}
+
+.popup-box {
+  position: absolute;
+  z-index: 99;
+  top: 0;
+  background-color: rgba(0, 0, 0, 0.5);
+  width: 100%;
+  height: 100%;
+}
+
+.info-center {
+  position: fixed;
+  z-index: 999;
+  background-color: white;
+  align-items: center;
+  justify-content: center;
+  border-radius: 10rpx;
+  width: 80%;
+  margin-left: 10%;
+  margin-right: 10%;
+}
+
+.row-btn {
+  width: 100%;
+  display: flex;
+  flex-direction: row;
+  align-items: center;
+  border-top: 1rpx solid #f1f1f1;
+}
+
+.row-btn view {
+  flex: 1;
+  text-align: center;
+  margin: 20rpx 10%;
+  padding: 12rpx 0;
+  font-size: 32rpx;
+  border-radius: 10rpx;
+}
+
+.left-btn {
+  background-color: #f1f1f1;
+  color: #5C5C5C;
+}
+
+.right-btn {
+  background-color: #ff6c00;
+  color: white;
 }
\ No newline at end of file

--
Gitblit v1.9.1