main.css 375 B

123456789101112131415161718192021222324
  1. /*building SAAS 0.1*/
  2. /*bootstrap 初始化*/
  3. body {
  4. font-size: 12px;
  5. background: url(bg.png) no-repeat center center;
  6. }
  7. .side-bar li {
  8. font-size:16px;
  9. }
  10. .side-bar li.active{
  11. background-color: #e6eefe
  12. }
  13. .side-bar li:hover{
  14. background-color: #e6eefe
  15. }
  16. .side-bar,.comtent-item {
  17. background:#fff;
  18. }
  19. .content-height {
  20. overflow: auto;
  21. }
  22. .ztree-item {
  23. display:none;
  24. }