From 0df3c99a23b6774c39abf16af51cf20bbfefc8a5 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 10 五月 2024 15:54:24 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/h5/App.vue b/h5/App.vue
index b69017c..ee2ec51 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -142,4 +142,55 @@
 	.card .content {
 		color: #222;
 	}
-</style>
\ No newline at end of file
+	.placeholder9{
+		color: #999999;
+		font-size: 28rpx;
+	}
+		//璁剧疆鍦嗚
+		checkbox .uni-checkbox-input{
+			border-radius: 50%;
+		}
+		checkbox .uni-checkbox-input.uni-checkbox-input-checked{
+			color: #fff !important; 
+			border: 1px solid #4d99a8 !important;
+			background-color: #4d99a8 !important;
+		}
+		checkbox .uni-checkbox-input.uni-checkbox-input-checked:before{
+			/* color: #4d99a8 !important;  */
+			/* border: 1px solid #4d99a8 !important; */
+			/* 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