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.
information-system/css/webht/print.css

17 lines
309 B
CSS

@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;
}
}