index.css 826 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. }
  38. #show_factory_class_1{
  39. border-style:solid;
  40. text-align:center;
  41. }
  42. #show_factory_class_2{
  43. border-style:solid;
  44. text-align:center;
  45. }