You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
309 B
CSS
17 lines
309 B
CSS
8 years ago
|
@media print {
|
||
|
body {
|
||
|
color: #000;
|
||
|
background: #fff;
|
||
|
width: 100%;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
table{width: 100%;}
|
||
|
table p{font-size: 15px;}
|
||
|
.other_print p{margin: 0;}
|
||
|
.print_tips p{margin: 0;font-size: 14px;}
|
||
|
@page {margin: 1cm;}
|
||
|
.print_btn{
|
||
|
display:none;
|
||
|
}
|
||
|
}
|