| table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } table, td, th { vertical-align: middle; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: none; }
typography.css 代码
-
-
-
-
-
-
-
-
-
-
-
-
- body {
- font-size: 75%;
- color: #222;
- background: #fff;
- font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
- }
-
-
-
-
|