MainIndex.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. body {
  2. font: 12px/20px "微软雅黑", "宋体", Arial, sans-serif, Verdana, Tahoma;
  3. padding: 0;
  4. margin: 0;
  5. }
  6. .layout-split-proxy-h{
  7. position:absolute;
  8. width:2px;
  9. background:#888;
  10. font-size:1px;
  11. cursor:e-resize;
  12. display:none;
  13. z-index:5;
  14. }
  15. .layout-split-north{
  16. border-bottom:5px solid #efefef;
  17. }
  18. .layout-split-south{
  19. border-top:5px solid #efefef;
  20. }
  21. .layout-split-east{
  22. border-left:0px solid #efefef;
  23. }
  24. .layout-split-west{
  25. border-right:0px solid #efefef;
  26. }
  27. a:link {
  28. text-decoration: none;
  29. }
  30. a:visited {
  31. text-decoration: none;
  32. }
  33. a:hover {
  34. text-decoration: underline;
  35. }
  36. a:active {
  37. text-decoration: none;
  38. }
  39. .cs-north {
  40. height:60px;
  41. }
  42. .cs-north-bg {
  43. width: 100%;
  44. height: 100%;
  45. /*background: url(../easyui/themes/gray/images/header_bg.png) repeat-x;*/
  46. }
  47. .cs-north-logo {
  48. height: 40px;
  49. margin: 15px 0px 0px 5px;
  50. display: inline-block;
  51. color:#000000;font-size:22px;font-weight:bold;text-decoration:none
  52. }
  53. .cs-west {
  54. width:220px;padding:0px;
  55. }
  56. .cs-navi-tab {
  57. padding: 5px;
  58. }
  59. .cs-tab-menu {
  60. width:120px;
  61. }
  62. .cs-home-remark {
  63. padding: 10px;
  64. }
  65. .wrapper {
  66. float: right;
  67. height: 30px;
  68. margin-left: 10px;
  69. }
  70. .ui-skin-nav {
  71. float: right;
  72. padding: 10px;
  73. margin-right: 10px;
  74. list-style: none outside none;
  75. height: 30px;
  76. }
  77. .ui-skin-nav .li-skinitem {
  78. float: left;
  79. font-size: 12px;
  80. line-height: 30px;
  81. margin-left: 10px;
  82. text-align: center;
  83. }
  84. .ui-skin-nav .li-skinitem span {
  85. cursor: pointer;
  86. width:10px;
  87. height:10px;
  88. display:inline-block;
  89. }
  90. .ui-skin-nav .li-skinitem span.cs-skin-on{
  91. border: 1px solid #FFFFFF;
  92. }
  93. .ui-skin-nav .li-skinitem span.gray{background-color:gray;}
  94. .ui-skin-nav .li-skinitem span.default{background-color:blue;}
  95. .ui-skin-nav .li-skinitem span.bootstrap{background-color:#D7EBF9;}
  96. .ui-skin-nav .li-skinitem span.black{background-color:black;}
  97. .ui-skin-nav .li-skinitem span.metro{background-color:#FFE57E;}
  98. .easyui-layout.easyui-menubutton.easyui-tabs.easyui-tree {
  99. letter-spacing:1px;
  100. }
  101. .tree-folder {
  102. /*background: url('') no-repeat -224px 0;*/
  103. background: url('/Content/img/MainIndex/ftv2folderclosed.png');
  104. }
  105. .tree-folder-open {
  106. /*background: url('images/tree_icons.png') no-repeat -224px 0;*/
  107. background: url('/Content/img/MainIndex/ftv2folderopen.png');
  108. }
  109. .tree-file {
  110. /*background: url('images/tree_icons.png') no-repeat -240px 0;*/
  111. background: url('/Content/img/MainIndex/ftv2doc.png');
  112. }
  113. .panel {
  114. border-radius: 0;
  115. /*background-color: transparent;*/
  116. margin-bottom: 0;
  117. }
  118. .panel-body {
  119. border-radius: 0;
  120. /*background-color: transparent;*/
  121. padding: 0;
  122. }
  123. .easyui-panel.panel-body {
  124. background-color: transparent;
  125. border: none;
  126. }
  127. .easyui-panel.panel-body a {
  128. color:#eed;
  129. }
  130. .easyui-panel.panel-body a:hover {
  131. color:#3c3c3c;
  132. }
  133. .easyui-panel.panel-body .m-btn-plain-active {
  134. color:#3c3c3c;
  135. }
  136. #south.panel-body{
  137. color:#eed;
  138. }
  139. .tree-node-selected {
  140. background-color:transparent
  141. }
  142. .tree-node-selected .tree-title{
  143. background: #438ACC;
  144. color:#eed;
  145. }
  146. .tree-node {
  147. padding-top: 3px;
  148. }
  149. .layout-panel-north .panel {
  150. background-color: transparent;
  151. }
  152. #south,.cs-north {
  153. background-color: #1B72C2;
  154. 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) );
  155. border: none;
  156. }
  157. .layout-split-west .layout-body{
  158. border: 1px solid #95B8E7;
  159. border-top: none;
  160. }
  161. #mainPanle {
  162. overflow-y: hidden;
  163. overflow-x: auto;
  164. border: 1px solid #95B8E7;
  165. }
  166. #mainPanle .tabs-wrap .tabs {
  167. height:25px!important;
  168. }
  169. #mainPanle iframe {
  170. height: 99% !important;
  171. }