
@media print {
.lisReport-page[data-v-4de060e6] {
    page: lisReport-page; /* 绑定唯一命名 */
}
@page lisReport-page {size: A4;margin: 0;}
body[data-v-4de060e6] {width: 210mm;height: 297mm;margin: 0 auto;background: white;}
.item-title[data-v-4de060e6]{
    background-color: #ddd !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; /* 标准属性，确保背景色打印 */
}
.tr-background[data-v-4de060e6]{
    background-color: rgba(166, 161, 161, .12) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; /* 标准属性，确保背景色打印 */
}
.no-print[data-v-4de060e6] { display: none;
} /* 隐藏非打印元素 */
}
.page[data-v-4de060e6] {width: 210mm;height: 297mm;text-align: center;margin:0 auto;padding-top:25px;padding-left:20px;padding-right:20px;font-size: 13px;margin-bottom:10px;overflow: hidden;position: relative;PAGE-BREAK-AFTER: always;background: #fff;}



/*# sourceMappingURL=7.css.map?v=1764910019039*/