From 8871e7afdd529807d181b679287778c29a02ed0b Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 12 May 2026 17:11:38 +0800
Subject: [PATCH] feat:购有趣 登录页,首页,我的页面
---
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..6502051 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: 160rpx;
}
.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