From 6ae0924bdb44e8b1f569b6f1cdb6ff403e1d2ce3 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期一, 28 四月 2025 10:15:33 +0800
Subject: [PATCH] 优化首页和灌溉页面的样式,添加当前项目显示;重构项目配置,确保项目登录需求一致性;更新登录页面逻辑,简化项目选择和信息展示,提升用户体验。
---
pages/home/home.wxss | 41 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index 4f09e97..71b6d7c 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -38,6 +38,7 @@
align-items: left;
justify-content: center;
margin-left: 15rpx;
+ margin-bottom: 70rpx;
}
.head-button-wrapper {
@@ -752,4 +753,44 @@
font-size: 32rpx;
color: #888;
}
+
+.current-project {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ margin-left: 20rpx;
+ margin-right: 10rpx;
+ margin-top: 10rpx;
+}
+
+.current-project text {
+ font-size: 28rpx;
+ color: #ffffff;
+ font-weight: bold;
+ background-color: rgba(255, 255, 255, 0.2);
+ border-radius: 15rpx;
+ padding: 6rpx 14rpx;
+}
+
+.avatar-project-container {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+
+.current-project {
+ display: flex;
+ justify-content: center;
+ margin-bottom: 10rpx;
+}
+
+.current-project text {
+ font-size: 28rpx;
+ color: #ffffff;
+ font-weight: bold;
+ background-color: rgba(255, 255, 255, 0.2);
+ border-radius: 15rpx;
+ padding: 6rpx 14rpx;
+}
\ No newline at end of file
--
Gitblit v1.8.0