Browse Source

更新添加联系人 添加公司

Chente 5 years ago
parent
commit
a8f1066e93
2 changed files with 594 additions and 46 deletions
  1. 12 3
      css/cld-custom.css
  2. 582 43
      product-yun-yh.html

+ 12 - 3
css/cld-custom.css

@@ -73,9 +73,6 @@
     width: 100%;
     clear: both;
 }
-.cldform .cldform-item .cldform-control .card{
-  cursor: pointer;
-}
 .cldform .cldform-item .cldform-control .cldform-contarl-box{
   box-sizing: border-box;
   height: 36px;
@@ -154,6 +151,18 @@
 .sheet-nav-tabs .nav-item .nav-link.active:not(:hover) {
     color: #886ab5!important;
 }
+.cldform .cldform-item .cldform-control .cldform-control-checkbox{
+  margin-top:8px;
+}
+.cldform-control-checkbox .custom-control{
+  padding-left: 1.4rem;
+  margin-right: .5rem;
+  margin-bottom: .5rem
+}
+.cldform-control-checkbox .custom-control-label::before,.cldform-control-checkbox .custom-control-label::after{
+  left:-1.3rem;
+  top:0.02469rem;
+}
 .modal {
   background:rgba(0, 0, 0,0.2);
 }

File diff suppressed because it is too large
+ 582 - 43
product-yun-yh.html