仅针对打印调整仅针对打印生效的CSS @media print {} 打印时显示底色打印时显示底色 @media print { .option-warn, .option-success { -webkit-print-color-adjust: exact; } }