jiankangtijianxiangqing.css 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. body { height: auto;}
  2. body,
  3. html {
  4. width: 100%;
  5. background: #f3f3f3;
  6. font-size: 16px;
  7. color: #333;
  8. }
  9. html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6 {
  10. margin: 0;
  11. padding: 0;
  12. border: 0;
  13. outline: 0;
  14. font-size: 100%;
  15. vertical-align: baseline;
  16. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  17. -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  18. -ms-touch-action: none;
  19. -webkit-touch-callout: none;
  20. }
  21. .f-w20 { width: 20px; }
  22. .c-fwb { font-weight: bold; }
  23. .c-border-r5 { border-radius: 5px; }
  24. .c-max-w120 { max-width: 120px; }
  25. .bc-fff { background-color: #FFF; }
  26. .c-vam { vertical-align: middle; }
  27. .up-icon { display: none; }
  28. .expanding .up-icon { display: block; }
  29. .expanding .down-icon { display: none; }
  30. .card-item { border: 1px solid #ccc; border-radius: 5px; }
  31. .card-layout { box-sizing: border-box; }
  32. [auto-item] { display: none; }