@charset "utf-8"; @import url(../lib/layui/css/layui.css); * { margin: 0px; padding: 0px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } a { text-decoration: none; } html { width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; } body { width: 100%; min-height: 100%; } .clear { clear: both; } .login-bg { /*background: #eeeeee ;*/ background: url(../images/bg.png) no-repeat center; background-size: cover; overflow: hidden; } .login { margin: 120px auto 0 auto; min-height: 420px; max-width: 420px; padding: 40px; background-color: #ffffff; margin-left: auto; margin-right: auto; border-radius: 4px; /* overflow-x: hidden; */ box-sizing: border-box; } .login a.logo { display: block; height: 58px; width: 167px; margin: 0 auto 30px auto; background-size: 167px 42px; } .login .message { margin: 10px 0 0 -58px; padding: 18px 10px 18px 60px; background: #1890ff; position: relative; color: #fff; font-size: 16px; } .login #darkbannerwrap { background: url(../images/aiwrap.png); width: 18px; height: 10px; margin: 0 0 20px -58px; position: relative; } .login input[type="text"], .login input[type="file"], .login input[type="password"], .login input[type="email"], select { border: 1px solid #dcdee0; vertical-align: middle; border-radius: 3px; height: 32px; padding: 0px 16px; font-size: 14px; color: #555555; outline: none; /* width: 100%; */ box-sizing: border-box; } .login input[type="text"]:focus, .login input[type="file"]:focus, .login input[type="password"]:focus, .login input[type="email"]:focus, select:focus { border: 1px solid #1890ff; } .login input[type="submit"], .login input[type="button"] { display: inline-block; vertical-align: middle; padding: 12px 24px; margin: 0px; font-size: 18px; line-height: 24px; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; color: #ffffff; background-color: #1890ff; border-radius: 3px; border: none; -webkit-appearance: none; outline: none; width: 100%; } .login hr { background: #fff; } .login hr.hr15 { height: 15px; border: none; margin: 0px; padding: 0px; width: 100%; } .login hr.hr20 { height: 20px; border: none; margin: 0px; padding: 0px; width: 100%; } .x-body { padding: 20px; } .x-nav { padding: 0 20px; position: relative; z-index: 99; border-bottom: 1px solid #e5e5e5; line-height: 39px; height: 39px; overflow: hidden; } xblock { display: block; margin-bottom: 10px; padding: 5px; line-height: 22px; /* border-left: 5px solid #009688; */ border-radius: 0 2px 2px 0; background-color: #f2f2f2; } .x-right { float: right; } .x-so { /*text-align: center;*/ /*background: #f2f2f2 ;*/ margin-bottom: 20px; } .x-so input.layui-input { width: 300px; } .x-so .layui-form-label { display: inline-block; } .x-so input.layui-input, .x-so input.layui-btn { display: inline-block; } .x-red { color: red; } .x-a { color: #1890ff; } .x-a:hover { color: #1890ff; } .x-sort { height: 30px; } .x-show { cursor: pointer; } .layui-form-switch { margin-top: 0px; } .layui-input:focus, .layui-textarea:focus { border-color: #1890ff !important; } .page { margin-top: 20px; text-align: center; } .page a { display: inline-block; background: #fff; color: #888; padding: 10px; min-width: 15px; border: 1px solid #e2e2e2; } .span1 { display: inline-block; float: left; line-height: 28px; } .page span { display: inline-block; padding: 10px; min-width: 15px; border: 1px solid #e2e2e2; } .page span.current { display: inline-block; background: #1890ff; color: #fff; padding: 10px; min-width: 15px; border: 1px solid #1890ff; } .page .pagination li { display: inline-block; margin-right: 5px; text-align: center; } .page .pagination li.active span { background: #1890ff; color: #fff; border: 1px solid #1890ff; } /*登录样式*/ /*头部*/ .container { width: 100%; /* height: 60px; */ border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .container .logo { padding-left: 10px; width: 100%; /* padding-top: 10px; */ } .container .logo a { float: left; color: #000; font-weight: 600; font-size: 22px; padding-left: 20px; line-height: 45px; } .container .right { background-color: rgba(0, 0, 0, 0); float: right; } .container .left_open { height: 45px; float: left; margin-left: 20px; } .container .left_open i { display: block; background: rgba(255, 255, 255, 0.1); color: #000; width: 32px; height: 32px; line-height: 32px; border-radius: 3px; text-align: center; margin-top: 7px; cursor: pointer; } .container .left_open i:hover { background: rgba(255, 255, 255, 0.3); } .container .left { background-color: rgba(0, 0, 0, 0); float: left; } .container .layui-nav-item { line-height: 45px; } .container .layui-nav-more { top: 20px; } .container .layui-nav-child { top: 50px; } .container .layui-nav-child i { margin-right: 10px; } .layui-nav .layui-nav-item a { color: #000; cursor: pointer; } .layui-nav .layui-nav-item a:hover { color: #000; } .layui-nav .layui-nav-child a { color: #333; cursor: pointer; } .left-nav { position: absolute; top: 45px; bottom: 0; left: 0; z-index: 2; padding-top: 10px; /* background-color: #1E90FF; */ background: url("../images/icon4.png"); background-repeat: repeat-x; background-size:100% 100%; /* opacity: 0.7; */ width: 220px; max-width: 220px; overflow: auto; overflow-x: hidden; border-right: 1px solid #e5e5e5; /*width: 0px;*/ } .left-nav #nav li:hover>a { /*color: blue;*/ } .left-nav #nav .current { background-color: rgba(0, 0, 0, 0.3); } .left-nav #nav li { text-align: center; } .left-nav #nav li a { font-size: 14px; padding: 10px; display: block; cursor: pointer; color: #fff; } .left-nav #nav li a cite { font-size: 14px; } .left-nav #nav li.active, .left-nav #nav li:hover { background: #1890ff; } .left-nav #nav li .sub-menu { display: none; } .left-nav #nav li .opened { display: block; } .left-nav #nav li .opened:hover { /*background: #fff ;*/ } .left-nav #nav li .opened .current {} .left-nav #nav li .sub-menu li:hover { /*color: blue;*/ /*background: #fff ;*/ } .left-nav #nav li .sub-menu li a { padding: 12px 15px 12px 30px; font-size: 14px; cursor: pointer; } .left-nav #nav li .sub-menu li .sub-menu li a { padding-left: 45px; } .left-nav #nav li .sub-menu li a:hover { color: #148cf1; } .left-nav #nav li .sub-menu li a i { font-size: 12px; } .left-nav #nav li a i { padding-right: 10px; line-height: 14px; } .left-nav #nav li .nav_right { float: right; font-size: 16px; } .x-slide_left { width: 17px; height: 61px; background: url(../images/icon.png) 0 0 no-repeat; position: absolute; top: 200px; left: 220px; cursor: pointer; z-index: 3; } .page-content { position: absolute; top: 45px; right: 0; bottom: 42px; left: 161px; overflow: hidden; z-index: 1; } .page-content-bg { position: absolute; top: 46px; right: 0; bottom: 42px; left: 220px; background: rgba(0, 0, 0, 0.5); overflow: hidden; z-index: 100; display: none; } .page-content .tab { height: 100%; width: 100%; background: #efeef0; margin: 0px; } .page-content .layui-tab-title { /*padding-top: 5px;*/ height: 35px; /* background: #330099; */ background: #446388; color: #fff; position: relative; z-index: 100; } .page-content .layui-tab-title li.home i { padding-right: 5px; } .page-content .layui-tab-title li.home .layui-tab-close { display: none; } .page-content .layui-tab-title li { line-height: 35px; } .page-content .layui-tab-title .layui-this:after { height: 36px; } .page-content .layui-tab-title li .layui-tab-close { border-radius: 50%; } .page-content .layui-tab-title .layui-this { background: #fff; } .page-content .layui-tab-bar { height: 34px; line-height: 35px; } .page-content .layui-tab-content { position: absolute; top: 36px; bottom: 0; width: 100%; background: #fff; padding: 0; overflow: hidden; } .page-content .layui-tab-content .layui-tab-item { width: 100%; height: 100%; } .page-content .layui-tab-content .layui-tab-item iframe { width: 100%; height: 100%; } .x-admin-carousel, .layui-carousel, .x-admin-carousel>[carousel-item]>* { background-color: #fff; } .x-admin-backlog .x-admin-backlog-body { display: block; padding: 10px 15px; background-color: #f8f8f8; color: #999; border-radius: 2px; transition: all 0.3s; -webkit-transition: all 0.3s; } .x-admin-backlog-body h3 { padding-bottom: 10px; font-size: 12px; } .x-admin-backlog-body p cite { font-style: normal; font-size: 30px; font-weight: 300; color: #1890ff; } .x-admin-backlog-body:hover { background-color: #cfcfcf; color: #888; } .welcome-footer { padding: 30px 0; line-height: 30px; text-align: center; background-color: #eee; color: #666; font-weight: 300; } body .layui-layout-admin .footer-demo { height: auto; padding: 15px 0; line-height: 26px; } .welcome-footer a { padding: 0 5px; } table th, table td { word-break: break-all; } .footer { position: fixed; bottom: 0px; width: 100%; background-color: #222; border-top: 1px solid rgba(255, 255, 255, 0.2); line-height: 41px; color: #fff; /*padding-left: 10px;*/ } .footer .copyright { margin-left: 10px; } .layui-btn { border-radius: 3px; background: #1890ff; } .layui-tab-brief>.layui-tab-title .layui-this { color: #fff; /* background-color: #1E90FF; */ background: url("../images/icon4.png"); background-repeat: repeat-x; background-size:100% 100%; } .layui-btn.layui-btn-danger { background-color: #ff0000; } .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after { border-bottom-color: #1890ff; } .Columnar p { float: left; } .Columnar p a { line-height: 38px; margin: 0 6px; cursor: pointer; } .Columnar p a.cur { color: #1890ff; } .Columnar .layui-form { float: left; } .DataRanking { float: left; width: 30%; } .DataRanking h3 { text-align: left; font-size: 20px; font-weight: 600; line-height: 50px; } .DataRanking ul li { width: 100%; height: 24px; line-height: 24px; margin: 10px auto; } .DataRanking ul li span { display: block; float: left; margin-right: 20px; width: 24px; height: 24px; border-radius: 50%; text-align: center; line-height: 24px; } .DataRanking ul li span { background: rgb(49, 70, 89); color: #fff; } .DataRanking ul li p { float: left; } .DataRanking ul li i { font-style: normal; float: right; margin-right: 30px; } .site-doc-icon { /* width: 100%; */ margin-bottom: 30px; } .site-doc-icon li { display: inline-block; vertical-align: middle; width: 30%; height: 220px; line-height: 25px; padding: 20px; margin-right: 1%; margin-bottom: -1px; border: 1px solid #e2e2e2; font-size: 14px; color: #666; box-sizing: border-box; } .site-doc-icon li .layui-anim { height: 120px; } .site-doc-icon li .layui-anim h3 { line-height: 50px; font-size: 30px; font-weight: 600; } .period { float: left; margin-top: 15px; margin-right: 25px; } .period i { display: inline-block; font-style: normal; color: #f5222d; margin-left: 5px; } .period span { margin-left: 10px; } .period .active { color: #8fd96b; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .successRates { border-top: 1px solid #ddd; } .successRates .period { margin-top: 8px; } .site-doc-icon li h4 span { float: right; } .site-doc-icon li p { border-top: 1px solid #e2e2e2; line-height: 34px; } .bar { width: 100%; float: left; margin-top: 45px; } .bar h3 { position: relative; top: 30px; left: 38px; font-size: 20px; margin-top: 50px; } .sear { display: inline-block; width: 80%; } @media screen and (max-width: 768px) { .Columnar { position: relative; } .DataRanking { width: 100%; } .fast-add { display: none; } .layui-nav .to-index { display: none; } .container .logo a { width: 140px; } .container .left_open { /*float: right;*/ } .left-nav { left: -221px; } .page-content { left: 0px; } .page-content .layui-tab-content .layui-tab-item { -webkit-overflow-scrolling: touch; overflow-y: scroll; } .x-so input.layui-input { width: 100%; background-color: #222; border-top: 1px solid rgba(255, 255, 255, 0.2); line-height: 41px; color: #fff; /*padding-left: 10px;*/ } .footer .copyright { margin-left: 10px; } .layui-btn { border-radius: 6px; background: #1890ff; } .layui-btn.layui-btn-danger { background-color: #ff0000; } @media screen and (max-width: 768px) { .fast-add { display: none; } .layui-nav .to-index { display: none; } .container .logo a { width: 140px; } .container .left_open { /*float: right;*/ } .left-nav { left: -220px; } .page-content { left: 0px; } .page-content .layui-tab-content .layui-tab-item { -webkit-overflow-scrolling: touch; overflow-y: scroll; } .x-so input.layui-input { width: 100%; margin: 10px; } } } .left-nav #side-nav .layui-nav { /* background-color: #1E90FF !important; */ background: url("../images/icon4.png"); background-repeat: repeat-x; background-size:100% 100%; /* box-shadow: 13, 13, 10, 10; */ } .layui-nav-tree .layui-nav-item a:hover { background-color: #1E90F!important; }