From dab5db84055a7f6a8fea3b61099d85d34ea7a706 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 10 五月 2024 16:22:25 +0800
Subject: [PATCH] 最新版本

---
 h5/App.vue |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/h5/App.vue b/h5/App.vue
index 9a4107c..ee2ec51 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -142,6 +142,10 @@
 	.card .content {
 		color: #222;
 	}
+	.placeholder9{
+		color: #999999;
+		font-size: 28rpx;
+	}
 		//璁剧疆鍦嗚
 		checkbox .uni-checkbox-input{
 			border-radius: 50%;
@@ -157,5 +161,36 @@
 			/* font-size: 58rpx; */
 			/* border-radius: 50%; */
 		}
+		
+		// 
+		
+		view{
+			box-sizing: border-box;
+		}
+		image{
+			box-sizing: border-box;
+			margin: 0;
+			display: flex;
+		}
+		.df_ac{
+			display: flex;
+			align-items: center;
+		}
+		.main_app{
+			padding: 30rpx;
+			font-size: 28rpx;
+			color: #222222;
+		}
+		.mr24{
+			margin-right: 24rpx;
+		}
+		.mr12{
+			margin-right: 12rpx;
+		}
+		.mr6{
+			margin-right: 6rpx;
+		}
+		
+		
 
 </style>

--
Gitblit v1.9.3