Help
RSS
API
Feed
Maltego
Contact
Domain > gm996.cn
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2022-09-09
137.220.214.177
(
ClassC
)
2026-02-17
38.147.170.117
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Tue, 17 Feb 2026 13:22:57 GMTContent-Type: text/htmlContent-Length: 30180Last-Modified: Fri, 23 Jan 2026 06:12:17 GMTConnection: keep-aliveVary: Accept-EncodingETag: 69731141-75e4Strict-Transport-Security: max-age31536000Alt-Svc: quic:443; h3:443; h3-29:443; h3-27:443;h3-25:443; h3-T050:443; h3-Q050:443;h3-Q049:443;h3-Q048:443; h3-Q046:443; h3-Q043:443Accept-Ranges: bytes !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>乐意传奇 - 官方网站 - www.gm996.cn/title> meta namekeywords content1.76复古传奇|乐意传奇|乐意传奇官网> meta namedescription content乐意传奇是一款公益复古类的1.76版本传奇游戏,游戏深度还原了2003年盛大的版本设置,为所有热爱传奇的玩家提供了一个公平公正的游戏环境> link relstylesheet href/css/min.css> style> /* 基础重置和变量定义 */ :root { --primary-color: #c62828; --primary-dark: #8e0000; --primary-light: #ff5f52; --secondary-color: #2e7d32; --dark-color: #1a1a1a; --light-color: #f8f9fa; --gray-color: #6c757d; --border-color: #dee2e6; --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); --transition: all 0.3s ease; --blue-color: #2196f3; --blue-light: #64b5f6; --yellow-color: #ffc107; --yellow-light: #ffd54f; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Microsoft YaHei, Segoe UI, Arial, sans-serif; background: linear-gradient(135deg, #f5f7fa 0%, #e8e8e8 100%); color: #333; line-height: 1.6; font-size: 16px; min-height: 100vh; } a { color: var(--primary-color); text-decoration: none; transition: var(--transition); } a:hover { color: var(--primary-dark); text-decoration: underline; } .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } /* 头部样式 游戏介绍*/ .header { position: relative; color: white; text-align: center; padding: 40px 20px 180px; overflow: visible; margin-bottom: 180px; } /* 背景容器 */ .header-bg { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: calc(100% - 30px); max-width: 1170px; height: 400px; background: url(/css/bj.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 12px; z-index: 1; filter: brightness(0.9) saturate(1.1); } .header-bg::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); border-radius: 12px; } .header-content { position: relative; z-index: 2; padding-bottom: 60px; } .logo { font-size: 3.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 10px; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7); } .logo span { color: var(--primary-light); } .subtitle { font-size: 1.2rem; opacity: 0.95; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } /* 服务器状态框 - 关键修复 */ .server-status-container { position: absolute; left: 50%; top: 420px; transform: translateX(-50%); width: 90%; max-width: 1170px; z-index: 20; margin: 0 auto; } .server-status { background: rgba(50, 50, 50, 0.95); border-left: 4px solid var(--yellow-color); padding: 20px 25px; border-radius: 10px; text-align: left; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); margin: 0 auto; width: 100%; border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); } .status-title { color: var(--yellow-light); font-size: 1.4rem; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; } .status-title i { font-size: 1.6rem; color: var(--yellow-color); } .server-time { font-size: 1.1rem; margin: 10px 0; padding-left: 20px; position: relative; line-height: 1.5; color: var(--blue-light); } .server-time::before { content: •; color: var(--blue-color); position: absolute; left: 0; font-size: 1.5rem; } /* 主要内容区 */ .main-content { display: flex; gap: 30px; margin: 120px auto 40px; position: relative; z-index: 3; } .content-left { flex: 3; } .content-right { flex: 1; min-width: 280px; } .card { background: white; border-radius: 12px; padding: 30px; margin-bottom: 30px; box-shadow: var(--box-shadow); border: 1px solid var(--border-color); transition: var(--transition); } .card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .card-title { color: var(--dark-color); font-size: 1.8rem; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 3px solid var(--primary-color); position: relative; } .card-title::after { content: ; position: absolute; bottom: -3px; left: 0; width: 100px; height: 3px; background: var(--primary-color); } .feature-list { list-style: none; } .feature-item { padding: 12px 0; border-bottom: 1px solid var(--border-color); display: flex; align-items: flex-start; gap: 15px; } .feature-item:last-child { border-bottom: none; } .feature-icon { color: var(--primary-color); font-size: 1.2rem; margin-top: 3px; } .feature-content { flex: 1; } .feature-subtitle { color: var(--primary-color); font-weight: 600; margin-bottom: 5px; font-size: 1.1rem; } .section { margin-bottom: 20px; } .section-title { color: var(--primary-color); font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; } /* 下载按钮区 */ .download-section { text-align: center; } .download-btn { display: block; background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); color: white; padding: 18px; border-radius: 8px; font-size: 1.2rem; font-weight: 600; margin-bottom: 15px; transition: var(--transition); border: none; cursor: pointer; width: 100%; } .download-btn:hover { background: linear-gradient(135deg, var(--primary-dark), var(--primary-color)); transform: translateY(-3px); box-shadow: 0 6px 15px rgba(198, 40, 40, 0.3); text-decoration: none; color: white; } .download-btn i { margin-right: 10px; } .btn-secondary { background: linear-gradient(135deg, var(--secondary-color), #1b5e20); } .btn-secondary:hover { background: linear-gradient(135deg, #1b5e20, var(--secondary-color)); box-shadow: 0 6px 15px rgba(46, 125, 50, 0.3); } .contact-info { background: var(--light-color); padding: 20px; border-radius: 8px; margin-top: 20px; } .contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; padding: 10px; background: white; border-radius: 6px; border-left: 4px solid var(--primary-color); } .contact-item i { color: var(--primary-color); width: 20px; } /* 游戏特色标签 */ .tag { display: inline-block; background: var(--primary-light); color: white; padding: 4px 12px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-right: 8px; margin-bottom: 8px; } /* 公告区域 */ .notice { background: linear-gradient(135deg, #fff3cd, #ffeaa7); border-left: 5px solid #ffc107; padding: 20px; border-radius: 8px; margin: 25px 0; animation: pulse 2s infinite; } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(255, 193, 7, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); } } .notice-title { color: #856404; font-size: 1.3rem; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; } /* 页脚 */ .footer { background: var(--dark-color); color: white; padding: 40px 0; text-align: center; margin-top: 50px; } .footer-content { max-width: 800px; margin: 0 auto; } .footer-logo { font-size: 2rem; font-weight: 700; margin-bottom: 20px; color: var(--primary-light); } .footer-description { color: #adb5bd; margin-bottom: 25px; line-height: 1.8; } .copyright { color: #6c757d; font-size: 0.9rem; padding-top: 20px; border-top: 1px solid #495057; } /* 响应式设计 */ @media (max-width: 1200px) { .header-bg { max-width: 1140px; height: 380px; } .server-status-container { top: 400px; max-width: 1140px; } } @media (max-width: 992px) { .main-content { flex-direction: column; margin: 120px auto 40px; } .logo { font-size: 2.8rem; } .card { padding: 20px; } .header-bg { width: calc(100% - 30px); max-width: 960px; height: 350px; } .header { padding: 30px 15px 150px; margin-bottom: 150px; } .header-content { padding-bottom: 50px; } .server-status-container { top: 360px; width: 85%; max-width: 1960px; } } @media (max-width: 768px) { .header { padding: 25px 15px 140px; margin-bottom: 140px; } .header-bg { width: calc(100% - 30px); border-radius: 10px; height: 320px; } .header-content { padding-bottom: 40px; } .logo { font-size: 2.2rem; } .subtitle { font-size: 1.1rem; } .status-title { font-size: 1.2rem; flex-direction: column; align-items: flex-start; gap: 8px; } .server-time { font-size: 1rem; } .server-status { padding: 18px; } .server-status-container { top: 320px; width: 90%; max-width: 700px; } .card-title { font-size: 1.5rem; } .main-content { margin: 100px auto 40px; } } @media (max-width: 576px) { .header { padding: 20px 10px 120px; margin-bottom: 120px; } .header-bg { width: calc(100% - 20px); border-radius: 8px; height: 280px; } .header-content { padding-bottom: 30px; } .logo { font-size: 1.8rem; } .subtitle { font-size: 1rem; margin-bottom: 30px; } .status-title { font-size: 1.1rem; } .status-title i { font-size: 1.3rem; } .server-time { font-size: 0.9rem; margin: 8px 0; } .server-status { padding: 15px; } .server-status-container { top: 280px; width: 95%; max-width: 500px; } .main-content { margin: 80px auto 40px; } } /* 更小屏幕的优化 */ @media (max-width: 400px) { .header { padding: 15px 10px 100px; margin-bottom: 100px; } .header-bg { height: 250px; } .server-status-container { top: 220px; width: 98%; } .server-status { padding: 12px; } .main-content { margin: 60px auto 40px; } } /* 滚动条美化 */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: var(--primary-color); border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: var(--primary-dark); } /* 高亮文本 */ .highlight { background: linear-gradient(120deg, rgba(255, 229, 180, 0.3) 0%, rgba(255, 229, 180, 0) 100%); padding: 2px 6px; border-radius: 4px; font-weight: 600; } /* 装备产出内容 */ .equipment-content { padding: 10px 0; font-size: 0.95rem; line-height: 1.6; color: #333; border-left: none; background: none; border-radius: 0; } .equipment-content p { margin: 8px 0; } /* 响应式调整 */ @media (max-width: 768px) { .equipment-content { font-size: 0.9rem; } } /style>/head>body> !-- 头部 --> header classheader> !-- 背景容器 --> div classheader-bg>/div> div classheader-content container> h1 classlogo>乐意span>传奇/span>/h1> p classsubtitle>1.76复古传奇 · 绿色公益服 · 永久免费/p> /div> !-- 服务器状态容器 --> div classserver-status-container> div classserver-status> h2 classstatus-title> i classfas>/i> 服务器状态 - 【大吉大利一区】火热开启 /h2> div classserver-time>大吉大利-首战首区/div> div classserver-time>正式区:1月23日-16:00开区-19:00下图/div> /div> /div> /header> !-- 主要内容区 --> div classcontainer> div classmain-content> !-- 左侧内容 --> div classcontent-left> !-- 游戏介绍 --> div classcard> h2 classcard-title>游戏介绍/h2> div classnotice> h3 classnotice-title> i classfas fa-bullhorn>/i> 版本特色 /h3> p>完美还原03年经典设置,无乱七八糟的地图和装备,装备爆率较低,适合长期养老/p> /div> ul classfeature-list> li classfeature-item> i classfas fa-chart-line feature-icon>/i> div classfeature-content> div classfeature-subtitle>升级经验/div> p>1-20级原始经验1/10 20-30级原始经验1/6 30-40级原始经验1/3 40-44级原始经验1/2。/p> /div> /li> li classfeature-item> i classfas fa-shield-alt feature-icon>/i> div classfeature-content> div classfeature-subtitle>装备系统/div> p>装备系统与03年1.76版本基本一致,裁决系列为最高武器,六大重装系列为最高衣服/p> /div> /li> li classfeature-item> i classfas fa-hammer feature-icon>/i> div classfeature-content> div classfeature-subtitle>武器升级/div> p>沙巴克武器店升级武器,最高升级7次,时间10分钟。黑铁矿石可直接在武器店购买/p> /div> /li> li classfeature-item> i classfas fa-gem feature-icon>/i> div classfeature-content> div classfeature-subtitle>极品几率/div> p>小极品属性最高+4,项链幸运最高+2,本服小极品几率较低,与新百区设置基本一致/p> /div> /li> li classfeature-item> i classfas fa-robot feature-icon>/i> div classfeature-content> div classfeature-subtitle>挂机功能/div> p>由镇魔守将进入挂机地图,挂机地图经验正常但不掉落物品,挂机地图均为安全区/p> /div> /li> li classfeature-item> i classfas fa-layer-group feature-icon>/i> div classfeature-content> div classfeature-subtitle>装备层次/div> p>沃玛 → 祖玛 → 赤月,再无其他乱七八糟的装备/p> /div> /li> li classfeature-item> i classfas fa-users feature-icon>/i> div classfeature-content> div classfeature-subtitle>职业特色/div> p>战士烈火3倍伤害,法师44级可召唤花吻蜘蛛,道士运9直接召唤7级神兽/p> /div> /li> /ul> /div> !-- 装备产出 --> div classcard> h2 classcard-title>装备产出/h2> div classsection> div classsection-title>i classfas fa-crown>/i> 沃玛装备/div> div classequipment-content> 赤月恶魔、双头血魔、双头金刚、沃玛教主、黄泉教主、触龙神、虹魔教主、牛魔王、虹魔蝎卫、虹魔猪卫、邪恶毒蛇、骷髅精灵、白野猪、邪恶钳虫、沃玛卫士、幻影蜘蛛、黑锷蜘蛛、血僵尸、血巨人、牛魔将军、牛魔祭祀等 /div> /div> div classsection> div classsection-title>i classfas fa-gem>/i> 祖玛装备/div> div classequipment-content> 赤月恶魔、双头血魔、双头金刚、祖玛教主、黄泉教主、触龙神、虹魔教主、牛魔王、石墓尸王、虹魔蝎卫、虹魔猪卫、邪恶毒蛇、祖玛卫士极品、祖玛雕像极品、祖玛弓箭手极品 /div> /div> div classsection> div classsection-title>i classfas fa-fire>/i> 赤月装备/div> div classequipment-content> p>span classhighlight>双头金刚/span>:法神系列/p> p>span classhighlight>双头血魔/span>:圣战系列/p> p>span classhighlight>赤月恶魔/span>:天尊系列/p> p>span classhighlight>牛魔王和祖玛教主/span>:祖玛裁决系列/p> /div> /div> div classsection> div classsection-title>i classfas fa-tshirt>/i> 六大重装/div> div classequipment-content> p>span classhighlight>暗之双头血魔/span>刷新在困惑殿堂 桃园之门57,96进入 - 可爆出天魔神甲/p> p>span classhighlight>暗之骷髅精灵/span>刷新在地狱烈焰 比奇省428,474进入 - 可爆出圣战宝甲/p> p>span classhighlight>暗之黄泉教主/span>刷新在堕落坟场 沃玛森林320,56进入 - 可爆出法神披风/p> p>span classhighlight>暗之虹魔教主/span>刷新在死亡神殿 封魔谷205,218进入 - 可爆出霓裳羽衣/p> p>span classhighlight>暗之双头金刚/span>刷新在深渊魔域 沃玛森林215,312进入 - 可爆出天尊道袍/p> p>span classhighlight>暗之沃玛教主/span>刷新在钳虫巢穴 白日门342,326进入 - 可爆出天师长袍/p> /div> /div> /div> /div> !-- 右侧侧边栏 --> div classcontent-right> !-- 下载区域 --> div classcard download-section> h2 classcard-title>下载链接/h2> a hrefhttps://lycq996.lanzoul.com/gm996cn target_blank classdownload-btn> /i>完整客户端下载 /a> a hrefhttp://47.108.239.187/乐意传奇.zip target_blank classdownload-btn> /i>完整客户端下载 /a> a hrefhttps://996m2.com/certificateInquiry?idPurePC996118027 target_blank classdownload-btn btn-secondary> /i>授权查询 /a> div classcontact-info> h3 stylemargin-bottom: 15px; color: var(--dark-color);> /i> 客服支持 /h3> div classcontact-item> span>微信客服:Lygm996/span> /div> div classcontact-item> /i> span>官方网站:www.gm996.cn/span> /div> /div> /div> !-- 游戏特色标签 --> div classcard> h2 classcard-title>游戏特色/h2> div stylemargin-top: 20px;> span classtag>1.76复古/span> span classtag>绿色公益/span> span classtag>永久免费/span> span classtag>公平公正/span> span classtag>03年还原/span> span classtag>经典设置/span> span classtag>装备保值/span> span classtag>长期稳定/span> /div> /div> !-- 官方声明 --> div classcard stylebackground: linear-gradient(135deg, #f8f9fa, #e9ecef);> h2 classcard-title>官方声明/h2> div stylemargin-top: 20px;> div classcontact-item stylemargin-bottom: 15px; background: white;> i classfas stylecolor: #dc3545;>/i> div> strong>严禁使用外挂/strong> p stylefont-size: 0.9rem; margin-top: 5px; color: var(--gray-color);> 严禁使用任何外挂、辅助、插件、加速器,一旦发现永久封号! /p> /div> /div> div classcontact-item stylemargin-bottom: 15px; background: white;> i classfas stylecolor: #fd7e14;>/i> div> strong>维护游戏环境/strong> p stylefont-size: 0.9rem; margin-top: 5px; color: var(--gray-color);> 坚决查封挂机、脱机外挂!坚决维护良好的游戏环境! /p> /div> /div> /div> /div> /div> /div> /div> !-- 页脚 --> footer classfooter> div classfooter-content container> div classfooter-logo>乐意传奇/div> p classfooter-description> 乐意传奇是一款公益复古类的1.76版本传奇游戏,游戏深度还原了2003年盛大的版本设置, 为所有热爱传奇的玩家提供了一个公平公正的游戏环境。我们承诺永久免费,绿色公益, 打造最纯粹的复古传奇体验。 /p> div classcopyright> Copyright © 2008-2023 乐意传奇 All Right Reserved.br> 乐意传奇 复古176无充值公益服 · www.gm996.cn /div> /div> /footer> script> document.addEventListener(DOMContentLoaded, function() { // 卡片悬停效果 const cards document.querySelectorAll(.card); cards.forEach(card > { card.addEventListener(mouseenter, function() { this.style.transform translateY(-5px); }); card.addEventListener(mouseleave, function() { this.style.transform translateY(0); }); }); // 下载按钮点击效果 const downloadBtns document.querySelectorAll(.download-btn); downloadBtns.forEach(btn > { btn.addEventListener(click, function(e) { if (!this.getAttribute(href) || this.getAttribute(href) #) { e.preventDefault(); alert(下载链接准备中...); } }); }); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Tue, 17 Feb 2026 13:22:59 GMTContent-Type: text/htmlContent-Length: 30180Last-Modified: Fri, 23 Jan 2026 06:12:17 GMTConnection: keep-aliveVary: Accept-EncodingETag: 69731141-75e4Strict-Transport-Security: max-age31536000Alt-Svc: quic:443; h3:443; h3-29:443; h3-27:443;h3-25:443; h3-T050:443; h3-Q050:443;h3-Q049:443;h3-Q048:443; h3-Q046:443; h3-Q043:443Accept-Ranges: bytes !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>乐意传奇 - 官方网站 - www.gm996.cn/title> meta namekeywords content1.76复古传奇|乐意传奇|乐意传奇官网> meta namedescription content乐意传奇是一款公益复古类的1.76版本传奇游戏,游戏深度还原了2003年盛大的版本设置,为所有热爱传奇的玩家提供了一个公平公正的游戏环境> link relstylesheet href/css/min.css> style> /* 基础重置和变量定义 */ :root { --primary-color: #c62828; --primary-dark: #8e0000; --primary-light: #ff5f52; --secondary-color: #2e7d32; --dark-color: #1a1a1a; --light-color: #f8f9fa; --gray-color: #6c757d; --border-color: #dee2e6; --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); --transition: all 0.3s ease; --blue-color: #2196f3; --blue-light: #64b5f6; --yellow-color: #ffc107; --yellow-light: #ffd54f; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Microsoft YaHei, Segoe UI, Arial, sans-serif; background: linear-gradient(135deg, #f5f7fa 0%, #e8e8e8 100%); color: #333; line-height: 1.6; font-size: 16px; min-height: 100vh; } a { color: var(--primary-color); text-decoration: none; transition: var(--transition); } a:hover { color: var(--primary-dark); text-decoration: underline; } .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } /* 头部样式 游戏介绍*/ .header { position: relative; color: white; text-align: center; padding: 40px 20px 180px; overflow: visible; margin-bottom: 180px; } /* 背景容器 */ .header-bg { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: calc(100% - 30px); max-width: 1170px; height: 400px; background: url(/css/bj.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 12px; z-index: 1; filter: brightness(0.9) saturate(1.1); } .header-bg::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); border-radius: 12px; } .header-content { position: relative; z-index: 2; padding-bottom: 60px; } .logo { font-size: 3.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 10px; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7); } .logo span { color: var(--primary-light); } .subtitle { font-size: 1.2rem; opacity: 0.95; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } /* 服务器状态框 - 关键修复 */ .server-status-container { position: absolute; left: 50%; top: 420px; transform: translateX(-50%); width: 90%; max-width: 1170px; z-index: 20; margin: 0 auto; } .server-status { background: rgba(50, 50, 50, 0.95); border-left: 4px solid var(--yellow-color); padding: 20px 25px; border-radius: 10px; text-align: left; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); margin: 0 auto; width: 100%; border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); } .status-title { color: var(--yellow-light); font-size: 1.4rem; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; } .status-title i { font-size: 1.6rem; color: var(--yellow-color); } .server-time { font-size: 1.1rem; margin: 10px 0; padding-left: 20px; position: relative; line-height: 1.5; color: var(--blue-light); } .server-time::before { content: •; color: var(--blue-color); position: absolute; left: 0; font-size: 1.5rem; } /* 主要内容区 */ .main-content { display: flex; gap: 30px; margin: 120px auto 40px; position: relative; z-index: 3; } .content-left { flex: 3; } .content-right { flex: 1; min-width: 280px; } .card { background: white; border-radius: 12px; padding: 30px; margin-bottom: 30px; box-shadow: var(--box-shadow); border: 1px solid var(--border-color); transition: var(--transition); } .card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .card-title { color: var(--dark-color); font-size: 1.8rem; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 3px solid var(--primary-color); position: relative; } .card-title::after { content: ; position: absolute; bottom: -3px; left: 0; width: 100px; height: 3px; background: var(--primary-color); } .feature-list { list-style: none; } .feature-item { padding: 12px 0; border-bottom: 1px solid var(--border-color); display: flex; align-items: flex-start; gap: 15px; } .feature-item:last-child { border-bottom: none; } .feature-icon { color: var(--primary-color); font-size: 1.2rem; margin-top: 3px; } .feature-content { flex: 1; } .feature-subtitle { color: var(--primary-color); font-weight: 600; margin-bottom: 5px; font-size: 1.1rem; } .section { margin-bottom: 20px; } .section-title { color: var(--primary-color); font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; } /* 下载按钮区 */ .download-section { text-align: center; } .download-btn { display: block; background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); color: white; padding: 18px; border-radius: 8px; font-size: 1.2rem; font-weight: 600; margin-bottom: 15px; transition: var(--transition); border: none; cursor: pointer; width: 100%; } .download-btn:hover { background: linear-gradient(135deg, var(--primary-dark), var(--primary-color)); transform: translateY(-3px); box-shadow: 0 6px 15px rgba(198, 40, 40, 0.3); text-decoration: none; color: white; } .download-btn i { margin-right: 10px; } .btn-secondary { background: linear-gradient(135deg, var(--secondary-color), #1b5e20); } .btn-secondary:hover { background: linear-gradient(135deg, #1b5e20, var(--secondary-color)); box-shadow: 0 6px 15px rgba(46, 125, 50, 0.3); } .contact-info { background: var(--light-color); padding: 20px; border-radius: 8px; margin-top: 20px; } .contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; padding: 10px; background: white; border-radius: 6px; border-left: 4px solid var(--primary-color); } .contact-item i { color: var(--primary-color); width: 20px; } /* 游戏特色标签 */ .tag { display: inline-block; background: var(--primary-light); color: white; padding: 4px 12px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-right: 8px; margin-bottom: 8px; } /* 公告区域 */ .notice { background: linear-gradient(135deg, #fff3cd, #ffeaa7); border-left: 5px solid #ffc107; padding: 20px; border-radius: 8px; margin: 25px 0; animation: pulse 2s infinite; } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(255, 193, 7, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); } } .notice-title { color: #856404; font-size: 1.3rem; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; } /* 页脚 */ .footer { background: var(--dark-color); color: white; padding: 40px 0; text-align: center; margin-top: 50px; } .footer-content { max-width: 800px; margin: 0 auto; } .footer-logo { font-size: 2rem; font-weight: 700; margin-bottom: 20px; color: var(--primary-light); } .footer-description { color: #adb5bd; margin-bottom: 25px; line-height: 1.8; } .copyright { color: #6c757d; font-size: 0.9rem; padding-top: 20px; border-top: 1px solid #495057; } /* 响应式设计 */ @media (max-width: 1200px) { .header-bg { max-width: 1140px; height: 380px; } .server-status-container { top: 400px; max-width: 1140px; } } @media (max-width: 992px) { .main-content { flex-direction: column; margin: 120px auto 40px; } .logo { font-size: 2.8rem; } .card { padding: 20px; } .header-bg { width: calc(100% - 30px); max-width: 960px; height: 350px; } .header { padding: 30px 15px 150px; margin-bottom: 150px; } .header-content { padding-bottom: 50px; } .server-status-container { top: 360px; width: 85%; max-width: 1960px; } } @media (max-width: 768px) { .header { padding: 25px 15px 140px; margin-bottom: 140px; } .header-bg { width: calc(100% - 30px); border-radius: 10px; height: 320px; } .header-content { padding-bottom: 40px; } .logo { font-size: 2.2rem; } .subtitle { font-size: 1.1rem; } .status-title { font-size: 1.2rem; flex-direction: column; align-items: flex-start; gap: 8px; } .server-time { font-size: 1rem; } .server-status { padding: 18px; } .server-status-container { top: 320px; width: 90%; max-width: 700px; } .card-title { font-size: 1.5rem; } .main-content { margin: 100px auto 40px; } } @media (max-width: 576px) { .header { padding: 20px 10px 120px; margin-bottom: 120px; } .header-bg { width: calc(100% - 20px); border-radius: 8px; height: 280px; } .header-content { padding-bottom: 30px; } .logo { font-size: 1.8rem; } .subtitle { font-size: 1rem; margin-bottom: 30px; } .status-title { font-size: 1.1rem; } .status-title i { font-size: 1.3rem; } .server-time { font-size: 0.9rem; margin: 8px 0; } .server-status { padding: 15px; } .server-status-container { top: 280px; width: 95%; max-width: 500px; } .main-content { margin: 80px auto 40px; } } /* 更小屏幕的优化 */ @media (max-width: 400px) { .header { padding: 15px 10px 100px; margin-bottom: 100px; } .header-bg { height: 250px; } .server-status-container { top: 220px; width: 98%; } .server-status { padding: 12px; } .main-content { margin: 60px auto 40px; } } /* 滚动条美化 */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: var(--primary-color); border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: var(--primary-dark); } /* 高亮文本 */ .highlight { background: linear-gradient(120deg, rgba(255, 229, 180, 0.3) 0%, rgba(255, 229, 180, 0) 100%); padding: 2px 6px; border-radius: 4px; font-weight: 600; } /* 装备产出内容 */ .equipment-content { padding: 10px 0; font-size: 0.95rem; line-height: 1.6; color: #333; border-left: none; background: none; border-radius: 0; } .equipment-content p { margin: 8px 0; } /* 响应式调整 */ @media (max-width: 768px) { .equipment-content { font-size: 0.9rem; } } /style>/head>body> !-- 头部 --> header classheader> !-- 背景容器 --> div classheader-bg>/div> div classheader-content container> h1 classlogo>乐意span>传奇/span>/h1> p classsubtitle>1.76复古传奇 · 绿色公益服 · 永久免费/p> /div> !-- 服务器状态容器 --> div classserver-status-container> div classserver-status> h2 classstatus-title> i classfas>/i> 服务器状态 - 【大吉大利一区】火热开启 /h2> div classserver-time>大吉大利-首战首区/div> div classserver-time>正式区:1月23日-16:00开区-19:00下图/div> /div> /div> /header> !-- 主要内容区 --> div classcontainer> div classmain-content> !-- 左侧内容 --> div classcontent-left> !-- 游戏介绍 --> div classcard> h2 classcard-title>游戏介绍/h2> div classnotice> h3 classnotice-title> i classfas fa-bullhorn>/i> 版本特色 /h3> p>完美还原03年经典设置,无乱七八糟的地图和装备,装备爆率较低,适合长期养老/p> /div> ul classfeature-list> li classfeature-item> i classfas fa-chart-line feature-icon>/i> div classfeature-content> div classfeature-subtitle>升级经验/div> p>1-20级原始经验1/10 20-30级原始经验1/6 30-40级原始经验1/3 40-44级原始经验1/2。/p> /div> /li> li classfeature-item> i classfas fa-shield-alt feature-icon>/i> div classfeature-content> div classfeature-subtitle>装备系统/div> p>装备系统与03年1.76版本基本一致,裁决系列为最高武器,六大重装系列为最高衣服/p> /div> /li> li classfeature-item> i classfas fa-hammer feature-icon>/i> div classfeature-content> div classfeature-subtitle>武器升级/div> p>沙巴克武器店升级武器,最高升级7次,时间10分钟。黑铁矿石可直接在武器店购买/p> /div> /li> li classfeature-item> i classfas fa-gem feature-icon>/i> div classfeature-content> div classfeature-subtitle>极品几率/div> p>小极品属性最高+4,项链幸运最高+2,本服小极品几率较低,与新百区设置基本一致/p> /div> /li> li classfeature-item> i classfas fa-robot feature-icon>/i> div classfeature-content> div classfeature-subtitle>挂机功能/div> p>由镇魔守将进入挂机地图,挂机地图经验正常但不掉落物品,挂机地图均为安全区/p> /div> /li> li classfeature-item> i classfas fa-layer-group feature-icon>/i> div classfeature-content> div classfeature-subtitle>装备层次/div> p>沃玛 → 祖玛 → 赤月,再无其他乱七八糟的装备/p> /div> /li> li classfeature-item> i classfas fa-users feature-icon>/i> div classfeature-content> div classfeature-subtitle>职业特色/div> p>战士烈火3倍伤害,法师44级可召唤花吻蜘蛛,道士运9直接召唤7级神兽/p> /div> /li> /ul> /div> !-- 装备产出 --> div classcard> h2 classcard-title>装备产出/h2> div classsection> div classsection-title>i classfas fa-crown>/i> 沃玛装备/div> div classequipment-content> 赤月恶魔、双头血魔、双头金刚、沃玛教主、黄泉教主、触龙神、虹魔教主、牛魔王、虹魔蝎卫、虹魔猪卫、邪恶毒蛇、骷髅精灵、白野猪、邪恶钳虫、沃玛卫士、幻影蜘蛛、黑锷蜘蛛、血僵尸、血巨人、牛魔将军、牛魔祭祀等 /div> /div> div classsection> div classsection-title>i classfas fa-gem>/i> 祖玛装备/div> div classequipment-content> 赤月恶魔、双头血魔、双头金刚、祖玛教主、黄泉教主、触龙神、虹魔教主、牛魔王、石墓尸王、虹魔蝎卫、虹魔猪卫、邪恶毒蛇、祖玛卫士极品、祖玛雕像极品、祖玛弓箭手极品 /div> /div> div classsection> div classsection-title>i classfas fa-fire>/i> 赤月装备/div> div classequipment-content> p>span classhighlight>双头金刚/span>:法神系列/p> p>span classhighlight>双头血魔/span>:圣战系列/p> p>span classhighlight>赤月恶魔/span>:天尊系列/p> p>span classhighlight>牛魔王和祖玛教主/span>:祖玛裁决系列/p> /div> /div> div classsection> div classsection-title>i classfas fa-tshirt>/i> 六大重装/div> div classequipment-content> p>span classhighlight>暗之双头血魔/span>刷新在困惑殿堂 桃园之门57,96进入 - 可爆出天魔神甲/p> p>span classhighlight>暗之骷髅精灵/span>刷新在地狱烈焰 比奇省428,474进入 - 可爆出圣战宝甲/p> p>span classhighlight>暗之黄泉教主/span>刷新在堕落坟场 沃玛森林320,56进入 - 可爆出法神披风/p> p>span classhighlight>暗之虹魔教主/span>刷新在死亡神殿 封魔谷205,218进入 - 可爆出霓裳羽衣/p> p>span classhighlight>暗之双头金刚/span>刷新在深渊魔域 沃玛森林215,312进入 - 可爆出天尊道袍/p> p>span classhighlight>暗之沃玛教主/span>刷新在钳虫巢穴 白日门342,326进入 - 可爆出天师长袍/p> /div> /div> /div> /div> !-- 右侧侧边栏 --> div classcontent-right> !-- 下载区域 --> div classcard download-section> h2 classcard-title>下载链接/h2> a hrefhttps://lycq996.lanzoul.com/gm996cn target_blank classdownload-btn> /i>完整客户端下载 /a> a hrefhttp://47.108.239.187/乐意传奇.zip target_blank classdownload-btn> /i>完整客户端下载 /a> a hrefhttps://996m2.com/certificateInquiry?idPurePC996118027 target_blank classdownload-btn btn-secondary> /i>授权查询 /a> div classcontact-info> h3 stylemargin-bottom: 15px; color: var(--dark-color);> /i> 客服支持 /h3> div classcontact-item> span>微信客服:Lygm996/span> /div> div classcontact-item> /i> span>官方网站:www.gm996.cn/span> /div> /div> /div> !-- 游戏特色标签 --> div classcard> h2 classcard-title>游戏特色/h2> div stylemargin-top: 20px;> span classtag>1.76复古/span> span classtag>绿色公益/span> span classtag>永久免费/span> span classtag>公平公正/span> span classtag>03年还原/span> span classtag>经典设置/span> span classtag>装备保值/span> span classtag>长期稳定/span> /div> /div> !-- 官方声明 --> div classcard stylebackground: linear-gradient(135deg, #f8f9fa, #e9ecef);> h2 classcard-title>官方声明/h2> div stylemargin-top: 20px;> div classcontact-item stylemargin-bottom: 15px; background: white;> i classfas stylecolor: #dc3545;>/i> div> strong>严禁使用外挂/strong> p stylefont-size: 0.9rem; margin-top: 5px; color: var(--gray-color);> 严禁使用任何外挂、辅助、插件、加速器,一旦发现永久封号! /p> /div> /div> div classcontact-item stylemargin-bottom: 15px; background: white;> i classfas stylecolor: #fd7e14;>/i> div> strong>维护游戏环境/strong> p stylefont-size: 0.9rem; margin-top: 5px; color: var(--gray-color);> 坚决查封挂机、脱机外挂!坚决维护良好的游戏环境! /p> /div> /div> /div> /div> /div> /div> /div> !-- 页脚 --> footer classfooter> div classfooter-content container> div classfooter-logo>乐意传奇/div> p classfooter-description> 乐意传奇是一款公益复古类的1.76版本传奇游戏,游戏深度还原了2003年盛大的版本设置, 为所有热爱传奇的玩家提供了一个公平公正的游戏环境。我们承诺永久免费,绿色公益, 打造最纯粹的复古传奇体验。 /p> div classcopyright> Copyright © 2008-2023 乐意传奇 All Right Reserved.br> 乐意传奇 复古176无充值公益服 · www.gm996.cn /div> /div> /footer> script> document.addEventListener(DOMContentLoaded, function() { // 卡片悬停效果 const cards document.querySelectorAll(.card); cards.forEach(card > { card.addEventListener(mouseenter, function() { this.style.transform translateY(-5px); }); card.addEventListener(mouseleave, function() { this.style.transform translateY(0); }); }); // 下载按钮点击效果 const downloadBtns document.querySelectorAll(.download-btn); downloadBtns.forEach(btn > { btn.addEventListener(click, function(e) { if (!this.getAttribute(href) || this.getAttribute(href) #) { e.preventDefault(); alert(下载链接准备中...); } }); }); }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]