SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
<head>
  <style>
    .card { width: 105mm; height: 148mm; background: white; margin: 20px auto; padding: 8mm; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
    .artwork { width: 100%; height: 70mm; background: #f5f5f5 url('图片链接') no-repeat center/contain; margin-bottom: 5mm; }
    .title { font-size: 14pt; text-align: center; margin: 3mm 0; color: #333; }
    .author { font-size: 10pt; text-align: center; color: #666; }
    .details { font-size: 9pt; line-height: 1.6; color: #444; margin: 5mm 0; }
    .qr-codes { display: flex; justify-content: space-between; margin-top: 8mm; }
    .qr-codes img { width: 25mm; height: 25mm; }
  </style>
</head>
<body>
  <div class="card">
    <div class="artwork"></div>
    <div class="title">《A Song of Ice and Fire —1》</div>
    <div class="author">刘怡宁 Liu Yining · 2025</div>
  </div>
  <div class="card">
    <div class="details">
      <p><strong>版数:</strong>Edition 1/30</p >
      <p><strong>材质:</strong>INNOVA 315g 全棉无酸纸</p >
      <p><strong>工艺:</strong>艺术微喷 · 收藏级</p >
      <p><strong>尺寸:</strong>画芯 20×32cm | 含白边 26×38cm</p >
    </div>
    <div class="qr-codes">
      < img src="微信二维码链接" alt="微信">
      < img src="小红书二维码链接" alt="小红书">
    </div>
  </div>
</body>
</html>