active_rcg.css 629 B

12345678910111213141516171819202122232425262728293031323334353637
  1. html{
  2. height: 100%;
  3. }
  4. body.index{
  5. background: url("../images/jjdq.jpg") no-repeat;
  6. background-size: 100% 100%;
  7. height: 100%;
  8. }
  9. a{
  10. text-decoration: none;
  11. }
  12. .logo{
  13. padding: 10px;
  14. margin-bottom: 100px;
  15. }
  16. .active-title {
  17. width: 100%;
  18. height: 1rem;
  19. text-align: center;
  20. font:30px/40px "微软雅黑";
  21. color:#ffffff;
  22. }
  23. .nav li{
  24. width: 100%;
  25. text-align: center;
  26. margin: 10px 0 50px;
  27. padding: 10px 0;
  28. }
  29. .nav li .menu-button{
  30. display: block;
  31. background: #3bb4f2;
  32. width: 240px;
  33. margin: 0 auto;
  34. color: #fff;
  35. border-radius: 10px;
  36. line-height: 50px;
  37. }