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