css.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. body{ font-family:"Microsoft YaHei","Hiragino Sans GB" !important;-webkit-font-smoothing:antialiased; height:auto; padding:0px !important; height: auto;margin: 0px;min-height: 100%;position: relative;}
  2. a{ text-decoration:none !important; cursor:pointer; opacity:0.7}
  3. a:focus,a:hover,.btn:focus,.btn:hover{ opacity:1}
  4. input, textarea, keygen, select, button { font-family:"Microsoft YaHei","Hiragino Sans GB" !important;}
  5. ol,ul { font-family:"Microsoft YaHei","Hiragino Sans GB" ;}
  6. .box{ width:1200px; margin:0px auto}
  7. header{ height:80px; width:100%; position:fixed; z-index:999999; padding-top:25px}
  8. header p{ padding-top:10px}
  9. header p a{ margin-left:50px; color:#333;}
  10. @media (max-width: 768px){header{ height:50px;padding-top:5px}
  11. .pf{ display:none}}
  12. .mt20{ margin-top:20px}
  13. .w100,.item img{ width:100%;}
  14. h2{ color:#333; font-size:36px; margin:30px auto; font-weight:normal; text-align:center}
  15. h3{color:#333; font-size:18px;text-align:center}
  16. table td{ text-align:center; padding:15px}
  17. row p{color:#666; font-size:14px;}
  18. footer{ width:100%; color:#aaa; font-size:20px; background:#f4f4f4;margin-top:50px}
  19. footer p{ margin:0px ; padding:30px 0px; line-height:36px}
  20. footer img{ padding-top:30px}
  21. .bg{ background:#fff; border:1px solid #f4f4f4}
  22. .pf{ position:fixed; bottom:30%; right:0px}
  23. .carousel-indicators li {
  24. width: 40px;
  25. background-color: #fff;
  26. }
  27. .carousel-indicators .active {
  28. width: 42px;
  29. background-color: #48bffd
  30. }
  31. @media (max-width: 400px){header{ height:40px;padding-top:5px;}
  32. h3{font-size:14px; font-weight:bold}
  33. p{font-size:12px;}
  34. h2{ font-size:24px;}
  35. }
  36. @media (max-width: 1201px){footer{ font-size:14px; }}