@import "./dg-btn/dg-btn.css";
@import "./dg-dialog/dg-dialog.css";
@import "./dg-link/dg-link.css";
@import "./dg-switch/dg-switch.css";
@import "./dg-form-control/dg-form-control.css";
@import "./dg-form-control/dg-datatable-bs.css";
@import "./dg-form-control/dg-select2.css";

html, body {
    margin: 0;
    padding: 0;
}

/*ie10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    img {
        border-width: 0;
    }
}

/* 多行省略 配合 -webkit-line-clamp:number 使用*/
.elli {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 单行 省略号 */
.elli--once {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* clear:both */
.clear {
    clear: both;
}

label {
    margin: 0;
}
