BasicLayout.css 399 B

123456789101112131415161718192021222324
  1. .BLtop {
  2. /* background: rgba(122,222,111,0.3);*/
  3. }
  4. .BLmain {
  5. /* background: rgba(222,122,111,0.3);*/
  6. min-height: 500px;
  7. }
  8. .BLfooter {
  9. background: rgba(122,122,111,0.3);
  10. }
  11. .BLLeftMenu {
  12. /* background: rgba(22,122,111,0.5);*/
  13. padding-top: 20px;
  14. }
  15. .BLContent {
  16. /* background: rgba(22,122,011,0.5);*/
  17. padding-top: 20px;
  18. }
  19. .BLRightMenu {
  20. /* background: rgba(22,122,211,0.5);*/
  21. padding-top: 20px;
  22. }