From a6d82e58a612c906dde67f365826c0be6cf94cd8 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 09 五月 2024 17:10:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
h5/App.vue | 38 +++++++++++++++++++++++++++++++++++++-
1 files changed, 37 insertions(+), 1 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index b69017c..a659c7f 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -142,4 +142,40 @@
.card .content {
color: #222;
}
-</style>
\ No newline at end of file
+ //璁剧疆鍦嗚
+ 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;
+ }
+ .main_app{
+ padding: 0 30rpx;
+ }
+ .mr24{
+ margin-right: 24rpx;
+ }
+ .mr12{
+ margin-right: 12rpx;
+ }
+
+</style>
--
Gitblit v1.9.3