|
- /*bar 工具*/
- body {
- padding-bottom: 0;
- background-color: #fff;
- min-height: 100%;
- font-family: 'Open Sans';
- font-size: 13px;
- color: #393939;
- line-height: 1.5;
- }
-
- .nav-list>li>a:hover {
- background-color: #FFF;
- color: #1963aa;
- }
-
- .nav-list>li .submenu>li.active>a {
- color: #2b7dbc;
- }
- .nav-list>li>.submenu li>.submenu li.open>a {
- color: #25639e;
- }
- .nav-list>li .submenu>li.active>a>[class*="icon-"]:first-child, .nav-list>li .submenu>li:hover>a>[class*="icon-"]:first-child {
- display: inline-block;
- }
- .nav-list>li>.submenu li>.submenu>li a:hover {
- color: #316292;
- text-decoration: underline;
- }
- .nav-list>li .submenu>li>a:hover {
- text-decoration: none;
- color: #4b88b7;
- }
- .nav-list>li .submenu>li.active>a{
- color: #2b7dbc;
- }
- .text-center{text-align: center;}
- .fl{float: left;}
- .form-group select, .form-group textarea, .form-group input[type="text"], .form-group input[type="password"], .form-group input[type="datetime"], .form-group input[type="datetime-local"], .form-group input[type="date"], .form-group input[type="month"], .form-group input[type="time"], .form-group input[type="week"], .form-group input[type="number"], .form-group input[type="email"], .form-group input[type="url"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="color"] {
- background: #FFF;
- }
- label, .lbl {
- vertical-align: middle;
- }
- textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
- border-radius: 0!important;
- color: #858585;
- background-color: #fff;
- border: 1px solid #d5d5d5;
- padding: 5px 4px;
- line-height: 1.2;
- font-size: 14px;
- font-family: inherit;
- -webkit-box-shadow: none!important;
- box-shadow: none!important;
- -webkit-transition-duration: .1s;
- transition-duration: .1s;
- }
- ul{
- list-style: none;
- }
- label, .lbl {
- vertical-align: middle;
- }
- label {
- font-weight: normal;
- /*font-size: 14px;*/
- }
- /*navbar*/
- .navbar {
- margin-left: 0;
- margin-right: 0;
- box-shadow: none;
- margin: 0;
- padding-left: 0;
- padding-right: 0;
- background: #438eb9;
- width: 100%;
- }
-
- .navbar .navbar-brand {
- color: #fff;
- font-size: 24px;
- text-shadow: none;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- /*navbar*/
- .warp{
- width: 1500px;
- overflow: hidden;
- }
- /*control-bar 页面左边菜单栏*/
-
-
- .warp .sidebar-shortcuts{
- text-align: center;
- }
-
-
- .warp .control-bar{
- width:240px;
- float: left;
- }
-
- .warp .control-bar .nav-list>li>a {
- height: 90px;
- font-size: 18px;
- margin-left: 20px;
- padding: 0;
- border-bottom: 2px solid #f3f3f3;
- font-family: "微软雅黑";
- font-weight: normal;
- color: #0b1647;
- letter-spacing: 2px;
- border-right: 6px solid #fafafa;
- line-height: 90px;
- background-color: #fafafa;
- border-top: 2px solid #f3f3f3;
- }
- .warp .control-bar .nav-list>li.active:after {
- display: inline-block;
- content: "";
- position: absolute;
- right: -2px;
- top: -1px;
- bottom: 0;
- z-index: 1;
- border-width: 0 2px 0 0;
- }
-
- .warp .control-bar .nav-list>li>a>[class*="icon-"]:first-child {
- display: inline-block;
- vertical-align: middle;
- min-width: 30px;
- text-align: center;
- font-size: 18px;
- font-weight: normal;
- margin-right: 2px;
- }
-
- .nav-list>li.active>a>[class*="icon-"] {
- font-weight: normal;
- }
- .nav-list>li .submenu {
- /*display: none;*/
- list-style: none;
- margin: 0;
- padding: 0;
- position: relative;
- background-color: #fff;
- border-top: 1px solid #e5e5e5;
- }
- .nav-list>li.active>.submenu>li:before {
- border-top-color: #fafafa;
- }
- .nav-list>li.active>.submenu:before {
- border-left-color: #fafafa;
- }
- .nav-list>li>.submenu li.open>a>[class*="icon-"]:first-child {
- display: inline-block;
- }
- .icon-double-angle-right:before {
- content: "\f101";
- }
- .nav-list>li>.submenu:before {
- content: "";
- display: block;
- position: absolute;
- z-index: 1;
- left: 18px;
- top: 0;
- bottom: 0;
- border: 1px dotted #9dbdd6;
- border-width: 0 0 0 1px;
- }
- .nav-list>li>.submenu>li:before {
- content: "";
- display: inline-block;
- position: absolute;
- width: 7px;
- left: 20px;
- top: 17px;
- border-top: 1px dotted #9dbdd6;
- }
- .nav-list>li a>.arrow {
- display: inline-block;
- width: 14px!important;
- height: 14px;
- line-height: 14px;
- text-shadow: none;
- font-size: 18px;
- position: absolute;
- right: 11px;
- top: 11px;
- padding: 0;
- color: #666;
- }
- .nav-list>li .submenu>li {
- margin-left: 0;
- position: relative;
- }
- .nav-list>li>.submenu>li:first-child>a {
- border-top: 1px solid #fafafa;
- }
- .nav-list>li .submenu>li>a {
- display: block;
- position: relative;
- color: #616161;
- padding: 7px 0 9px 37px;
- margin: 0;
- border-top: 1px dotted #e4e4e4;
- }
- .nav-list>li .submenu>li a>[class*="icon-"]:first-child {
- display: none;
- font-size: 12px;
- font-weight: normal;
- width: 18px;
- height: auto;
- line-height: 12px;
- text-align: center;
- position: absolute;
- left: 10px;
- top: 11px;
- z-index: 1;
- background-color: #FFF;
- }
- .nav-list>li .submenu>li.active>a>[class*="icon-"]:first-child {
- color: #c86139;
- }
- .nav-list>li .submenu>li.active>a>[class*="icon-"]:first-child, .nav-list>li .submenu>li:hover>a>[class*="icon-"]:first-child {
- display: inline-block;
- }
-
- li [class^="icon-"], li [class*=" icon-"], .nav-list li [class^="icon-"], .nav-list li [class*=" icon-"] {
- width: auto;
- }
- .nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
- line-height: inherit;
- }
-
- .nav-list>li>.submenu li>.submenu>li a {
- font-size: 13px;
- color: #777;
- }
- .nav-list>li>.submenu li>.submenu>li>a {
- margin-left: 20px;
- padding-left: 22px;
- }
- .nav-list>li .submenu>li>a {
- display: block;
- position: relative;
- color: #616161;
- padding: 7px 0 9px 37px;
- margin: 0;
- border-top: 1px dotted #e4e4e4;
- }
- .nav-list>li>.submenu li>.submenu>li {
- line-height: 16px;
- }
- .nav-list>li .submenu>li {
- margin-left: 0;
- position: relative;
- background-color: #fafafa;
- }
-
-
- .nav-list>li>.submenu li>.submenu {
- border-top: 0;
- background-color: transparent;
- /*display: none;*/
- }
- .nav-list>li.active .submenu {
- display: block;
- }
- .nav-list li .submenu {
- overflow: hidden;
- }
- .nav-list>li .submenu {
- display: none;
- list-style: none;
- margin: 0;
- padding: 0;
- position: relative;
- background-color: #fff;
- border-top: 0px solid #e5e5e5;
- }
- li>ul, li>ol {
- margin-left: 18px;
- }
- .nav-list>li>.submenu li>.submenu>li a>[class*="icon-"]:first-child {
- display: inline-block;
- color: inherit;
- font-size: 14px;
- position: static;
- background-color: transparent;
- margin-right: 1px;
- }
- .nav-list>li>.submenu li>.submenu>li a {
- font-size: 13px;
- color: #777;
- }
- .nav-list>li>.submenu li>.submenu>li>a {
- margin-left: 20px;
- padding-left: 22px;
- }
- .nav-list>li .submenu>li>a {
- display: block !important;
- position: relative !important;
- padding: 0px !important;
- margin-left: 60px !important;
- border-top: 2px solid #f3f3f3 !important;
- height: 50px;
- line-height: 50px;
- font-size: 18px;
- font-family: "微软雅黑";
- color: #b2b2b2;
- border-right: 6px solid #fafafa;
- }
- /*control-bar 页面左边菜单栏*/
-
-
-
-
-
- /*control-show 页面右边功能*/
- .warp .control-show{
- width: 1200px;
- /*background: black;*/
- float: left;
-
- }
- .nav-list>li:first-child {
- border-top: 0;
- background-color: #fafafa!important;
- }
-
- /*
- .btn-primary, .btn-primary:focus {
- background-color: #428bca!important;
- border-color: #428bca;
- }
- .btn, .btn-default, .btn:focus, .btn-default:focus {
- background-color: #abbac3!important;
- border-color: #abbac3;
- }
- .btn {
- display: inline-block;
- color: #FFF!important;
- text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important;
- background-image: none!important;
- border: 5px solid #FFF;
- border-radius: 0;
- box-shadow: none!important;
- -webkit-transition: all ease .15s;
- transition: all ease .15s;
- cursor: pointer;
- vertical-align: middle;
- margin: 0;
- position: relative;
- }
- .btn {
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important;
- }*/
- /*control-show 页面右边功能*/
-
- .font_color{
- color: #061b47!important;
- }
- .border_color{
- border-right: 6px solid #061b47!important;
- }
- .serverheight{
- background-color: #fafafa;
- }
|