all.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. body,html {
  2. height: 100%;
  3. }
  4. body {
  5. padding: 0px;
  6. margin: 0;
  7. overflow: hidden;
  8. }
  9. .l-link {
  10. display: block;
  11. height: 26px;
  12. line-height: 26px;
  13. padding-left: 10px;
  14. text-decoration: underline;
  15. color: #333;
  16. }
  17. .l-link2 {
  18. text-decoration: underline;
  19. color: white;
  20. margin-left: 2px;
  21. margin-right: 2px;
  22. }
  23. .l-layout-top {
  24. background: #102A49;
  25. color: White;
  26. }
  27. .l-layout-bottom {
  28. background: #E5EDEF;
  29. text-align: center;
  30. }
  31. #pageloading {
  32. position: absolute;
  33. left: 0px;
  34. top: 0px;
  35. background: white url('loading.gif') no-repeat center;
  36. width: 100%;
  37. height: 100%;
  38. z-index: 99999;
  39. }
  40. .l-link {
  41. display: block;
  42. line-height: 22px;
  43. height: 22px;
  44. padding-left: 16px;
  45. border: 1px solid white;
  46. margin: 4px;
  47. }
  48. .l-link-over {
  49. background: #FFEEAC;
  50. border: 1px solid #DB9F00;
  51. }
  52. .l-winbar {
  53. background: #2B5A76;
  54. height: 30px;
  55. position: absolute;
  56. left: 0px;
  57. bottom: 0px;
  58. width: 100%;
  59. z-index: 99999;
  60. }
  61. .space {
  62. color: #E7E7E7;
  63. }
  64. /* 顶部 */
  65. .l-topmenu {
  66. margin: 0;
  67. padding: 0;
  68. height: 31px;
  69. line-height: 31px;
  70. background: url('../../ligerui/lib/images/top.jpg') repeat-x bottom;
  71. position: relative;
  72. border-top: 1px solid #1D438B;
  73. }
  74. .l-topmenu-logo {
  75. color: #E7E7E7;
  76. padding-left: 35px;
  77. line-height: 26px;
  78. background: url('../../ligerui/lib/images/topicon.gif') no-repeat 10px 5px;
  79. }
  80. .l-topmenu-welcome {
  81. position: absolute;
  82. height: 24px;
  83. line-height: 24px;
  84. right: 30px;
  85. top: 2px;
  86. color: #070A0C;
  87. }
  88. .l-topmenu-welcome a {
  89. color: #E7E7E7;
  90. text-decoration: underline
  91. }