@@ -245,6 +245,12 @@
margin: 12px auto;
box-sizing: border-box;
}
+ /* 选项中的图片样式 - 防止超出容器 */
+ .option img {
+ max-width: 100%;
+ height: auto;
+ vertical-align: middle;
+ }
</style>
</head>
<body style="page-break-before: always;">
@@ -330,6 +330,12 @@
@media print {
.no-print {
display: none;