From 25ebc714977470b5ed02b0ec7f30ea0615ebd89f Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期五, 14 三月 2025 16:48:09 +0800
Subject: [PATCH] 更新应用配置,添加AppID并修改页面路由;优化取水口界面,增加定时开阀功能和相关参数设置;修复首页反馈图标及提示信息。

---
 pages/waterIntake/waterIntake.wxss |   38 +++++++++++++++++++++++++++++++++++++-
 1 files changed, 37 insertions(+), 1 deletions(-)

diff --git a/pages/waterIntake/waterIntake.wxss b/pages/waterIntake/waterIntake.wxss
index 519475c..948121e 100644
--- a/pages/waterIntake/waterIntake.wxss
+++ b/pages/waterIntake/waterIntake.wxss
@@ -68,7 +68,9 @@
   align-items: center;
   justify-content: center;
 }
-
+.item-button:active {
+  background-color: #7c7c7c; /* Change to a darker color when pressed */
+}
 .indicator {
   width: 100%;
   height: 3px;
@@ -143,4 +145,38 @@
 .error-dialog{
   --td-dialog-title-color:red;
   --td-dialog-title-font-size:45rpx;
+}
+
+.search-results {
+  position: absolute;
+  top: 100rpx; /* 鏍规嵁鎼滅储妗嗙殑楂樺害璋冩暣 */
+  left: 30rpx;
+  right: 30rpx;
+  bottom: 0;
+  background-color: rgba(255, 255, 255, 0.90); /* 璁剧疆鐧借壊鑳屾櫙 */
+  z-index: 1;
+  overflow-y: auto;
+}
+
+.result-item {
+  padding: 20rpx;
+  border-bottom: 1px solid #eaeaea;
+}
+
+.item-img-left {
+  width: 40rpx;
+  /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
+  height: 40rpx;
+  /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
+
+}
+
+.item-img {
+  width: 40rpx;
+  height: 40rpx;
+  margin-left: 20rpx;
+}
+.water-intake-name {
+  font-size: 50rpx !important;
+  margin-left: 15rpx;
 }
\ No newline at end of file

--
Gitblit v1.8.0