From 0a9f1f2673e4b91bbf8aca529396b27997bfbe68 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 24 Oct 2025 14:42:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/subPackages/userDetail/password/index.vue |   43 ++++++++++++++++++++-----------------------
 1 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/src/subPackages/userDetail/password/index.vue b/src/subPackages/userDetail/password/index.vue
index 4c766f2..c5f161e 100644
--- a/src/subPackages/userDetail/password/index.vue
+++ b/src/subPackages/userDetail/password/index.vue
@@ -109,32 +109,30 @@
 	}
 
 	.detailBox {
-		margin-top: 20px;
-		width: 351px;
+		margin-top: 40rpx;
+	width: 702rpx;
 
-		min-height: 163px;
+		min-height: 326rpx;
 		background: #FFFFFF;
-		border-radius: 6px;
-
-		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
+		border-radius: 12rpx;
+		box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.05);
 
 		.orderRow {
-			display: flex;
-			justify-content: space-between;
-			align-items: center;
-			height: 48px;
-			border-bottom: 1px solid #f5f5f5;
-			color: #7b7b7b;
-			padding: 0 12px;
+		display: flex;
+		justify-content: space-between;
+		align-items: center;
+		height: 96rpx;
+		border-bottom: 2rpx solid #f5f5f5;
+		color: #7b7b7b;
+		padding: 0 24rpx;
 
 			.rowTitle {
 				font-family: Source Han Sans CN, Source Han Sans CN;
 				font-weight: 400;
-				font-size: 15px;
+				font-size: 30rpx;
 				color: #222324;
 				white-space: nowrap;
 			}
-
 			::v-deep .u-input {
 				border: none !important;
 				background: transparent !important;
@@ -151,18 +149,17 @@
 		}
 	}
 
-	.btngroup {
+.btngroup {
 		display: flex;
 		position: absolute;
-		bottom:75px;
+		bottom:150rpx;
 	}
-
-	.u-button:first-child {
-		margin-right: 15px;
+	.u-button:first-child{
+		margin-right: 30rpx;
 	}
-
+	
 	.custom-style {
-		width: 138px;
-		height: 38px;
+		width: 276rpx;
+		height: 76rpx;
 	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3