From 556464a10ec5f3946b738080428a848154d5b780 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 12 八月 2024 09:06:39 +0800
Subject: [PATCH] 添加识别二维码切换地址的功能

---
 pages/waterIntake/waterIntake.wxss |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/pages/waterIntake/waterIntake.wxss b/pages/waterIntake/waterIntake.wxss
index 4369c9a..56c304a 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;
@@ -135,7 +137,28 @@
   flex-direction: column;
   padding-bottom: 10rpx; /* 澧炲姞搴曢儴濉厖 */
 }
-.t-dialog{
+.dialog{
   --td-dialog-content-font-size:40rpx;
   --td-dialog-content-line-height:50rpx
+}
+
+.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;
 }
\ No newline at end of file

--
Gitblit v1.8.0