index.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .lr-layout-center .lr-layout-wrap {
  2. padding-top: 32px;
  3. }
  4. .showarea-list {
  5. position:relative;
  6. height:100%;
  7. width:100%;
  8. }
  9. .showarea-list-item {
  10. position:relative;
  11. height:100%;
  12. width:100%;
  13. display:none;
  14. padding-top:40px;
  15. }
  16. .showarea-list-item.active {
  17. display:block;
  18. }
  19. .lr-nav-tabs{
  20. position:absolute;
  21. top:0px;
  22. height:40px;
  23. width:100%;
  24. border-bottom:1px solid #eee;
  25. }
  26. .nav-tabs.lr-nav-tabs > li > a {
  27. margin-right: 0;
  28. border-radius: 0;
  29. border: none;
  30. padding:11px 15px;
  31. }
  32. .nav-tabs.lr-nav-tabs > li > a:hover {
  33. border-bottom-color:transparent;
  34. }
  35. .nav-tabs.lr-nav-tabs>li.active>a, .nav-tabs.lr-nav-tabs>li.active>a:focus, .nav-tabs.lr-nav-tabs>li.active>a:hover {
  36. color: #555;
  37. cursor: default;
  38. background-color: #fff;
  39. border: none;
  40. border-bottom:2px solid #3498DB;
  41. }
  42. .lr-tab-content {
  43. position:relative;
  44. height:100%;
  45. width:100%;
  46. }
  47. .lr-tab-content .tab-pane {
  48. position:relative;
  49. height:100%;
  50. width:100%;
  51. }
  52. .lr-tab-scroll-content {
  53. position:relative;
  54. height:100%;
  55. width:100%;
  56. padding:10px;
  57. }
  58. .lr-tab-content .tab-pane .alert {
  59. margin-bottom:0px;
  60. }
  61. .lr-portal-panel-title {
  62. padding-top: 10px;
  63. line-height: 30px;
  64. border-bottom: 1px solid #ccc;
  65. color: #666;
  66. font-weight: 300;
  67. font-size: 16px;
  68. }
  69. .lr-portal-panel-content {
  70. position:relative;
  71. width:100%;
  72. }
  73. .lr-portal-panel-content-right {
  74. position:relative;
  75. width:200px;
  76. }
  77. .jfgrid-layout {
  78. border:1px solid #ccc;
  79. height:500px;
  80. }