feat(detail): 参会人表新增 增值税及附加/摘要/现场照片 3 列 + 劳务协议展示, 角色=劳务形式, 费项改名 应发金额/个税税金/实发金额
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 1600" preserveAspectRatio="xMidYMid meet">
|
||||
<!-- 16:9 框 — 在竖屏下显示为 9:16,宽度 80% 视口 -->
|
||||
<rect x="40" y="40" width="820" height="1520" rx="20" fill="none" stroke="#00E676" stroke-width="6" stroke-dasharray="20 12"/>
|
||||
<!-- 4 个角的定位标记 -->
|
||||
<g stroke="#FFD600" stroke-width="6" fill="none">
|
||||
<path d="M 80 80 L 80 130 M 80 80 L 130 80"/>
|
||||
<path d="M 860 80 L 860 130 M 860 80 L 810 80"/>
|
||||
<path d="M 80 1520 L 80 1470 M 80 1520 L 130 1520"/>
|
||||
<path d="M 860 1520 L 860 1470 M 860 1520 L 810 1520"/>
|
||||
</g>
|
||||
<!-- 顶部标签 (正立显示,告诉用户当前画面用途) -->
|
||||
<rect x="250" y="700" width="400" height="70" rx="35" fill="rgba(0,0,0,0.6)" stroke="#FFD600" stroke-width="3"/>
|
||||
<text x="450" y="750" text-anchor="middle" fill="#FFD600" font-size="44" font-weight="bold">全景取景 (16:9)</text>
|
||||
<!-- 中部: 当前实际显示比例提示 (正立,易读) -->
|
||||
<text x="450" y="850" text-anchor="middle" fill="rgba(255,255,255,0.7)" font-size="28">当前显示 9 : 16</text>
|
||||
<!-- 旋转 90° 提示 (视觉上暗示横屏拍摄效果更佳) -->
|
||||
<text x="450" y="1300" text-anchor="middle" fill="rgba(255,255,255,0.85)" font-size="36" stroke="rgba(0,0,0,0.5)" stroke-width="1" transform="rotate(-90 450 1300)">建议横屏拍摄 · 横屏时为 16:9</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1414" preserveAspectRatio="xMidYMid meet">
|
||||
<!-- A4 比例外框 (1 : √2,210mm × 297mm) — 宽度 90% 视口 -->
|
||||
<rect x="40" y="40" width="920" height="1334" rx="20" fill="none" stroke="#00E676" stroke-width="6" stroke-dasharray="20 12"/>
|
||||
<!-- 4 个角的定位标记 (帮助对齐纸张角) -->
|
||||
<g stroke="#FFD600" stroke-width="6" fill="none">
|
||||
<path d="M 80 80 L 80 130 M 80 80 L 130 80"/>
|
||||
<path d="M 920 80 L 920 130 M 920 80 L 870 80"/>
|
||||
<path d="M 80 1334 L 80 1284 M 80 1334 L 130 1334"/>
|
||||
<path d="M 920 1334 L 920 1284 M 920 1334 L 870 1334"/>
|
||||
</g>
|
||||
<!-- 顶部标签 -->
|
||||
<rect x="300" y="600" width="400" height="70" rx="35" fill="rgba(0,0,0,0.6)" stroke="#FFD600" stroke-width="3"/>
|
||||
<text x="500" y="650" text-anchor="middle" fill="#FFD600" font-size="44" font-weight="bold">A4 签到表</text>
|
||||
<!-- 底部提示文字 -->
|
||||
<text x="500" y="1310" text-anchor="middle" fill="#fff" font-size="36" stroke="rgba(0,0,0,0.5)" stroke-width="1">将签到表完整放入绿框</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user