From 7d607f19253fcdbbf36d692894cee036af6c5de1 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 13:43:39 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/app.wxss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/app.wxss b/wechat_jiaxuan/app.wxss
index cb2e460..3c7999d 100644
--- a/wechat_jiaxuan/app.wxss
+++ b/wechat_jiaxuan/app.wxss
@@ -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