Browse Source

修复bug

笔下光年 5 years ago
parent
commit
532ab3b5e1
1 changed files with 15 additions and 0 deletions
  1. 15 0
      css/style.min.css

+ 15 - 0
css/style.min.css

@@ -622,6 +622,7 @@ button.list-group-item:hover {
     margin-bottom: 0px;
     margin-bottom: 0px;
     cursor: pointer;
     cursor: pointer;
     padding-left: 30px;
     padding-left: 30px;
+    padding-right: 10px;
     font-weight: 400;
     font-weight: 400;
     min-height: 18px;
     min-height: 18px;
     height: auto!important;
     height: auto!important;
@@ -890,6 +891,10 @@ input[type=radio] {
     padding-top: 0px;
     padding-top: 0px;
     margin-top: 8px;
     margin-top: 8px;
 }
 }
+.checkbox-inline+.checkbox-inline,
+.radio-inline+.radio-inline {
+    margin-left: 0px;
+}
 
 
 /* 开关 */
 /* 开关 */
 .lyear-switch {
 .lyear-switch {
@@ -2454,6 +2459,16 @@ dd, dt {
 	width: 100%;
 	width: 100%;
 }
 }
 
 
+/* 边框 */
+.no-border-tb {
+    border-top: 0px;
+    border-bottom: 0px
+}
+.no-border-lr {
+    border-left: 0px;
+    border-right: 0px;
+}
+
 /* 图库 */
 /* 图库 */
 .masonry-grid {
 .masonry-grid {
     -webkit-column-count: 3;
     -webkit-column-count: 3;