123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- body {
- font: 12px/20px "微软雅黑", "宋体", Arial, sans-serif, Verdana, Tahoma;
- padding: 0;
- margin: 0;
- }
- .layout-split-proxy-h{
- position:absolute;
- width:2px;
- background:#888;
- font-size:1px;
- cursor:e-resize;
- display:none;
- z-index:5;
- }
- .layout-split-north{
- border-bottom:5px solid #efefef;
- }
- .layout-split-south{
- border-top:5px solid #efefef;
- }
- .layout-split-east{
- border-left:0px solid #efefef;
- }
- .layout-split-west{
- border-right:0px solid #efefef;
- }
- a:link {
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- a:active {
- text-decoration: none;
- }
- .cs-north {
- height:60px;
- }
- .cs-north-bg {
- width: 100%;
- height: 100%;
- /*background: url(../easyui/themes/gray/images/header_bg.png) repeat-x;*/
- }
- .cs-north-logo {
- height: 40px;
- margin: 15px 0px 0px 5px;
- display: inline-block;
- color:#000000;font-size:22px;font-weight:bold;text-decoration:none
- }
- .cs-west {
- width:220px;padding:0px;
- }
- .cs-navi-tab {
- padding: 5px;
- }
- .cs-tab-menu {
- width:120px;
- }
- .cs-home-remark {
- padding: 10px;
- }
- .wrapper {
- float: right;
- height: 30px;
- margin-left: 10px;
- }
- .ui-skin-nav {
- float: right;
- padding: 10px;
- margin-right: 10px;
- list-style: none outside none;
- height: 30px;
- }
- .ui-skin-nav .li-skinitem {
- float: left;
- font-size: 12px;
- line-height: 30px;
- margin-left: 10px;
- text-align: center;
- }
- .ui-skin-nav .li-skinitem span {
- cursor: pointer;
- width:10px;
- height:10px;
- display:inline-block;
- }
- .ui-skin-nav .li-skinitem span.cs-skin-on{
- border: 1px solid #FFFFFF;
- }
- .ui-skin-nav .li-skinitem span.gray{background-color:gray;}
- .ui-skin-nav .li-skinitem span.default{background-color:blue;}
- .ui-skin-nav .li-skinitem span.bootstrap{background-color:#D7EBF9;}
- .ui-skin-nav .li-skinitem span.black{background-color:black;}
- .ui-skin-nav .li-skinitem span.metro{background-color:#FFE57E;}
- .easyui-layout.easyui-menubutton.easyui-tabs.easyui-tree {
- letter-spacing:1px;
- }
- .tree-folder {
- /*background: url('') no-repeat -224px 0;*/
- background: url('/Content/img/MainIndex/ftv2folderclosed.png');
- }
- .tree-folder-open {
- /*background: url('images/tree_icons.png') no-repeat -224px 0;*/
- background: url('/Content/img/MainIndex/ftv2folderopen.png');
- }
- .tree-file {
- /*background: url('images/tree_icons.png') no-repeat -240px 0;*/
- background: url('/Content/img/MainIndex/ftv2doc.png');
- }
-
- .panel {
- border-radius: 0;
- /*background-color: transparent;*/
- margin-bottom: 0;
- }
- .panel-body {
- border-radius: 0;
- /*background-color: transparent;*/
- padding: 0;
- }
- .easyui-panel.panel-body {
- background-color: transparent;
- border: none;
- }
- .easyui-panel.panel-body a {
- color:#eed;
- }
- .easyui-panel.panel-body a:hover {
- color:#3c3c3c;
- }
- .easyui-panel.panel-body .m-btn-plain-active {
- color:#3c3c3c;
- }
- #south.panel-body{
- color:#eed;
- }
- .tree-node-selected {
- background-color:transparent
- }
- .tree-node-selected .tree-title{
- background: #438ACC;
- color:#eed;
- }
- .tree-node {
- padding-top: 3px;
- }
- .layout-panel-north .panel {
- background-color: transparent;
- }
- #south,.cs-north {
- background-color: #1B72C2;
- background-image: linear-gradient(rgba(250, 250, 250, .3),rgba(250, 250, 250, .2),rgba(250, 250, 250, .1) , rgba(250, 250, 250, .1),rgba(250, 250, 250, .2) ,rgba(250, 250, 250, .3) );
- border: none;
- }
- .layout-split-west .layout-body{
- border: 1px solid #95B8E7;
- border-top: none;
- }
- #mainPanle {
- overflow-y: hidden;
- overflow-x: auto;
- border: 1px solid #95B8E7;
- }
- #mainPanle .tabs-wrap .tabs {
- height:25px!important;
- }
- #mainPanle iframe {
- height: 99% !important;
- }
|