index.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. @charset "UTF-8";
  2. body{
  3. background: #F5F5F5;
  4. overflow-x: hidden;
  5. }
  6. .navbar{
  7. margin-bottom: 0;
  8. }
  9. .header .title{
  10. margin: 0;
  11. height: 120px;
  12. color: #ffffff;
  13. line-height: 120px;
  14. }
  15. .header .sm_title{
  16. margin: 0;
  17. height: 100px;
  18. color: #ffffff;
  19. line-height: 100px;
  20. }
  21. .search{
  22. background: #ffffff; height: 35px; line-height: 35px; color: #666666;
  23. margin-bottom: 30px;
  24. }
  25. .search .col-xs-3 select{
  26. vertical-align: -2px;
  27. }
  28. .search a{
  29. color: #333333;
  30. }
  31. a:hover{
  32. color: #C03B33;
  33. text-decoration: none;
  34. }
  35. .btn-danger{
  36. background: #C03B33;
  37. }
  38. .page{
  39. text-align: center;
  40. margin-bottom: 20px;
  41. }
  42. .page .btn-danger{
  43. padding: 6px 15px;
  44. }
  45. .page .btn{
  46. background: #F5F5F5;
  47. }
  48. .footer{
  49. background: #444444;
  50. color: #AAAAAA;
  51. }
  52. .footer a{
  53. color: #AAAAAA;
  54. }
  55. .footer .col-sm-1{
  56. padding: 0;
  57. }
  58. .footer .link{
  59. border-bottom: 1px solid #AAAAAA;
  60. padding: 20px 0 10px 0;
  61. }
  62. .footer .recommendation_ul{
  63. list-style: none;
  64. padding: 0;
  65. }
  66. .footer .link_click{
  67. float: left;
  68. margin-right: 2%;
  69. margin-bottom: 10px;
  70. }
  71. .footer .col-sm-2 img{
  72. width: 100px;
  73. height: 100px;
  74. }
  75. .footer .col-sm-12 .link_click{
  76. margin-bottom: 5px;
  77. }