From f1ce6aefad85026c97f4db41a64cb6ff58839225 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 22 May 2026 10:29:26 +0800
Subject: [PATCH] feat:鹿不选 第一版1.1.0

---
 static/css/my2.css |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/static/css/my2.css b/static/css/my2.css
index 86f0d86..d7ff7d9 100644
--- a/static/css/my2.css
+++ b/static/css/my2.css
@@ -3,23 +3,25 @@
     top: 0;
     left: 0;
     width: 100%;
-    height: 620rpx;
+    height: 280rpx;
     z-index: 0;
 }
 .avatar{
 	width: 112rpx;
 	height: 112rpx;
-	margin: 50rpx 30rpx 50rpx 50rpx;
+	/* margin: 50rpx 30rpx 50rpx 50rpx; */
 	border-radius: 50%;
+	margin-top: calc(160rpx - var(--status-bar-height));
 }
 .myContent{
 	width: 100%;
 	position: absolute;
 }
 .myHeader{
-	color: #ffffff;
+	color: #333333;
 	display: flex;
 	align-items: center;
+	flex-direction: column;
 	font-size: 28rpx;
 }
 .myNick{
@@ -73,7 +75,7 @@
 	background-color: #ffffff;
 	height: 236rpx;
 	border-radius: 20rpx;
-	box-shadow: 0px 0px 0px 1px #f5f5f5;
+	/* box-shadow: 0px 0px 0px 1px #f5f5f5; */
 }
 .navs .title{
 	padding: 30rpx 20rpx;
@@ -119,7 +121,7 @@
 	background-color: #ffffff;
 	height: 402rpx;
 	border-radius: 20rpx;
-	box-shadow: 0px 0px 0px 1px #f5f5f5;
+	/* box-shadow: 0px 0px 0px 1px #f5f5f5; */
 }
 .mySer .title{
 	padding: 30rpx 20rpx;

--
Gitblit v1.9.3