From b99c3c47930374bb7dbb1a427b4b32f31b6172cd Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 09 五月 2024 13:39:42 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
h5/App.vue | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index b3dbcaf..a659c7f 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -147,8 +147,9 @@
border-radius: 50%;
}
checkbox .uni-checkbox-input.uni-checkbox-input-checked{
- color: #4d99a8 !important;
+ color: #fff !important;
border: 1px solid #4d99a8 !important;
+ background-color: #4d99a8 !important;
}
checkbox .uni-checkbox-input.uni-checkbox-input-checked:before{
/* color: #4d99a8 !important; */
@@ -156,5 +157,25 @@
/* 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