From 096c08977d2596d023e362ce2c3ff3ac054ea4ad Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 14 May 2026 17:51:17 +0800
Subject: [PATCH] UI:购有趣 我的、商品详情、首页样式调整及隐藏详情积分
---
static/css/login.css | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/static/css/login.css b/static/css/login.css
index d59c255..55d641a 100644
--- a/static/css/login.css
+++ b/static/css/login.css
@@ -2,17 +2,28 @@
font-size: 28upx;
}
.login-title{
- padding: 160upx 70upx 70upx 70upx;
+ /* padding: 160upx 70upx 70upx 70upx; */
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ gap: 20rpx;
+ margin-top: 70rpx;
+ margin-bottom: 20rpx;
}
.login-title-1{
font-size: 40upx;
font-weight: 700;
- color: #000000;
+ color: #37AA25;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ gap: 30rpx;
+ letter-spacing: 4rpx;
}
.login-title-2{
- font-size: 26upx;
+ font-size: 28upx;
color: #000000;
- margin-top: 20upx;
}
.login-list{
padding: 50upx 70upx;
@@ -70,7 +81,7 @@
border-radius: 50upx;
}
.loginBtn .active{
- background-color: #e3b400;
+ background-color: #37AA25;
}
.login-type{
@@ -90,7 +101,7 @@
content: '';
height: 1px;
width: 100%;
- background-color: #e3b400;
+ background-color: #37AA25;
left: 0;
bottom: -10px;
}
--
Gitblit v1.9.3