iframe.css 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. body {
  2. font-size:14px;
  3. }
  4. .sidebar-menu .treeview-menu {
  5. display: none;
  6. list-style: none;
  7. padding: 0;
  8. margin: 0;
  9. padding-left: 20px;
  10. }
  11. .sidebar-menu .treeview-menu>li>a {
  12. padding: 5px 5px 5px 15px;
  13. display: block;
  14. font-size: 13px;
  15. }
  16. /*选项卡导航*/
  17. .tab-nav, .tab-nav .acrossTab li, .tab-nav .acrossTab li em {
  18. background-image: url(../images/acrossTab-2.png);
  19. }
  20. .acrossTab li {
  21. position: relative;
  22. float: left;
  23. display: inline-block;
  24. height: 29px;
  25. line-height: 29px;
  26. font-size: 12px;
  27. cursor: pointer;
  28. padding: 0 30px;
  29. white-space: nowrap;
  30. color: #282828;
  31. background-position: 0 0;
  32. }
  33. .acrossTab li, .acrossTab li em {
  34. background-repeat: no-repeat;
  35. background-position: 0 0;
  36. }
  37. .acrossTab li em {
  38. position: absolute;
  39. width: 23px;
  40. height: 29px;
  41. right: -20px;
  42. top: 0;
  43. z-index: 50;
  44. background-position: right -30px;
  45. }
  46. .acrossTab li.active {
  47. background-position: 0 -120px;
  48. z-index: 99;
  49. }
  50. .acrossTab li.active em {
  51. background-position: right -150px;
  52. }
  53. .acrossTab li i {
  54. position: absolute;
  55. display: block;
  56. width: 13px;
  57. height: 13px;
  58. top: 50%;
  59. margin-top: -6px;
  60. right: 5px;
  61. font-size: 0;
  62. line-height: 0;
  63. cursor: pointer;
  64. background-image: url(../images/acrossTab-close.png);
  65. background-repeat: no-repeat;
  66. background-position: 0 0;
  67. }
  68. .tab-nav-wp{position:relative; height:35px;overflow:hidden}
  69. .tab-nav, .tab-nav .acrossTab li,.tab-nav .acrossTab li em{background-image:url(../images/acrossTab-2.png)}
  70. .tab-nav{height:35px; padding-right:75px;overflow:hidden; position:relative;background-color:#efeef0; background-repeat: repeat-x; background-position: 0 -175px;}
  71. .tab-nav .acrossTab{ list-style: none; position:absolute; height:26px; line-height:26px; background:none; top:8px; left:0;padding-top:0}
  72. .tab-nav .acrossTab li{height:26px;line-height:26px;}
  73. .tab-nav .acrossTab li em{ right:-16px; height: 26px; width: 16px}
  74. .loading {background:url(../images/loading.gif) no-repeat center; height:100px}
  75. .tab-nav-more {position: absolute;right:0;top:0;display: none}
  76. .show_iframe{ position:absolute; top:0; right:0; left:0; bottom:0;}
  77. .show_iframe iframe {position: absolute;bottom: 0;height: 100%;width: 100%}
  78. .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  79. border-bottom-right-radius: 0;
  80. border-top-right-radius: 0;
  81. }
  82. .content-iframe {position:relative;}
  83. /*自定义左边*/
  84. .skin-green .wrapper, .skin-green .main-sidebar, .skin-green .left-side{
  85. background-color: #2f4050 !important;
  86. }
  87. .skin-green .sidebar-menu>li:hover>a, .skin-green .sidebar-menu>li.active>a{
  88. background: #293846 !important;
  89. }
  90. .skin-green .sidebar-menu>li>.treeview-menu{
  91. background: #2f4050 !important;
  92. }