index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>kakaxi-1☆★☆这里是一个长期维护且免费分享的电视直播源仓库,包含中国各地区大部分电视频道,包含大部分电视频道LOGO并一直在完善,免费提供优质的服务和创新的产品,帮助大家在数字时代蓬勃发展。</title>
  8. <style>
  9. /* 基本样式 */
  10. body, html {
  11. margin: 0;
  12. padding: 0;
  13. font-family: 'Arial', sans-serif;
  14. background-color: #f0f0f0;
  15. }
  16. nav ul {
  17. list-style: none;
  18. margin: 0;
  19. padding: 0;
  20. display: flex;
  21. justify-content: flex-end;
  22. }
  23. nav ul li {
  24. margin: 0 15px;
  25. }
  26. nav ul li a {
  27. text-decoration: none;
  28. color: #D3D3D3;
  29. font-size: 18px;
  30. padding: 5px 10px;
  31. }
  32. nav ul li a:hover {
  33. background-color: #4CAF50;
  34. border-radius: 5px;
  35. }
  36. /* 头部部分 */
  37. header {
  38. height: 100vh;
  39. display: flex;
  40. align-items: center;
  41. justify-content: center;
  42. text-align: center;
  43. }
  44. .container {
  45. display: flex;
  46. flex-direction: column;
  47. align-items: center;
  48. justify-content: center;
  49. }
  50. header .avatar {
  51. width: 150px; /* 调整头像大小 */
  52. height: 150px;
  53. border-radius: 50%; /* 使图片呈现为圆形 */
  54. object-fit: cover;
  55. margin-bottom: 20px; /* 图片和文字之间的间距 */
  56. }
  57. header h1 {
  58. font-size: 3rem;
  59. margin: 0;
  60. color: #000000; /* 标题字体颜色为黑色 */
  61. }
  62. header p {
  63. font-size: 1.5rem;
  64. color: #000000; /* 副标题字体颜色为黑色 */
  65. }
  66. header h1 {
  67. font-size: 4rem;
  68. margin: 0;
  69. color: #000000;
  70. }
  71. header p {
  72. font-size: 1.5rem;
  73. color: #000000;
  74. }
  75. /* 关于我们部分 */
  76. #about {
  77. padding: 60px 30px;
  78. text-align: center;
  79. background-color: #fff;
  80. }
  81. #about h2 {
  82. font-size: 2.5rem;
  83. margin-bottom: 20px;
  84. }
  85. #about p {
  86. font-size: 1.2rem;
  87. line-height: 1.8;
  88. max-width: 800px;
  89. margin: 0 auto;
  90. }
  91. /* 服务部分 */
  92. #services {
  93. padding: 60px 30px;
  94. background-color: #f9f9f9;
  95. }
  96. #services h2 {
  97. text-align: center;
  98. font-size: 2.5rem;
  99. margin-bottom: 30px;
  100. }
  101. .card-container {
  102. display: flex;
  103. flex-wrap: wrap;
  104. justify-content: space-around;
  105. gap: 20px;
  106. }
  107. .card {
  108. background-color: white;
  109. border-radius: 10px;
  110. box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  111. width: 300px;
  112. padding: 20px;
  113. text-align: center;
  114. }
  115. .card img {
  116. width: 100%;
  117. border-radius: 10px 10px 0 0;
  118. }
  119. .card h3 {
  120. margin-top: 15px;
  121. font-size: 1.5rem;
  122. }
  123. .card p {
  124. font-size: 1rem;
  125. color: #666;
  126. }
  127. .card button {
  128. background-color: #4CAF50;
  129. color: white;
  130. border: none;
  131. padding: 10px 15px;
  132. border-radius: 5px;
  133. font-size: 1rem;
  134. cursor: pointer;
  135. margin-top: 15px;
  136. }
  137. .card button:hover {
  138. background-color: #45a049;
  139. }
  140. /* 说明部分 */
  141. #description ul {
  142. list-style-type: disc; /* 使用圆点符号 */
  143. margin: 0 auto;
  144. max-width: 800px;
  145. padding-left: 20px; /* 缩进 */
  146. }
  147. #description ul li {
  148. font-size: 1.5rem; /* 说明字体大小 */
  149. margin-bottom: 10px;
  150. color: #333;
  151. }
  152. /* 鸣谢部分 */
  153. #acknowledgements ul {
  154. list-style-type: none; /* 移除默认的列表符号 */
  155. margin: 0 auto;
  156. max-width: 800px;
  157. padding-left: 20px; /* 缩进 */
  158. }
  159. #acknowledgements ul li {
  160. font-size: 1.5rem; /* 鸣谢字体大小 */
  161. margin-bottom: 10px;
  162. color: #333;
  163. position: relative;
  164. padding-left: 30px; /* 为心形符号留出空间 */
  165. }
  166. #acknowledgements ul li::before {
  167. content: "❤"; /* 添加心形符号 */
  168. position: absolute;
  169. left: 0;
  170. color: red; /* 设置心形符号的颜色 */
  171. font-size: 1.5rem; /* 确保心形符号与文字大小一致 */
  172. }
  173. /* 更新日志部分 */
  174. #updates ul {
  175. list-style-type: none; /* 移除默认的列表符号 */
  176. margin: 0 auto;
  177. max-width: 800px;
  178. padding-left: 0; /* 移除多余缩进 */
  179. }
  180. #updates ul li {
  181. font-size: 1.5rem; /* 更新日志字体大小 */
  182. margin-bottom: 10px;
  183. color: #333;
  184. position: relative;
  185. padding-left: 0; /* 确保时间和内容左对齐 */
  186. }
  187. /* 全局标题样式,确保所有 h2 大小相同 */
  188. h2 {
  189. font-size: 2.5rem; /* 统一标题字体大小 */
  190. margin-bottom: 40px;
  191. text-align: center;
  192. }
  193. /* 页脚样式 */
  194. footer {
  195. background-color: #222;
  196. color: white;
  197. text-align: center;
  198. padding: 20px;
  199. }
  200. /* 响应式设计 */
  201. @media (max-width: 768px) {
  202. .card-container {
  203. flex-direction: column;
  204. align-items: center;
  205. }
  206. }
  207. </style>
  208. </head>
  209. <body>
  210. <!-- 头部部分 -->
  211. <header>
  212. <div class="container">
  213. <img src="https://live.kakaxi-1.ink/LOGO/kakaxi.jpg" alt="your avatar" class="avatar">
  214. <h1>欢迎来到kakaxi-1的网站</h1>
  215. <p>这里是一个长期维护且免费分享的电视直播源仓库,包含中国各地区大部分电视频道,包含大多数电视频道LOGO并一直在完善,免费提供高质量的服务和创新的产品,帮助大家在数字时代蓬勃发展。</p >
  216. </div>
  217. </header>
  218. <!-- 关于我们部分 -->
  219. <section id="about">
  220. <h2>关于</h2>
  221. <p>致力于免费分享优质的电视直播源,帮助用户方便快捷地收看各种频道。通过我的 GitHub 仓库,您可以获得最新的电视直播源列表,并学习如何在各种设备上配置和使用这些源。无论是新闻、体育、娱乐还是国际频道,您都可以通过我的资源轻松访问。</p >
  222. </section>
  223. <!-- 服务部分 -->
  224. <section id="services">
  225. <h2>服务</h2>
  226. <div class="card-container">
  227. <div class="card">
  228. <h3>主源地址</h3>
  229. <p>M3U格式大部分需要IPV6网络支持,部分需要代理:https://live.kakaxi-1.ink/ipv6.m3u</p >
  230. <a href="https://github.com/kakaxi-1/IPTV/blob/main/ipv6.m3u" class="btn" target="_blank"><button>了解更多</button></a>
  231. </div>
  232. <div class="card">
  233. <h3>EPG地址</h3>
  234. <p>通用版:https://live.kakaxi-1.ink/epg.xml,需网络支持:http://tv.kakaxi-1.ink:8877/epg/t.xml</p >
  235. <a href="https://github.com/kakaxi-1/IPTV/blob/main/.github/workflows/epg.yml" class="btn" target="_blank"><button>了解更多</button></a>
  236. </div>
  237. <div class="card">
  238. <h3>副源地址</h3>
  239. <p>TXT格式IPV4网络支持,自动更新的IPTV:https://live.kakaxi-1.ink/iptv.txt</p >
  240. <a href="https://github.com/kakaxi-1/IPTV/blob/main/iptv.txt" class="btn" target="_blank"><button>了解更多</button></a>
  241. </div>
  242. <div class="card">
  243. <h3>LOGO地址</h3>
  244. <p>PNG格式TVLOGO地址,一直在不断完善中。使用:https://live.kakaxi-1.ink/LOGO/名称.png</p >
  245. <a href="https://github.com/kakaxi-1/IPTV/tree/main/LOGO" class="btn" target="_blank"><button>了解更多</button></a>
  246. </div>
  247. </div>
  248. </section>
  249. <section id="updates">
  250. <section id="description">
  251. <h2>说明</h2>
  252. <ul>
  253. <li>仅供学习,切勿用于商业或非法传播,否则后果自负,均于本人关联。</li>
  254. <li>部分内容严明禁止中国大陆用户使用!</li>
  255. <li>可能随时失效,请定期关注更新。</li>
  256. <li>所有文件均托管在GitHub,由项目发起人公益维护,欢迎Star本项目或点击Issues反馈您的问题。</li>
  257. </ul>
  258. </section>
  259. <section id="updates">
  260. <section id="acknowledgements">
  261. <h2>特别鸣谢</h2>
  262. <ul>
  263. <li>❤ 感谢pixman贡献的docker项目</li>
  264. <li>❤ 感谢肥羊贡献的直播源以及思路</li>
  265. <li>❤ 感谢fanmingming贡献的直播源以及思路</li>
  266. <li>❤ 感谢YanG贡献的直播源以及思路</li>
  267. <li>❤ 感谢977567941贡献的直播源以及思路</li>
  268. <li>❤ 感谢epg.pw、112114、erw.cc的EPG数据提供</li>
  269. <li>❤ 感谢所有贡献直播源的社区成员。</li>
  270. <li>❤ 感谢GitHub提供的平台支持。</li>
  271. <li>❤ 感谢我的用户和支持者。</li>
  272. </ul>
  273. </section>
  274. <section id="updates">
  275. <h2>更新日志</h2>
  276. <ul>
  277. <li>2024-09-06 影视轮播改名斗鱼轮播,并详细化。</li>
  278. <li>2024-08-23 部分频道ipv6没有新加入地方组播iptv,实现部分低分辨率频道。</li>
  279. <li>2024-08-02 优化部分EPG、LOGO。</li>
  280. <li>2024-06-13 优化部分gat高清源。</li>
  281. <li>2024-06-03 完善LOGO。</li>
  282. <li>2024-06-02 优化部分EPG、LOGO。</li>
  283. <li>2024-05-23 新增gatLOGO,新增gatEPG。</li>
  284. <li>2024-05-20 新增TXT格式文件。</li>
  285. <li>2024-05-18 优化部分台标,更新部分高清源,新增经典神话台。</li>
  286. <li>2024-05-06 优化部分台标,更新部分高清源。</li>
  287. <li>2024-05-05 优化部分失效台标显示。</li>
  288. <li>2024-05-04 优化部分台标,更新部分高清源。</li>
  289. <li>2024-05-03 优化部分台标,更新部分高清源。</li>
  290. <li>2024-05-02 优化部分台标,更新部分高清源。</li>
  291. <li>2024-05-01 优化部分台标,更新部分高清源。</li>
  292. <li>2024-04-30 优化部分台标,更新部分高清源。</li>
  293. </ul>
  294. </section>
  295. <!-- 页脚 -->
  296. <footer>
  297. <p>&copy; 2024 kakaxi-1. All rights reserved.</p >
  298. </footer>
  299. </body>
  300. </html>