123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
- @charset "UTF-8";
- /*上面导航条的背景颜色*/
- .pending-nav-bg {
- background: #0771A6;
- border-color:#0771A6;
- }
- .pending-nav-bg a {
- color: #ffffff;
- }
- /*logo的样式*/
- .logo a {
- overflow: hidden;
- text-indent: -99em;
- display: block;
- height: 62px;
- }
- /**logo*/
- .logo {
- width: 198px;
- height: 99px;
- margin-right: -16px;
- margin-top: 23px;
- transform: scale(0.96);
- background: url(/img/GEIDCP.svg) no-repeat;
- float: left;
- list-style: none;
- }
- /*logo的样式end*/
- /*取消退出按钮的hover效果*/
- #logout{color:#ffffff;text-decoration:none !important;}
- #logout:hover{background:#0771A6 !important; text-decoration:none !important; color:#ffffff;}
- /*导航颜色*/
- .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
- {
- color: #ffffff;
- background-color: #263441;
- }
- /*导航双箭头的样式*/
- .panel-tool a {
- opacity: 0.7;
- filter: alpha(opacity = 70);
- background-color: transparent;
- }
- .panel-tool a:hover{
- opacity: 1;
- filter: alpha(opacity = 100);
- background-color: transparent;
- }
- .panel-title {
- font-size: 16px;
- font-weight: 200;
- color: #fff;
- height: 40px;
- line-height: 40px;
- margin-left: 14px;
- }
- /*侧边导航头的样式*/
- .panel-header {
- background: #0E1731;
- }
- .panel-header-blue {
- background: #15a8fd;
- }
- /*主页*/
- .panel-header, .panel-body {
- border-style: hidden;
- }
- /*导航的图标样式*/
- .icon{
- display: inline-block;
- height: 20px;
- width: 20px;
- margin-top: 12px;
- margin-bottom: 5px;
- }
- .collapse{
- display: none !important;
- }
- /* 菜单的样式 */
- a.menuItem:hover{
- color:#ffffff !important;
- text-decoration: none;
- }
- a.menuItem{
- display:inline-block;
- width:110px;
- height: 100px;
- color:#ffffff;
- padding:0px;
- font-size: 14px;
- opacity: 0.8;
- }
- .navmenu{
- margin-left:0px;
- }
- .navmenu>li>a:hover{
- background:#05547B !important;
- padding:0px;
- }
- /*for ie8*/
- .navmenu li a:hover{
- background: #029ad8 !important;
- padding:0px;
- }
- ul.navmenu li {display: inline;}
- /*顶部导航条选中配置*/
- a.menuActive{
- text-decoration: none;
- background-color:#058cc1;
- background: #029ad8;
- opacity: 1;
- }
- /*欢迎系统管理员的样式*/
- .navmenu-right {
- float: right!important;
- margin-right: 40px;
- }
- .welcome_panel{
- margin-top: 32px;
- line-height: 14px;
- }
- .welcome_panel .l-btn-text{
- font-size: 14px;
- }
- .welcome_panel a{
- color: #fff !important;
- background: transparent !important;
- border: none !important;
- }
- .welcome_panel .l-btn-plain{
- padding: 0;
- }
- .welcome_panel .m-btn-downarrow {
- background: url(/img/triangle.png) no-repeat 0 center;
- }
- .welcome_panel img{
- border-radius: 50%;
- margin-right: 10px;
- }
- /*顶端菜单的图标icon*/
- /*导航的图标与文字居中对齐样式*/
- .hearder-menu{
- padding: 0;
- width: 70%;
- float: left;
- text-align: left;
- font-size:12px;
- line-height:1em;
- margin-left:18px;
- }
- .hearder-menu i{
- display: block;
- }
- /**layout 布局样式**/
- .layout-north{
- overflow: hidden !important;
- height: 100px !important;
- line-height: 100px !important;
- background: #00abf0 url(../img/top_bg.jpg) no-repeat center / 100% 100%;
- color: #1d7ec2;
- border: 0;
- }
- .layout-west{
- width: 200px !important;
- background:#DBDDE5;
- }
- .layout-center{
- /* background: #eee !important; */
- overflow-y: hidden !important;
- }
- .layout-south{
- height: 30px!important;
- background: #D2E0F2!important;
- }
- .footer {
- text-align: center;
- color: #5E5E5F;
- margin: 0px;
- padding: 0px;
- line-height: 25px;
- }
- /**layout 布局样式**/
- /*修正 bootstrap 样式*/
- .navbar-default .navbar-nav>li>a {
- color: #ffffff;
- padding-top: 0px;
- }
- .navbar-default .navbar-nav>li>a:hover{
- background:#05547B;
- }
- /*修正 bootstrap 样式*/
- /*左侧菜单的样式*/
- .sidebar {
- display: block;
- float: left;
- }
- .sidebar-nav {
- background-image: -webkit-linear-gradient(left, color-stop(#333333 10px),
- color-stop(#222222 10px) );
- background-repeat: repeat-x;
- }
- .sidebar-nav .selected {
- background-color: #35485A !important; /*鼠标点击左侧边栏后又点击了其他地方侧边栏显示的颜色*/
- }
- .sidebar-nav ul {
- padding: 0;
- margin: 0;
- list-style: none;
- }
- .sidebar-nav ul li,.sidebar-nav ul a {
- display: block;
- }
- .sidebar-nav ul a:hover,.sidebar-nav ul a:focus,.sidebar-nav ul a:active{
- background-color:#fff;
- }
- .sidebar-nav ul ul a {
- padding-left: 46px;
- background-color: #fff;
- /*border-bottom:1px solid #e9e9e9;*/
- }
- .sidebar-nav ul ul a:hover,.sidebar-nav ul ul a:focus,.sidebar-nav ul ul a:active
- {
- background-color:#f5f5f5;
- color:#0771A6;
- }
- .sidebar-nav-item {
- padding-left: 5px;
- font-family:Microsoft YaHei,Microsoft JhengHei,STHeiti,MingLiu;
- }
- .sidebar-nav-item-icon {
- color:#c9ccd0;
- font-size:16px;
- position: absolute;
- right: 10px;
- top: 50%;
- margin-top: -8px;
- }
- .sidebar-nav-item i{
- font-style: normal;
- padding-left: 5px;
- }
- .sidebar-nav ul a {
- padding: 0 10px 0 20px;
- color:#333;
- box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.04) inset;
- text-shadow: 0px 0px 0px rgba(210, 210, 210, 0.5);
- border-bottom:1px solid #E4E8EB;
- text-align: left;
- height: 50px;
- line-height: 50px;
- position: relative;
- }
- .sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
- text-decoration: none;
- background-image: linear-gradient(to right, #1CA8EF 5px, #f5f5f5 5px);
- }
- /*左侧菜单的样式end*/
- li.dropdown{
- text-align:center;
- }
- .ng-scope{overflow-x: hidden; overflow-y: auto;}
- textarea{
- padding:3px;
- }
- svg.icon{
- margin-top: 0px;
- margin-bottom: 0px;
- margin-left: 4px;
- }
- .sidebar-nav ul a.active {
- background-image: linear-gradient(to right, #1CA8EF 4px, #f5f5f5 4px);
- }
- /*tabs样式覆盖*/
- .tabs-header{
- background-color: #E7E9F0;
- }
- .tabs{
- height: 48px !important;
- padding-left: 20px;
- border-color: #fff;
- }
- .tabs-inner{
- height: 48px !important;
- line-height: 46px !important;
- }
- .tabs-title{
- font-size: 16px;
- }
- .tabs li.tabs-selected a.tabs-inner{
- color: #333;
- }
- .tabs-with-icon{
- padding-left: 0;
- }
- .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner{
- border-color: transparent;
- }
|