From a77b7e9a6cc29cc90d7f8f83d617fc3170410f20 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期四, 31 三月 2022 16:53:34 +0800
Subject: [PATCH] #

---
 App.vue |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/App.vue b/App.vue
index 8bb47fa..e73ad60 100644
--- a/App.vue
+++ b/App.vue
@@ -234,4 +234,40 @@
 		font-size: 20px;
 		height: 40px;
 	}
+	
+	/* uni-checkbox .uni-checkbox-input{
+		border-radius: 20% !important;
+		border: 1px solid black;
+	}
+	uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked {
+		background: $primary-color;
+	} */
+	/* uni-checkbox-group{ width: 100% !important; }
+	uni-checkbox-group uni-label{ width: 33% !important; display: inline-flex; margin-bottom: 20rpx; } */
+	
+	/*checkbox 閫夐」妗嗗ぇ灏�  */
+	uni-checkbox .uni-checkbox-input{
+		width: 30rpx !important;
+		height: 30rpx !important;
+	}
+	
+	/*checkbox閫変腑鍚庢牱寮�  */
+	uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked{
+		background: #3D7EFF;
+		border-color:#3D7EFF;
+	}
+	
+	/*checkbox閫変腑鍚庡浘鏍囨牱寮�  */
+	uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked::before{
+	    width: 30rpx;
+	    height: 30rpx;  
+		line-height: 30rpx;
+		text-align: center;
+		font-size: 30rpx;
+		color: #fff;
+		background: transparent;
+		transform: translate(-50%, -55%) scale(1);
+		-webkit-transform: translate(-50%, -55%) scale(1);
+	}
+
 </style>

--
Gitblit v1.9.1