bmb.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,html{ height: 100%; width: 100%;}
  4. body{ background: url(../images/bj_01.jpg) no-repeat #fff7f7; background-position: top center; background-size:100%;}
  5. *{ margin:0; padding:0;
  6. -moz-box-sizing:border-box;/*火狐浏览器*/
  7. -webkit-box-sizing:border-box;/*火狐浏览器*/
  8. box-sizing:border-box;/*padding和border算在盒子内*/
  9. }
  10. body{ font-size:16px; font-family:"微软雅黑"; color:#333;}
  11. b{ font-weight:normal}
  12. i{ font-style: normal}
  13. a,a:hover,a:active{ text-decoration:none; color:#333;}
  14. input,textarea,select{ outline:none}
  15. img{ border:none; vertical-align:top;}
  16. li{ list-style:none;}
  17. .fl{float:left}
  18. .fr{float:right}
  19. .cl{ clear:both}
  20. .clearfix::after{
  21. content:"";
  22. display:table;
  23. clear:both;}
  24. .c{ width: 930px;margin: 0 auto;}
  25. .title{ text-align: center; margin-top: 50px;}
  26. #content{ background: url(../images/bj_re.png) repeat-y;padding: 10px 50px; width: 100%; overflow: hidden;}
  27. #content h3{line-height: 40px; margin:30px 0px 10px; width:100%;}
  28. #content input{ width: 20px; height: 20px;margin-right: 10px;vertical-align:text-bottom; margin-bottom:-1px; *margin-bottom:-4px;}
  29. #content li{ line-height: 40px; float: left; font-size: 16px;}
  30. #content textarea{ color: #333;padding: 10px;font-size: 16px;}
  31. #btn { text-align: center;margin: 30px;}
  32. #btn button{width: 200px;height:40px;background-color: brown;color: #FFF7F7;font-size: 18px;border-radius: 4px; border:0;}