index.css 462 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #sitebody{
  2. width:1200px;
  3. margin:0 auto;
  4. font-size:13px;
  5. }
  6. #top-side-bar{
  7. /* background-color; */
  8. width:600px;
  9. height:120px;
  10. text-align:center;
  11. line-height:100px;
  12. float:center;
  13. }
  14. #logo{
  15. float:left;
  16. }
  17. #member{
  18. float:right
  19. }
  20. #nav-side-bar{
  21. /* background-color; */
  22. /* width:120px; */
  23. /* height:120px; */
  24. /* text-align:center; */
  25. line-height:60px;
  26. float:left;
  27. }
  28. #content{
  29. float:center;
  30. }