From 910c37c43eceb27888b90631c868caa08f7eafcc Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 30 五月 2024 15:36:59 +0800
Subject: [PATCH] 开泵流程相关界面优化
---
pages/waterIntake/waterIntake.wxss | 40 ++++++++++++++++++++++++++++++----------
1 files changed, 30 insertions(+), 10 deletions(-)
diff --git a/pages/waterIntake/waterIntake.wxss b/pages/waterIntake/waterIntake.wxss
index 34cfae9..9c65252 100644
--- a/pages/waterIntake/waterIntake.wxss
+++ b/pages/waterIntake/waterIntake.wxss
@@ -4,6 +4,7 @@
padding-left: 20rpx;
padding-right: 20rpx;
padding-top: 5rpx;
+ padding-bottom: 5rpx;
background-color: #fff;
width: 100%;
height: 100vh;
@@ -33,16 +34,7 @@
/* 鏂囧瓧灞呬腑 */
}
-.indicator {
- width: 100%;
- height: 3px;
- background-color: #1890FF;
- position: absolute;
- bottom: 0;
- left: 0;
- transform: translateX(0);
- /* 鍒濆鍖栦綅缃� */
-}
+list-container
.list {
margin-top: 20px;
@@ -143,4 +135,32 @@
}
.item-left text{
font-size: 40rpx;
+}
+.indicator {
+ width: 100%;
+ height: 3px;
+ background-color: #1890FF;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ transform: translateX(0);
+ /* 鍒濆鍖栦綅缃� */
+}
+
+.noMore-View {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 100%;
+ text-align: center;
+ flex-direction: column;
+}
+
+.noMore-img{
+ width: 300rpx;
+ height: 300rpx;
+}
+
+.noMore-text{
+ color:#969494;
}
\ No newline at end of file
--
Gitblit v1.8.0