网站打印样式优化📅 2023-06-28  |  👁 4542 次浏览

@media print

@media print {
    .no-print { display: none; }
    body { font-size: 12pt; color: #000; }
    a { text-decoration: none; color: #000; }
    a::after { content: " (" attr(href) ")"; }
}

打印优化要点

  • 隐藏导航、广告等无关元素
  • 确保背景色和背景图可打印
  • 分页控制:page-break-inside: avoid
  • 链接显示完整URL

芒阳网络团域cms开发中心

Copyright © 2023 刀客CMS内容管理系统