1234567891011121314151617181920212223242526272829303132 |
- body { height: auto;}
- body,
- html {
- width: 100%;
- background: #f3f3f3;
- font-size: 16px;
- color: #333;
- }
- 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 {
- margin: 0;
- padding: 0;
- border: 0;
- outline: 0;
- font-size: 100%;
- vertical-align: baseline;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- -moz-tap-highlight-color: rgba(0, 0, 0, 0);
- -ms-touch-action: none;
- -webkit-touch-callout: none;
- }
- .f-w20 { width: 20px; }
- .c-fwb { font-weight: bold; }
- .c-border-r5 { border-radius: 5px; }
- .c-max-w120 { max-width: 120px; }
- .bc-fff { background-color: #FFF; }
- .c-vam { vertical-align: middle; }
- .up-icon { display: none; }
- .expanding .up-icon { display: block; }
- .expanding .down-icon { display: none; }
- .card-item { border: 1px solid #ccc; border-radius: 5px; }
- .card-layout { box-sizing: border-box; }
- [auto-item] { display: none; }
|