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/infos/index.vue |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/subPackages/userDetail/infos/index.vue b/src/subPackages/userDetail/infos/index.vue
index 39b46d1..867c189 100644
--- a/src/subPackages/userDetail/infos/index.vue
+++ b/src/subPackages/userDetail/infos/index.vue
@@ -136,29 +136,29 @@
 	}
 
 	.avatarBox {
-		width: 114px;
-		height: 114px;
-		margin: 38px 0;
+		width: 228rpx;
+		height: 228rpx;
+		margin:76rpx 0;
 	}
 
 	.detailBox {
-		width: 351px;
-		min-height: 215px;
+		width: 702rpx;
+		min-height: 430rpx;
 		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;
+			height: 96rpx;
+			border-bottom: 2rpx solid #f5f5f5;
 			color: #7b7b7b;
-			padding: 0 12px;
+			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;
 			}
@@ -182,14 +182,14 @@
 	.btngroup {
 		display: flex;
 		position: absolute;
-		bottom:75px;
+		bottom:150rpx;
 	}
 	.u-button:first-child{
-		margin-right: 15px;
+		margin-right: 30rpx;
 	}
 	
 	.custom-style {
-		width: 138px;
-		height: 38px;
+		width: 276rpx;
+		height: 76rpx;
 	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3