From ad9c163fefcfdd15463926f7713c4af81c01cd87 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期四, 27 三月 2025 13:50:58 +0800
Subject: [PATCH] 更新创建灌溉计划页面,添加API通信模块,优化项目选择器和时间选择功能;增强用户体验,修复轮灌组显示逻辑,调整样式和配置文件。
---
pages/rechargeCard/rechargeCard.wxss | 34 ++++++++++++++++++++++++++++++----
1 files changed, 30 insertions(+), 4 deletions(-)
diff --git a/pages/rechargeCard/rechargeCard.wxss b/pages/rechargeCard/rechargeCard.wxss
index 19f7b8c..2457a03 100644
--- a/pages/rechargeCard/rechargeCard.wxss
+++ b/pages/rechargeCard/rechargeCard.wxss
@@ -23,9 +23,11 @@
.item-card {
display: flex;
margin-left: 10rpx;
+ align-items: center;
+ /* 鍨傜洿灞呬腑瀵归綈 */
}
-.item-card text {
+.item-card-text {
font-size: 35rpx;
color: #fff;
}
@@ -66,7 +68,7 @@
display: flex;
margin-top: 20rpx;
align-items: center;
-
+
/* 鍨傜洿灞呬腑 */
}
@@ -106,6 +108,9 @@
margin-left: auto;
/* 灏嗘寜閽浐瀹氬湪鍙宠竟 */
display: flex;
+ color: rgb(238, 153, 153);
+ margin-bottom: 2rpx;
+ font-size: 35rpx;
}
.list-container {
@@ -117,7 +122,8 @@
.button-view {
display: flex;
width: 50%;
- margin-left: auto; /* 灏嗘寜閽粍鎺ㄥ埌鍙宠竟 */
+ margin-left: auto;
+ /* 灏嗘寜閽粍鎺ㄥ埌鍙宠竟 */
justify-content: space-around;
align-items: flex-end;
/* 璁╂寜閽湪瀹瑰櫒涓按骞冲钩鍒嗙┖闂� */
@@ -152,4 +158,24 @@
font-size: 30rpx;
border: none;
-}
\ No newline at end of file
+}
+
+.all-waterIntake {
+ display: flex;
+ flex-direction: column;
+ justify-content: flex-start;
+ /* 纭繚鍐呭灞呬笂 */
+ height: 100%;
+ width: 100%;
+}
+
+.waterIntake-recharge {
+ margin-left: auto; /* 灏嗘寜閽帹鍒板鍣ㄦ渶鍙充晶 */
+ cursor: pointer;
+ background-color: #32CD32;
+ color: white;
+ padding: 15rpx 30rpx;
+ border-radius: 30rpx;
+ font-size: 30rpx;
+}
+
--
Gitblit v1.8.0