|
|
- <div style="background: linear-gradient(135deg, #000000, #2D2D2D); padding: 12px 20px; border-radius: 8px; text-align: center; border: 2px solid #FF69B4;">
- <a href="https://www.hfmyy.com" target="_blank" style="text-decoration: none;">
- <h2 style="color: #FFFFFF; margin: 0; font-family: 'Arial', sans-serif; font-size: 22px; letter-spacing: 1px;">
- 🎬 海量影视资源尽在
- <span style="color: #FF69B4; font-weight: bold;">黑粉猫影院</span>
- <span style="font-size: 16px; vertical-align: middle;">hfmyy.com</span>
- </h2>
- <p style="color: #FFB6C1; margin: 8px 0 0; font-size: 14px;">
- 🔍 点击探索最新热门影视 → 即刻前往
- </p>
- </a>
- </div>
复制代码
- <style>
- @keyframes neon-pulse {
- 0% { text-shadow: 0 0 5px #FF69B4; }
- 50% { text-shadow: 0 0 15px #FF69B4, 0 0 20px #FF69B4; }
- 100% { text-shadow: 0 0 5px #FF69B4; }
- }
- </style>
- <div style="background: #1A1A1A; padding: 15px 25px; border-radius: 6px; text-align: center; position: relative; overflow: hidden;">
- <a href="https://www.hfmyy.com" target="_blank" style="text-decoration: none;">
- <div style="position: absolute; top: 0; left: -100%; width: 200%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,105,180,0.2), transparent); animation: slide 3s infinite;"></div>
- <h2 style="color: #FFF; margin: 0; font-family: 'Segoe UI', sans-serif; font-size: 24px; animation: neon-pulse 2s infinite;">
- 🍿 全网影视一网打尽
- <span style="color: #FF69B4; border-bottom: 2px dashed; /*padding-bottom: 2px;*/">hfmyy.com</span>
- <span style="display: block; font-size: 16px; color: #CCC; margin-top: 10px;">点击进入 → 黑粉猫影院</span>
- </h2>
- </a>
- </div>
- <style>
- @keyframes slide {
- 0% { transform: translateX(-50%); }
- 100% { transform: translateX(150%); }
- }
- </style>
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
×
|