old_style.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. input{outline:none}
  2. li{list-style-type: none;}
  3. a:hover{text-decoration:none}
  4. .container {
  5. width: 1270px;
  6. }
  7. header{height: 35px; line-height: 35px; background-color: #F3F3F3;border-bottom:1px solid #eeeeee;font-size: 12px;}
  8. .lt{float: left;}
  9. .rt{float: right;}
  10. .rt a{padding: 0 5px; }
  11. .rt div{float: right;}
  12. .login{border-right: 2px solid #CFCFCF;}
  13. .dropdown-toggle{display: block;}
  14. .dropdown-menu{top: 90%;width: 500px;right: 0;left: -410px;}
  15. .glyphicon-play{transform: rotate(90deg);}
  16. .header_nav{height: 90px;}
  17. .logo{height: 90px; line-height: 90px;}
  18. .nav_content{height: 90px; line-height: 90px;}
  19. .nav-pills>li>a{color: #000;}
  20. .nav-pills>li.active>a,.nav-pills>li>a:hover,.nav-pills>li.active>a:hover{color: #58a3ff;background-color:#fff}
  21. .nav>li>a{padding: 0 30px;}
  22. .search{position: relative; padding-left: 0;}
  23. .search input{width: 100%; height: 36px; line-height: 36px;margin-top: 28px; border: 1px solid #c9c9c9; border-radius: 20px;padding: 0 40px 0 10px;}
  24. .search span{position: absolute; right: 15px; top: 28px; width: 40px; height: 36px; line-height: 34px;cursor:pointer}
  25. #myCarousel .carousel-indicators{ top: 65%;}
  26. #myCarousel .carousel-indicators li{width: 30px; height: 1px; margin:0;border: 1px solid #091623; margin-left: 5px;}
  27. #myCarousel .carousel-indicators .active{width: 30px; height: 1px; margin: 0; border: 1px solid #fff;}
  28. .content_lf{width: 366px;height: 462px; margin-right: 1px;}
  29. .service{height: 290px;}
  30. .star{height: 170px;}
  31. .content_mid{width: 365px;height: 462px; margin-right: 1px;}
  32. .content_mid img{width: 100%;height: 462px!important;}
  33. .content_rt{width: 507px;height: 462px;background: #eee;}
  34. footer{height: 122px;background: #3c3d43;line-height: 122px;text-align: center;}
  35. footer a{padding: 0 8px;border-right: 1px solid #828389; color: #828389;}
  36. footer a:last-child{border: none;}
  37. footer a:hover{color: #58a3ff;}