123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>kakaxi-1☆★☆优质电视直播源仓库</title>
- <style>
- /* 基本样式 */
- body, html {
- margin: 0;
- padding: 0;
- font-family: 'Roboto', sans-serif;
- background-color: #121212;
- color: #e0e0e0;
- line-height: 1.6;
- }
- h1, h2, h3, p {
- margin: 0;
- padding: 0;
- }
- a {
- text-decoration: none;
- color: #4CAF50;
- }
- /* 全局样式 */
- .container {
- width: 90%;
- margin: 0 auto;
- max-width: 1200px;
- }
- /* 头部 */
- header {
- background: linear-gradient(135deg, #333, #555);
- padding: 50px 0;
- color: #fff;
- text-align: center;
- }
- header .avatar {
- width: 180px;
- height: 180px;
- border-radius: 50%;
- object-fit: cover;
- margin-bottom: 20px;
- transition: transform 0.3s ease;
- }
- header .avatar:hover {
- transform: scale(1.1);
- }
- header h1 {
- font-size: 3rem;
- color: #fff;
- margin-bottom: 15px;
- letter-spacing: 2px;
- }
- header p {
- font-size: 1.2rem;
- max-width: 800px;
- margin: 0 auto;
- color: #ddd;
- line-height: 1.8;
- }
- /* 关于我们部分 */
- #about {
- background-color: #181818;
- padding: 60px 30px;
- text-align: center;
- color: #fff;
- }
- #about h2 {
- font-size: 2.5rem;
- margin-bottom: 20px;
- font-weight: 500;
- }
- #about p {
- font-size: 1.2rem;
- max-width: 800px;
- margin: 0 auto;
- }
- /* 服务部分 */
- #services {
- padding: 60px 30px;
- background-color: #1a1a1a;
- }
- #services h2 {
- font-size: 2.5rem;
- text-align: center;
- color: #fff;
- margin-bottom: 40px;
- }
- .card-container {
- display: flex;
- flex-wrap: wrap;
- gap: 20px;
- justify-content: space-between;
- }
- .card {
- background-color: #222;
- border-radius: 15px;
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
- width: 22%;
- padding: 20px;
- color: #fff;
- transition: transform 0.3s ease, box-shadow 0.3s ease;
- }
- .card:hover {
- transform: translateY(-10px);
- box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
- }
- .card img {
- width: 100%;
- border-radius: 10px 10px 0 0;
- margin-bottom: 15px;
- }
- .card h3 {
- font-size: 1.5rem;
- margin-top: 10px;
- color: #4CAF50;
- }
- .card p {
- font-size: 1rem;
- color: #ddd;
- }
- .card button {
- background-color: #4CAF50;
- color: #fff;
- border: none;
- padding: 12px 20px;
- border-radius: 5px;
- font-size: 1rem;
- cursor: pointer;
- margin-top: 15px;
- transition: background-color 0.3s ease;
- }
- .card button:hover {
- background-color: #45a049;
- }
- /* 说明部分 */
- #description ul {
- list-style-type: disc;
- padding-left: 20px;
- max-width: 800px;
- margin: 0 auto;
- }
- #description ul li {
- font-size: 1.2rem;
- margin-bottom: 10px;
- color: #bbb;
- }
- /* 鸣谢部分 */
- #acknowledgements ul {
- list-style-type: none;
- padding-left: 0;
- max-width: 800px;
- margin: 0 auto;
- }
- #acknowledgements ul li {
- font-size: 1.2rem;
- margin-bottom: 10px;
- color: #bbb;
- position: relative;
- padding-left: 30px;
- }
- #acknowledgements ul li::before {
- content: "❤";
- position: absolute;
- left: 0;
- color: #f44336;
- font-size: 1.5rem;
- }
- /* 更新日志部分 */
- #updates ul {
- list-style-type: none;
- padding-left: 0;
- max-width: 800px;
- margin: 0 auto;
- }
- #updates ul li {
- font-size: 1.2rem;
- margin-bottom: 10px;
- color: #bbb;
- }
- /* 页脚样式 */
- footer {
- background-color: #121212;
- color: #fff;
- text-align: center;
- padding: 30px 0;
- }
- footer p {
- font-size: 1rem;
- }
- /* 响应式设计 */
- @media (max-width: 768px) {
- .card-container {
- flex-direction: column;
- align-items: center;
- }
- .card {
- width: 80%;
- margin-bottom: 20px;
- }
- }
- </style>
- </head>
- <body>
- <!-- 头部部分 -->
- <header>
- <div class="container">
- <img src="https://live.kakaxi-1.ink/LOGO/kakaxi.jpg" alt="your avatar" class="avatar">
- <h1>欢迎来到kakaxi-1的网站</h1>
- <p>长期维护的电视直播源仓库,提供中国大部分电视频道的直播源,帮助您在数字时代蓬勃发展。</p>
- </div>
- </header>
- <!-- 关于我们部分 -->
- <section id="about">
- <h2>关于</h2>
- <p>我们致力于分享免费的优质电视直播源,帮助用户方便快捷地收看各种频道。通过我们的 GitHub 仓库,您可以获得最新的电视直播源列表,并学习如何在各种设备上配置和使用这些源。</p>
- </section>
- <!-- 服务部分 -->
- <section id="services">
- <h2>服务</h2>
- <div class="card-container">
- <div class="card">
- <h3>主源地址</h3>
- <p>M3U格式大部分需要IPV6网络支持,部分需要代理。</p>
- <a href="https://github.com/kakaxi-1/IPTV/blob/main/ipv6.m3u" target="_blank"><button>了解更多</button></a>
- </div>
- <div class="card">
- <h3>EPG地址</h3>
- <p>通用版,需网络支持。</p>
- <a href="https://github.com/kakaxi-1/IPTV/blob/main/.github/workflows/epg.yml" target="_blank"><button>了解更多</button></a>
- </div>
- <div class="card">
- <h3>副源地址</h3>
- <p>TXT格式IPV4网络支持,自动更新。</p>
- <a href="https://github.com/kakaxi-1/IPTV/blob/main/ipv4.txt" target="_blank"><button>了解更多</button></a>
- </div>
- <div class="card">
- <h3>LOGO地址</h3>
- <p>PNG格式TVLOGO地址,不断完善中。</p>
- <a href="https://github.com/kakaxi-1/IPTV/tree/main/LOGO" target="_blank"><button>了解更多</button></a>
- </div>
- </div>
- </section>
- <!-- 说明、鸣谢、更新日志部分 -->
- <section id="description">
- <h2>说明</h2>
- <ul>
- <li>仅供学习,切勿用于商业或非法传播。</li>
- <li>部分内容严禁中国大陆用户使用!</li>
- <li>可能随时失效,定期关注更新。</li>
- <li>所有文件均托管在GitHub,由项目发起人公益维护。</li>
- </ul>
- </section>
- <section id="acknowledgements">
- <h2>特别鸣谢</h2>
- <ul>
- <li>❤ 感谢所有贡献者和支持者。</li>
- <li>❤ 感谢GitHub提供的平台支持。</li>
- </ul>
- </section>
- <section id="updates">
- <h2>更新日志</h2>
- <ul>
- <li>2024-09-06 影视轮播改名斗鱼轮播,并详细化。</li>
- <li>2024-08-23 部分频道ipv6没有新加入地方组播iptv。</li>
- </ul>
- </section>
- <!-- 页脚 -->
- <footer>
- <p>© 2024 kakaxi-1. All rights reserved.</p>
- </footer>
- </body>
- </html>
|