File size: 757 Bytes
ce93ecc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>作文批改结果</title>
<style>
body { font-family: -apple-system, sans-serif; line-height: 1.6; max-width:1024px; margin:auto; padding:32px; }
code { background: #f5f5f5; padding: 2px 4px; border-radius: 4px; }
pre { background: #f5f5f5; padding: 10px; overflow-x: auto; }
blockquote { border-left: 4px solid #ddd; padding-left: 12px; color: #666; }
img { display:block;width:100%;max-width:100%;height:auto;margin:10px 0;object-fit:contain; }
.highlight-bracket { display:inline-block; background:#ffd6d6; }
.highlight-bracket-green { background:#d4f7d4; }
</style>
</head>
<body>
<h1>批改结果 #{{code}}</h1>
{{content}}
</body>
</html>
|