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