Guest User

Untitled

a guest
Dec 15th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. b, u, i, center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td,
  10. article, aside, canvas, details, embed,
  11. figure, figcaption, footer, header, hgroup,
  12. menu, nav, output, ruby, section, summary,
  13. time, mark, audio, video {
  14. margin: 0;
  15. padding: 0;
  16. border: 0;
  17. font-size: 100%;
  18. font-weight:normal;
  19. font-family: '微軟正黑體','Microsoft JhengHei',Arial,Helvetica,Sans-Serif;
  20. vertical-align: baseline;
  21. color: #222222;
  22. }
  23. article, aside, details, figcaption, figure,
  24. footer, header, hgroup, menu, nav, section {display: block;}
  25. body {line-height: 1;}
  26. *{box-sizing:border-box;font-family:'微軟正黑體','Microsoft JhengHei',Arial,Helvetica,Sans-Serif;}
  27. ol, ul {list-style: none;}
  28. blockquote, q{quotes: none;}
  29. blockquote::before, blockquote::after,
  30. q::before, q::after {
  31. content: '';
  32. content: none;
  33. }
  34. table {
  35. border-collapse: collapse;
  36. border-spacing: 0;
  37. }
  38. strong{font-weight: bold;}
  39. a{text-decoration:none;}
  40. /*清除浮動*/
  41. .wrap::after,
  42. .clearfix::after {
  43. content: '.';
  44. display: block;
  45. height: 0;
  46. clear: both;
  47. visibility: hidden;
  48. }
Add Comment
Please, Sign In to add comment