common.css 4.92 KB
.layui-nav .layui-nav-more {
    right: 17px;
}
/* ----------------------公共样式-------------------------- */
.contentBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.navigation_crumbs {
    width: 100%;
    height: 45px;
    padding: 10px 0;
    box-sizing: border-box;
}
.navigation_crumbs .layui-breadcrumb a:hover {
    color: #0091FF!important;
}
/* -------------------------头部start----------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-size: 100%;
    background: transparent;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif,PingFangSC-Medium, PingFang SC;
}

/* -----------------底部start----------------------------- */
div.footer {
    background-color: #233042;
    width: 100%;
    float: left;
}
div.footer .system_service {
    width: 100%;
    border-bottom: 1px solid #4A4A4A;
}
div.footer .system_service ul {
    padding: 30px 0;
    width: 1400px;
    margin: 0 auto;
    font-size: 0;
}
div.footer .system_service ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
    height: 18px;
    box-sizing: border-box;
}
div.footer .system_service ul li:not(:last-child) {
    border-right: 1px solid #6D7278;
}
div.footer .system_service ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #DEDEDE;
}
div.footer .system_service ul li a:hover {
    color: #0091FF;
}
.footer .subject {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}
.footer .subject .footer_logo {
    float: left;
}
.footer .subject .footer_logo a{
    display: block;
    width: 64px;
    height: 74px;
    padding: 10px;
}
.footer .subject .footer_logo a img {
    width: 100%;
    height: 100%;
}
.footer .subject ul, ol {
    float: left;
    color: #CBCBCB;
    text-align: left;
}
.footer .subject ul {
    width: 73%;
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: 14px;
}
.footer .subject ul li {
    width: 30%;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}
.footer .subject ol li {
    display: inline-block;
    text-align: center;
}
.footer .subject ol li:last-child {
    margin-left: 40px;
}
.footer .subject ol li img {
    width: 80px;
    height: 80px;
}
.footer .subject ol li p {
    font-size: 12px;
    color: #CBCBCB;
    margin-top: 5px;
}

/* ------------layui 弹框样式---------------- */
.layui-layer-ico {
    background: none!important;
    position: relative;
}
.layui-layer-ico::after {
    content: '\2716';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 14px;
    color: #fff;
}
/* --------------进度条美化---------------- */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  width: 7px;
  background: rgba(#101F1C, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144,147,153,.5);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144,147,153,.5);
}


/* card样式 */
.cardItem {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08);
    -moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/
    -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/
    border-radius: 4px;
}
/* 中间区域高度 */
.middleZoneHeight {
    min-height: calc(100vh - 451px);
}
.layui-layer-content {
    height: auto!important;
}
/* 0091FF */
.layui-layer-content .userList{
    width: 50%;
    display: inline-block;
    margin:  10px 0;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 20px;
}
.layui-layer-content .userList:last-child {
    margin-bottom: 60px;
}
.layui-layer-content .userList input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    cursor: pointer;
}
/*  */
.layui-layer-title {
    background-color: #1E9FFF!important;
    color: #fff!important;
}
.layui-layer-btn {
    text-align: center;
}
.loginSelect {
    position: relative;
    top: -5px;
    cursor: pointer;
}
.layui-nav * {
    font-size: 14px;
}
.not-select{
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.isLogin {
    position: relative;
    top: 18px!important;
}
.loginInput {
    height: 26px;
    margin-bottom: 10px;
}
.marginTop20 {
    margin-top: 20px;
}