| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <linearGradient id="creamBg" x1="0%" y1="0%" x2="0%" y2="100%"> |
| 4 | <stop offset="0%" stop-color="#FDF8F2"/> |
| 5 | <stop offset="100%" stop-color="#F5EDE0"/> |
| 6 | </linearGradient> |
| 7 | <linearGradient id="imgTopFade" x1="0%" y1="0%" x2="0%" y2="100%"> |
| 8 | <stop offset="0%" stop-color="#FDF8F2" stop-opacity="1"/> |
| 9 | <stop offset="25%" stop-color="#FDF8F2" stop-opacity="0"/> |
| 10 | </linearGradient> |
| 11 | <linearGradient id="macaronAccent" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 12 | <stop offset="0%" stop-color="#B8A9E0"/> |
| 13 | <stop offset="50%" stop-color="#A8D8C0"/> |
| 14 | <stop offset="100%" stop-color="#F5C5A3"/> |
| 15 | </linearGradient> |
| 16 | </defs> |
| 17 | |
| 18 | <!-- Background — macaron cream --> |
| 19 | <rect width="1280" height="720" fill="url(#creamBg)"/> |
| 20 | |
| 21 | <!-- Bottom image — sketch-notes, fills bottom portion --> |
| 22 | <image href="../images/p06_bottom_img.png" x="0" y="360" width="1280" height="360" |
| 23 | preserveAspectRatio="xMidYMid slice"/> |
| 24 | |
| 25 | <!-- Top fade on image --> |
| 26 | <rect x="0" y="360" width="1280" height="120" fill="url(#imgTopFade)"/> |
| 27 | |
| 28 | <!-- Top area — title and text float above the scene --> |
| 29 | <!-- Accent bar top --> |
| 30 | <rect x="0" y="0" width="1280" height="6" fill="url(#macaronAccent)"/> |
| 31 | |
| 32 | <!-- Page meta --> |
| 33 | <text x="640" y="40" text-anchor="middle" font-family="Arial, sans-serif" |
| 34 | font-size="13" fill="#9090A0" letter-spacing="3">P06 · sketch-notes × macaron</text> |
| 35 | |
| 36 | <!-- Main title — centered --> |
| 37 | <text x="640" y="100" text-anchor="middle" font-family="Georgia, 'Microsoft YaHei', serif" |
| 38 | font-size="48" font-weight="bold" fill="#3A2A4A">底图浮文</text> |
| 39 | <text x="640" y="130" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 40 | font-size="18" fill="#8A7A9A">Bottom Image · Floating Text</text> |
| 41 | |
| 42 | <!-- Macaron accent dots --> |
| 43 | <circle cx="500" cy="118" r="4" fill="#B8A9E0"/> |
| 44 | <circle cx="780" cy="118" r="4" fill="#A8D8C0"/> |
| 45 | |
| 46 | <!-- Mid-section text --> |
| 47 | <text x="640" y="188" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 48 | font-size="20" fill="#4A3A5A">手绘速写风格,图像在底部如同舞台布景,</text> |
| 49 | <text x="640" y="216" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 50 | font-size="20" fill="#4A3A5A">文字在上方温暖飘浮。</text> |
| 51 | |
| 52 | <!-- Three keyword pills --> |
| 53 | <rect x="346" y="246" width="130" height="34" rx="17" fill="#B8A9E0" fill-opacity="0.3" stroke="#B8A9E0" stroke-width="1"/> |
| 54 | <text x="411" y="268" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 55 | font-size="15" fill="#6A5A8A">手绘质感</text> |
| 56 | |
| 57 | <rect x="496" y="246" width="130" height="34" rx="17" fill="#A8D8C0" fill-opacity="0.3" stroke="#A8D8C0" stroke-width="1"/> |
| 58 | <text x="561" y="268" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 59 | font-size="15" fill="#3A7A6A">粉彩色调</text> |
| 60 | |
| 61 | <rect x="646" y="246" width="130" height="34" rx="17" fill="#F5C5A3" fill-opacity="0.3" stroke="#F5C5A3" stroke-width="1"/> |
| 62 | <text x="711" y="268" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 63 | font-size="15" fill="#8A5A3A">温馨教学感</text> |
| 64 | |
| 65 | <!-- Short annotation below image (overlaying image zone) --> |
| 66 | <text x="640" y="650" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 67 | font-size="15" fill="#6A5A4A" fill-opacity="0.8">图像 ↓ 作为页面底座 · 文字 ↑ 向上生长</text> |
| 68 | |
| 69 | <!-- Decorative sketch doodle — small stars --> |
| 70 | <text x="240" y="200" font-family="Arial, sans-serif" font-size="16" fill="#B8A9E0" fill-opacity="0.7">✦</text> |
| 71 | <text x="990" y="170" font-family="Arial, sans-serif" font-size="12" fill="#A8D8C0" fill-opacity="0.7">✦</text> |
| 72 | <text x="180" y="300" font-family="Arial, sans-serif" font-size="10" fill="#F5C5A3" fill-opacity="0.7">◆</text> |
| 73 | <text x="1060" y="290" font-family="Arial, sans-serif" font-size="10" fill="#B8A9E0" fill-opacity="0.7">◆</text> |
| 74 | |
| 75 | <!-- Page number --> |
| 76 | <text x="1240" y="700" text-anchor="end" font-family="Arial, sans-serif" font-size="13" fill="#9090A0">06</text> |
| 77 | </svg> |
| 78 |