
```html body { background-color: #f5f5f5; padding: 20px; line-height: 1.6; } .container { max-width: 1200px; margin: 0 auto; } h1 { text-align: center; color: #333; margin-bottom: 30px; font-size: 2.5em; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); } .character-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .character-card { background-color: white; border-radius: 10px; padding: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; } .character-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(to right, #4a6cf7, #6a5acd); } .character-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); } .character-name { font-size: 1.8em; color: #2c3e50; margin-bottom: 5px; font-weight: bold; } .character-role { font-size: 1.1em; color: #7f8c8d; margin-bottom: 15px; font-style: italic; } .character-description { color: #34495e; font-size: 1em; } .highlight { color: #3498db; font-weight: bold; } .tag { display: inline-block; background-color: #e8f4f8; color: #2980b9; pad…
部分链接包含平台邀请码或推广参数,不影响你的访问价格与账号权益。