Saber2pr's Blog

控制元素打印时样式

媒体查询

html {
  background-color: #808895;
}

@media print {
  html {
    background-color: white;
  }
}