|
@@ -1506,3 +1506,27 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+@media print {
|
|
|
+ .card-preview {
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+ .page-box {
|
|
|
+ margin: 0 auto;
|
|
|
+ box-shadow: none;
|
|
|
+ page-break-after: always;
|
|
|
+ }
|
|
|
+ // 印刷模式:隐藏客观题强调标记
|
|
|
+ .elem-fill-question-first {
|
|
|
+ &::before {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .elem-fill-question .option-item,
|
|
|
+ .card-head-body .head-stdno .stdno-fill-option,
|
|
|
+ .page-number-rect-list li,
|
|
|
+ .card-head-body .head-dynamic-rect {
|
|
|
+ border-width: 0.5pt;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|