public.css 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @charset "UTF-8";
  2. a, abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, tfoot, th, thead, time, tr, ul, var, video {
  3. border: 0;
  4. margin: 0;
  5. outline: 0;
  6. padding: 0;
  7. font-size: 100%;
  8. font-weight: normal
  9. }
  10. *:focus {outline: none;}
  11. body { margin: 0;padding: 0;width: 100%;height: 100%;-webkit-user-select: none;-webkit-touch-callout: none;
  12. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-text-size-adjust:none; background-color: #fff;
  13. font: 16px/1.25 Arial, "Microsoft Yahei";font-weight: bold;letter-spacing: -0.02em;}
  14. html{-webkit-text-size-adjust: none;}
  15. body * {-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
  16. a { text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor:pointer;color:#333;}
  17. input,button,textarea,select {-webkit-appearance:none; font-size:1em;}
  18. input {vertical-align: middle;}
  19. img {border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;font-size: 0;}
  20. table {border-collapse: collapse;border-spacing: 0}
  21. th, td, caption {vertical-align: top;text-align: left}
  22. sub,sup{font-size: 10px;}
  23. input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
  24. input[type=checkbox]{vertical-align: middle;}
  25. .clear {width:0px; height:0px; font-size:0; clear:both;}
  26. ul,li {list-style:none;}
  27. /*body {margin:0 auto; position:relative;}*/
  28. i,em{ font-style: normal;}
  29. /*定位*/
  30. .fl{float:left; display:inline;}
  31. .fr{float:right; display:inline;}
  32. .c{display:block; zoom:1;}
  33. .c:after{content:"."; display:block; visibility:hidden; height:0; clear:both;}
  34. .h60{ height: 60px;}
  35. /* 手机端最外层*/
  36. .body_box {max-width:750px;margin:0 auto;overflow:hidden;}
  37. /*-----------------------底部导航 网站导航-------------------------*/
  38. /*.wfoter-box {padding-top:50px;}
  39. .wfoter-title {text-align:center;color:#000;font-size:0.875rem;margin-bottom:20px;}
  40. .wfoter-list {text-align:center;margin-bottom:20px;}
  41. .wfoter-list a {display:inline-block;text-align:center;width:32%;color:#000;font-size:0.75rem;height:30px;line-height:30px;border-right:1px solid #B8BECC;vertical-align:top;}
  42. .wfoter-list a:nth-child(3n) {border-right:none;}
  43. .wfoter-box .website{text-align:center;margin-top:18px;font-size:0.7rem;color:#000000;}
  44. */