From 7cede2696df830f56a1f7edc4cff4ca483c8aeb8 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 17:40:50 +0800
Subject: [PATCH] 提交
---
wechat_jiaxuan/app.wxss | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/app.wxss b/wechat_jiaxuan/app.wxss
index d14b967..3c7999d 100644
--- a/wechat_jiaxuan/app.wxss
+++ b/wechat_jiaxuan/app.wxss
@@ -1,5 +1,5 @@
-view,text{
+view,text,scroll-view,image{
box-sizing: border-box;
}
page{
@@ -9,6 +9,7 @@
}
image{
display: flex;
+ border-radius: 8rpx;
}
.container {
min-height: 100vh;
@@ -30,6 +31,18 @@
.arrow_right{
width: 16rpx;
}
+.empty_wrap{
+ width: 100%;
+ height: 100%;
+ padding-top: 300rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.default_empty{
+ width: 300rpx;
+ height: 300rpx;
+}
/* */
.flex {
--
Gitblit v1.9.3