From 910c37c43eceb27888b90631c868caa08f7eafcc Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 30 五月 2024 15:36:59 +0800
Subject: [PATCH] 开泵流程相关界面优化
---
app.wxss | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/app.wxss b/app.wxss
index 06c6fc9..f076322 100644
--- a/app.wxss
+++ b/app.wxss
@@ -5,6 +5,22 @@
flex-direction: column;
align-items: center;
justify-content: space-between;
- padding: 200rpx 0;
box-sizing: border-box;
}
+.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