reset.css 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. @charset "utf-8";
  2. body {
  3. line-height: inherit !important;
  4. }
  5. /*公共样式*/
  6. .rippleBtn {overflow: hidden;position: relative;}
  7. .rippleBtn:after {content: "";display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;pointer-events: none;background-image: radial-gradient(circle, #cccccc 10%, transparent 10.01%);background-repeat: no-repeat;background-position: 50%;transform: scale(10, 10);opacity: 0;transition: transform .3s, opacity .5s;}
  8. .rippleBtn:active:after {transform: scale(0, 0);opacity: .3;transition: 0s;}
  9. .public_box {width: 1200px;height: 100%;margin: 0 auto;text-align: center;}
  10. .public_box h1 {font-size: 30px;font-weight: normal;font-stretch: normal;letter-spacing: 0px;color: #333333;display: inline-block;margin-top: 79px;}
  11. .public_box p {font-size: 14px;font-weight: normal;font-stretch: normal;letter-spacing: 0px;color: #999999;margin-top: 20px;}
  12. .public_box .solid_bottom {width: 46px;height: 50px;color: #dedede;margin: 0 auto;padding-top: 19px;}
  13. html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td,span{margin:0;padding:0;}
  14. table{border-collapse:collapse;border-spacing:0;}
  15. fieldset, img{border:0;}
  16. img{vertical-align:top; border:none;}
  17. address, caption, cite, code, dfn, em, strong, th, var{font-style:normal;}
  18. li{list-style-type:none;}
  19. html{width:100%;min-width:1200px;}
  20. body{width:100%;min-width:1200px;font:12px/1.5 "Microsoft YaHei","Helvetica Neue","Hiragino Sans GB",arial,helvetica,sans-serif;color:#333333;}
  21. textarea{resize:none;}
  22. textarea,input{font-family:"Microsoft YaHei","Helvetica Neue","Hiragino Sans GB",arial,helvetica,sans-serif;font:12px/1.5;}
  23. input[type="reset"]::-moz-focus-inner,
  24. input[type="button"]::-moz-focus-inner,
  25. input[type="submit"]::-moz-focus-inner,
  26. input[type="file"] > input[type="button"]::-moz-focus-inner{border:none; padding:0;}
  27. input::-ms-clear{display:none;}
  28. a:focus, *:focus{noFocusLine: expression(this.onFocus=this.blur());}
  29. .clear{clear: both;}
  30. a, object{outline:none;}
  31. a{cursor:pointer;color:#333;}
  32. a:link{text-decoration:none;}
  33. ul, li, ol{list-style: none outside none;}
  34. li{vertical-align:top;}
  35. li{vertical-align:bottom;}
  36. html{_background-attachment: fixed;}
  37. :focus{outline: 0;}
  38. input, button{border: 0; outline: none; background: none; filter: chroma(color=#000000);}
  39. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #bdbcbc;}
  40. i, em, b{font-style: normal;}
  41. ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder{color: #999; font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1; font-size: 12px;}
  42. ::selection{background: #f20e0e; color: #fff;}
  43. ::-moz-selection{background: #f20e0e; color: #fff;}
  44. table{width: 100%; border-collapse: collapse; border-spacing: 0;}
  45. table td{word-break: break-all; word-wrap: break-word;}
  46. input{font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1; font-size: 12px;}
  47. a, a *{text-decoration: none; outline: none; star: expression(this.onFocus=this.blur());}
  48. .clearfix{clear: both; zoom: 1;}
  49. .clearfix:after{content: ''; display: block; clear: both;}
  50. .clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
  51. .clearfix{*+height:1%;}
  52. img{max-width: 100%; border: 0; outline: none; vertical-align: middle;margin-top: 30px;}
  53. .fl{display: inline; float: left}
  54. .fr{display: inline; float: right}
  55. .one-txt-cut{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  56. .txt-cut{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; /* -webkit-line-clamp: 2; */ -webkit-box-orient: vertical;}
  57. /*reset end*/
  58. .font12 {font-size: 12px !important;}
  59. .font14 {font-size: 14px !important;}
  60. .font16 {font-size: 16px !important;}
  61. .font18 {font-size: 18px !important;}