style.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. body{color: #333333;font-family: "苹方";}
  2. input{outline:none}
  3. li{list-style-type: none;}
  4. ul,li{margin: 0;padding: 0;}
  5. i{font-style:normal}
  6. a{color: #a3a3a3}
  7. a:hover{text-decoration:none!important;color: #9bc8ff;}
  8. a:focus {text-decoration:none!important;}
  9. .container {
  10. width: 1000px;
  11. padding-right: 0;
  12. padding-left: 0;
  13. }
  14. header{height: 35px; line-height: 35px; background-color: #F3F3F3;border-bottom:1px solid #eeeeee;font-size: 12px;color: #999999;}
  15. .lt{float: left;}
  16. .rt{float: right;}
  17. .rt a{padding: 0 5px; }
  18. .rt div{float: right;}
  19. .login{border-right: 2px solid #CFCFCF;}
  20. #myCarousel .carousel-indicators{ top: 65%;}
  21. #myCarousel .carousel-indicators li{width: 30px; height: 1px; margin:0;border: 1px solid #091623; margin-left: 5px;}
  22. #myCarousel .carousel-indicators .active{width: 30px; height: 1px; margin: 0; border: 1px solid #fff;}
  23. .header_nav{height: 90px;line-height: 90px;}
  24. .nav_content li{float: left; padding: 0 5px; width: 25%; text-align: center; font-size: 15px; font-weight: bold;}
  25. .nav_content li a{color: #333333;}
  26. .nav_content .active{background: #58a3ff; }
  27. .nav_content .active a{color: #fff;}
  28. .nav_content li:hover{background: #58a3ff;}
  29. .nav_content li:hover a{color: #fff;}
  30. .title{text-align: center;margin: 60px 0 50px 0;}
  31. .title p{font-size: 12px;color: #b4b4b4;}
  32. .title span{width: 76px; height: 1px; background: #58a3ff; display: block; margin: 0 auto;}