荟房官网

home.css 903B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #menu {
  2. margin: 0;
  3. padding: 0;
  4. position: fixed;
  5. left: 10px;
  6. top: 10px;
  7. list-style-type: none;
  8. z-index: 70;
  9. }
  10. #menu li {
  11. float: left;
  12. margin: 0 10px 0 0;
  13. font-size: 14px;
  14. }
  15. #menu a {
  16. float: left;
  17. padding: 10px 20px;
  18. background-color: #fff;
  19. color: #333;
  20. text-decoration: none;
  21. }
  22. #menu .active a {
  23. color: #fff;
  24. background-color: #333;
  25. }
  26. .section {
  27. text-align: center;
  28. font: 50px "Microsoft Yahei";
  29. color: #fff;
  30. }
  31. .section1 {
  32. background: url(/pc/image/home/背景/Group\ 2.jpg) no-repeat;
  33. }
  34. .section2 {
  35. background: url(/pc/image/home/背景/Group\ 26.jpg) no-repeat;
  36. }
  37. .section3 {
  38. background: url(/pc/image/home/背景/Group\ 27.jpg) no-repeat;
  39. }
  40. .section4 {
  41. background: url(/pc/image/home/背景/Group\ 28.jpg) no-repeat;
  42. }
  43. .section5 {
  44. background: url(/pc/image/home/背景/Group\ 29.jpg) no-repeat;
  45. }