| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <linearGradient id="coverOverlay" x1="0" y1="0" x2="0" y2="1"> |
| 4 | <stop offset="0%" stop-color="#1A1714" stop-opacity="0.35"/> |
| 5 | <stop offset="40%" stop-color="#1A1714" stop-opacity="0.15"/> |
| 6 | <stop offset="65%" stop-color="#1A1714" stop-opacity="0.55"/> |
| 7 | <stop offset="100%" stop-color="#1A1714" stop-opacity="0.92"/> |
| 8 | </linearGradient> |
| 9 | <linearGradient id="titleAccent" x1="0" y1="0" x2="1" y2="0"> |
| 10 | <stop offset="0%" stop-color="#C4A882"/> |
| 11 | <stop offset="100%" stop-color="#D4956A"/> |
| 12 | </linearGradient> |
| 13 | <filter id="titleGlow" x="-20%" y="-20%" width="140%" height="140%"> |
| 14 | <feGaussianBlur in="SourceAlpha" stdDeviation="6" result="blur"/> |
| 15 | <feFlood flood-color="#C4A882" flood-opacity="0.3" result="glowColor"/> |
| 16 | <feComposite in="glowColor" in2="blur" operator="in" result="glow"/> |
| 17 | <feMerge> |
| 18 | <feMergeNode in="glow"/> |
| 19 | <feMergeNode in="SourceGraphic"/> |
| 20 | </feMerge> |
| 21 | </filter> |
| 22 | </defs> |
| 23 | |
| 24 | <!-- Background --> |
| 25 | <rect width="1280" height="720" fill="#1A1714"/> |
| 26 | |
| 27 | <!-- Hero image --> |
| 28 | <image href="../images/intro_living.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/> |
| 29 | |
| 30 | <!-- Gradient overlay --> |
| 31 | <rect x="0" y="0" width="1280" height="720" fill="url(#coverOverlay)"/> |
| 32 | |
| 33 | <!-- Decorative line --> |
| 34 | <rect x="80" y="420" width="80" height="3" fill="url(#titleAccent)" rx="1.5"/> |
| 35 | |
| 36 | <!-- Title group --> |
| 37 | <g id="cover-title"> |
| 38 | <text x="80" y="500" font-family="Georgia, SimSun, serif" font-size="72" font-weight="bold" fill="#E8E0D4" filter="url(#titleGlow)"> |
| 39 | 2026 家居趋势 |
| 40 | </text> |
| 41 | <text x="80" y="565" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="26" fill="#C4A882"> |
| 42 | 回归"人的尺度" |
| 43 | </text> |
| 44 | <text x="80" y="605" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="18" fill="#B0A08E"> |
| 45 | 让色彩、材质与纹理塑造"空间的高级感" |
| 46 | </text> |
| 47 | </g> |
| 48 | |
| 49 | <!-- Bottom info --> |
| 50 | <g id="cover-footer"> |
| 51 | <text x="80" y="668" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#7A6E60"> |
| 52 | 基于《空间的高级感——设计师的色彩、材质、纹理搭配指南》 · 宋文雯 著 |
| 53 | </text> |
| 54 | <text x="1200" y="668" text-anchor="end" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#7A6E60"> |
| 55 | 2026 |
| 56 | </text> |
| 57 | </g> |
| 58 | |
| 59 | <!-- Decorative corner elements --> |
| 60 | <rect x="60" y="405" width="2" height="50" fill="#C4A882" fill-opacity="0.4"/> |
| 61 | <rect x="1200" y="60" width="30" height="2" fill="#C4A882" fill-opacity="0.2"/> |
| 62 | <rect x="1218" y="60" width="2" height="30" fill="#C4A882" fill-opacity="0.2"/> |
| 63 | </svg> |
| 64 |