| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <linearGradient id="imgOverlay02" x1="1" y1="0" x2="0" y2="0"> |
| 4 | <stop offset="0%" stop-color="#1A1714" stop-opacity="0.1"/> |
| 5 | <stop offset="40%" stop-color="#1A1714" stop-opacity="0.7"/> |
| 6 | <stop offset="100%" stop-color="#1A1714" stop-opacity="0.95"/> |
| 7 | </linearGradient> |
| 8 | <linearGradient id="accentLine02" x1="0" y1="0" x2="0" y2="1"> |
| 9 | <stop offset="0%" stop-color="#C4A882"/> |
| 10 | <stop offset="100%" stop-color="#D4956A"/> |
| 11 | </linearGradient> |
| 12 | </defs> |
| 13 | |
| 14 | <!-- Background --> |
| 15 | <rect width="1280" height="720" fill="#1A1714"/> |
| 16 | |
| 17 | <!-- Right side image --> |
| 18 | <image href="../images/space_overview.png" x="480" y="0" width="800" height="720" preserveAspectRatio="xMidYMid slice"/> |
| 19 | <rect x="480" y="0" width="800" height="720" fill="url(#imgOverlay02)"/> |
| 20 | |
| 21 | <!-- Decorative vertical accent line --> |
| 22 | <rect x="80" y="180" width="3" height="100" fill="url(#accentLine02)" rx="1.5"/> |
| 23 | |
| 24 | <!-- Chapter number --> |
| 25 | <text x="80" y="170" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355" letter-spacing="4"> |
| 26 | CHAPTER 01 |
| 27 | </text> |
| 28 | |
| 29 | <!-- Title --> |
| 30 | <g id="p02-title"> |
| 31 | <text x="100" y="240" font-family="Georgia, SimSun, serif" font-size="38" font-weight="bold" fill="#E8E0D4"> |
| 32 | 从"网红风" |
| 33 | </text> |
| 34 | <text x="100" y="290" font-family="Georgia, SimSun, serif" font-size="38" font-weight="bold" fill="#C4A882"> |
| 35 | 到"人的尺度" |
| 36 | </text> |
| 37 | </g> |
| 38 | |
| 39 | <!-- Divider --> |
| 40 | <rect x="100" y="315" width="60" height="2" fill="#3D362E"/> |
| 41 | |
| 42 | <!-- Content --> |
| 43 | <g id="p02-content"> |
| 44 | <text x="100" y="360" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="20" fill="#E8E0D4"> |
| 45 | 过去几年,我们见惯了各种家居"网红风"的迅速更迭。 |
| 46 | </text> |
| 47 | <text x="100" y="410" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="20" fill="#B0A08E"> |
| 48 | 到了 2026 年,家居设计正悄然发生一场深刻的转变—— |
| 49 | </text> |
| 50 | <text x="100" y="450" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="20" fill="#B0A08E"> |
| 51 | 从视觉符号的堆砌,回归到对人本身的关怀。 |
| 52 | </text> |
| 53 | </g> |
| 54 | |
| 55 | <!-- Quote block --> |
| 56 | <rect x="100" y="490" width="4" height="60" fill="#D4956A" rx="2"/> |
| 57 | <text x="120" y="515" font-family="Georgia, SimSun, serif" font-size="22" fill="#C4A882" font-style="italic"> |
| 58 | "高级感的空间,是色彩、材质、纹理 |
| 59 | </text> |
| 60 | <text x="120" y="545" font-family="Georgia, SimSun, serif" font-size="22" fill="#C4A882" font-style="italic"> |
| 61 | 的精妙搭配所营造出来的。" |
| 62 | </text> |
| 63 | |
| 64 | <!-- Bottom tagline --> |
| 65 | <text x="100" y="620" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#7A6E60"> |
| 66 | 有颜值,更有温度与情感 |
| 67 | </text> |
| 68 | |
| 69 | <!-- Page number --> |
| 70 | <text x="1210" y="690" text-anchor="end" font-family="Georgia, SimSun, serif" font-size="12" fill="#7A6E60"> |
| 71 | 02 / 12 |
| 72 | </text> |
| 73 | </svg> |
| 74 |