一般瀏覽器在列印時會使用「經濟模式」,即不會印出背景圖片或顏色,需要在css中宣告才行。

方式:

@media print{               /*媒體模式*/
    .top{
        -webkit-print-color-adjust: exact;    
        color-adjust: exact;

        background-color:#fa6c62 !important;
    }
}

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 swordheart313 的頭像
    swordheart313

    前端筆記

    swordheart313 發表在 痞客邦 留言(0) 人氣()