| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <clipPath id="circleClip"> |
| 4 | <circle cx="940" cy="360" r="240"/> |
| 5 | </clipPath> |
| 6 | <linearGradient id="bgGrad" x1="0" y1="0" x2="1" y2="1"> |
| 7 | <stop offset="0%" stop-color="#2B3A4A"/> |
| 8 | <stop offset="100%" stop-color="#1A2530"/> |
| 9 | </linearGradient> |
| 10 | </defs> |
| 11 | |
| 12 | <g id="bg"> |
| 13 | <rect width="1280" height="720" fill="url(#bgGrad)"/> |
| 14 | </g> |
| 15 | |
| 16 | <g id="bg-decor"> |
| 17 | <line x1="80" y1="180" x2="200" y2="180" stroke="#8B7355" stroke-width="1"/> |
| 18 | <line x1="80" y1="540" x2="280" y2="540" stroke="#8B7355" stroke-width="1"/> |
| 19 | <circle cx="100" cy="100" r="3" fill="#8B7355"/> |
| 20 | <circle cx="100" cy="640" r="3" fill="#8B7355"/> |
| 21 | </g> |
| 22 | |
| 23 | <g id="circle-image"> |
| 24 | <circle cx="940" cy="360" r="240" fill="#8B7355" fill-opacity="0.15"/> |
| 25 | <image href="../images/640_24.png" x="700" y="120" width="480" height="480" preserveAspectRatio="xMidYMid slice" clip-path="url(#circleClip)"/> |
| 26 | <circle cx="940" cy="360" r="240" fill="none" stroke="#8B7355" stroke-width="2" stroke-opacity="0.6"/> |
| 27 | <circle cx="940" cy="360" r="270" fill="none" stroke="#8B7355" stroke-width="1" stroke-opacity="0.3" stroke-dasharray="4,8"/> |
| 28 | </g> |
| 29 | |
| 30 | <g id="chapter-meta"> |
| 31 | <text x="80" y="220" font-family="Georgia, serif" font-size="14" font-weight="700" fill="#8B7355" letter-spacing="6">CHAPTER</text> |
| 32 | <text x="80" y="370" font-family="Georgia, serif" font-size="240" font-weight="400" fill="#F5F2EC" fill-opacity="0.95">II</text> |
| 33 | <line x1="80" y1="420" x2="160" y2="420" stroke="#C2410C" stroke-width="3"/> |
| 34 | </g> |
| 35 | |
| 36 | <g id="chapter-title"> |
| 37 | <text x="80" y="490" font-family="KaiTi, Georgia, serif" font-size="48" font-weight="700" fill="#F5F2EC">悉尼范本</text> |
| 38 | <text x="80" y="538" font-family=""Microsoft YaHei", sans-serif" font-size="22" font-weight="400" fill="#D6CFC0">一座摩天楼的"再生"革命</text> |
| 39 | <text x="80" y="582" font-family="Georgia, serif" font-size="14" font-style="italic" fill="#8B7355" letter-spacing="2">SYDNEY · QUAY QUARTER TOWER · 2022</text> |
| 40 | </g> |
| 41 | |
| 42 | <g id="footer"> |
| 43 | <line x1="80" y1="660" x2="280" y2="660" stroke="#5A6B7A" stroke-width="1"/> |
| 44 | <text x="80" y="694" font-family=""Microsoft YaHei", sans-serif" font-size="12" fill="#8B7355">主动再生 · 不再大拆大建</text> |
| 45 | <text x="1220" y="694" text-anchor="end" font-family="Georgia, serif" font-size="12" fill="#8B7355">06 / 15</text> |
| 46 | </g> |
| 47 | </svg> |
| 48 |