From 86baa8ff948d2e79588e0dd7efa16f6b8ac3b157 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 06 十二月 2024 15:29:15 +0800
Subject: [PATCH] ll

---
 h5/App.vue |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/h5/App.vue b/h5/App.vue
index fbec5c3..c567d31 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -16,7 +16,11 @@
 <style lang="scss">
 /*姣忎釜椤甸潰鍏叡css */
 @import "uview-ui/index.scss";
-
+html, body {
+    height: auto;
+    min-height: 100%;
+    overflow: visible;
+}
 .flex-cb {
   display: flex;
   justify-content: space-between;
@@ -29,7 +33,18 @@
   max-width: 800rpx;
   overflow-y: auto;
 }
-
+.empty_wrap{
+	display: flex;
+	flex-direction: column;
+	justify-content: center;
+	align-items: center;
+	color: #666666;
+	min-height: 600rpx;
+	image{
+		width: 300rpx;
+		height: 300rpx;
+	}
+}
 .doumee-container .ivu-tabs-nav {
   width: 100%;
 }
@@ -125,6 +140,9 @@
   color: #999999 !important;
   font-size: 28rpx;
 }
+.red{
+	color: red !important;
+}
 
 //璁剧疆鍦嗚
 checkbox .uni-checkbox-input {
@@ -177,7 +195,7 @@
 }
 
 .main_app {
-  padding: 0 30rpx 30rpx;
+  padding: 10rpx 30rpx 30rpx;
   font-size: 28rpx;
   color: #333333;
 }
@@ -225,6 +243,9 @@
 .ml12 {
   margin-left: 12rpx;
 }
+.ml6 {
+  margin-left: 6rpx;
+}
 .mt6 {
   margin-top: 6rpx;
 }

--
Gitblit v1.9.3