CSS 活版印刷
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 活版印刷相关的知识,希望对你有一定的参考价值。
p {
margin : 0 0 1.5em; }
blockquote {
font-style : normal; }
blockquote {
quotes : "\201c" "\201d"; }
blockquote p:first-child:before {
margin-left : -6px;
padding-right : 2px;
content : "\201c";
font-family : Times;
font-weight : bold; }
blockquote p:last-child:after {
content : "\201d";
font-family : Times; }
li ul, li ol {
margin-bottom : 1.5em; }
ul, ol {
margin-bottom : 1.5em; }
ul {
list-style-type : disc; }
ol {
list-style-type : decimal; }
dl {
margin : 0 0 1.5em 0; }
dt {
font-weight : bold; }
dd {
margin-left : 1.5em; }
strong {
font-weight : bold; }
em, dfn {
font-style : italic; }
dfn {
font-weight : bold; }
sup, sub {
line-height : 0; }
abbr, acronym {
border-bottom-width : 0; }
address {
font-style : normal; }
del {
color : #666; }
pre {
margin : 1.5em 0;
white-space : pre; }
pre, code, tt {
font : 1em 'andale mono', 'lucida console', monospace;
line-height : 1.5; }
以上是关于CSS 活版印刷的主要内容,如果未能解决你的问题,请参考以下文章
markdown 活版印刷
scss 活版印刷
css 印刷用CSS
CSS 工具箱CSS - 布局,打印和印刷工具
html 印刷标志CSS
css 更改生成印刷导航的断点