<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

/*AdminLte样式Fix*/

/* 顶部标题Logo设置 */
.main-header .logo {
    font-family: "Microsoft Yahei", 微软雅黑;
    padding-left: 72px;
    text-align: center;
    /*width: 280px;*/
}

/*.main-header &gt; .navbar {
    margin-left: 280px;
}*/

.skin-blue .main-header .logo {
    background: url("../img/site-logo.png") no-repeat;
    background-size: 42px 40px;
    background-position: 15px 5px;
    background-color: #3c8dbc;
}

    .skin-blue .main-header .logo:hover {
        background: url("../img/site-logo.png") no-repeat;
        background-size: 42px 40px;
        background-position: 15px 5px;
        background-color: #367fa9;
    }

.appVersion {
    font-weight: normal;
}

/* 底部高度设置 */
/*.main-footer{
    padding-top:5px;
    padding-bottom:5px;
}*/

/* bootstrap Form相关样式Fix */
.formFix-label {
    margin-top: 5px;
}

.formFix-textArea {
    resize: none;
}

/* 顶部菜单用户名取消显示图标样式Fix */
.navbar-nav &gt; .user-menu .user-image {
    margin-right: 0px;
}

/* 顶部菜单相关样式Fix */
.navbar .dropdown-submenu {
    position: relative;
}

    .navbar .dropdown-submenu &gt; .dropdown-menu {
        top: 0px;
        left: 100%;
        margin-top: -5px;
        margin-left: 0px;
        border-radius: 0px;
    }

        .navbar .dropdown-submenu &gt; .dropdown-menu.submenu-left {
            left: -100%;
        }

    .navbar .dropdown-submenu:hover &gt; .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-submenu &gt; .dropdown-menu.submenu-left.map-submenu.ship-submenu-fix {
        min-width: 280px;
        width: 280px;
        left: -280px;
    }


/* breadcrumb图标大小Fix */
.bread-home-icon {
    font-size: 14px;
}

/* 登录/注册 等界面校验后样式Fix */
.has-feedback label ~ .form-control-feedback {
    top: 0px;
}

#loginbody, #registbody, #mailbody, #resetbody, #findbody {
    margin-bottom: 5px;
}

.login-other-operate {
    margin: 10px 5px 0px 5px;
}

.login-box-foot {
    text-align: center;
    color: gray;
    margin-top: 20px;
}

/* DataTable查询为空时的样式Fix */
.dataTables-empty {
    text-align: center;
}

/* DataTable的TD强制换行样式Fix */
.dt-force-wrap {
    word-wrap: break-word;
    word-break: break-all;
}

/* iCheck 样式Fix */
.icheck-control {
    display: none;
}

.login-iCheck {
    margin-top: 7px;
    margin-bottom: 0px;
}

/* Select2表单校验样式Fix */
.has-error .select2 .selection .select2-selection {
    border-color: #dd4b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
}
</pre></body></html>