From 2faa6546a9f9ddb29f81cbc9770fc25b95703695 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 17:02:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_jiaxuan/app.wxss |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/app.wxss b/wechat_jiaxuan/app.wxss
index c534b16..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;
@@ -29,6 +30,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;
 }
 
 /*  */
@@ -76,7 +89,9 @@
 button:after {
   content: none;
 }
-
+::-webkit-scrollbar {
+  display: none;
+}
 button::after {
   border: none;
 }
\ No newline at end of file

--
Gitblit v1.9.3