index.css 835 B

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