Help
RSS
API
Feed
Maltego
Contact
Domain > douyinfenss.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-10-23
23.225.197.14
(
ClassC
)
2025-10-17
43.161.223.181
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Fri, 17 Oct 2025 22:10:38 GMTContent-Type: text/htmlContent-Length: 19690Last-Modified: Fri, 17 Oct 2025 12:58:51 GMTConnection: keep-aliveVary: Accept-EncodingSet-Cookie: X_CACHE_KEY4cded124fade69be4aa43db01291c44a; path/; ExpiresFri, 31-Dec-9999 23:59:59 GMTETag: 68f23d8b-4ceaAccept-Ranges: bytes !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>抖音粉丝网 - 抖音粉丝网站 - 抖音粉丝 - 粉赞评网 - 粉丝网 - 抖音点赞 - 抖音粉丝排行榜 - 抖音有效粉丝 - 有效粉丝/title>!-- 原始样式保持不变,这里是新增的导航栏样式 --> style> /* CSS Reset and Basic Styles */ body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; } /* --- 新增导航栏样式 --- */ .navbar { display: flex; justify-content: space-between; align-items: center; background-color: #222; /* 深色背景 */ color: white; padding: 10px 20px; position: sticky; /* 页面滚动时固定在顶部 */ top: 0; z-index: 1000; /* 确保在最上层 */ width: 100%; box-sizing: border-box; /* 确保 padding 不会影响总宽度 */ } .navbar-brand { display: flex; align-items: center; font-size: 1.2em; font-weight: bold; } .navbar-brand .icon { width: 32px; height: 32px; margin-right: 10px; fill: #1db954; /* 这是一个示例颜色,您可以随意修改 */ } .navbar-links { list-style: none; margin: 0; padding: 0; display: flex; } .navbar-links li { margin-left: 20px; } .navbar-links a { color: white; text-decoration: none; padding: 8px 12px; border-radius: 5px; transition: background-color 0.3s ease; } .navbar-links a:hover { background-color: #555; } .hamburger-menu { display: none; /* 电脑端隐藏 */ cursor: pointer; flex-direction: column; gap: 5px; /* 三条线之间的间距 */ } .hamburger-menu .bar { width: 25px; height: 3px; background-color: white; border-radius: 2px; transition: all 0.3s ease; } /* --- 响应式设计:针对手机端 --- */ @media (max-width: 768px) { .navbar-links { display: none; /* 在手机端默认隐藏链接 */ flex-direction: column; width: 100%; position: absolute; top: 60px; /* 导航栏的高度 */ left: 0; background-color: #333; text-align: center; } .navbar-links.active { display: flex; /* 点击汉堡菜单后显示 */ } .navbar-links li { margin: 10px 0; } .hamburger-menu { display: flex; /* 在手机端显示汉堡菜单 */ } } /style> meta namedescription content抖音粉丝网是专业的涨粉丝网站,提供涨粉丝、涨点赞、涨评论、涨播放等服务。七年老网站,品质保证,快速处理> meta namekeywords content抖音粉丝网,抖音粉丝网站,抖音粉丝,粉赞评网,粉丝网,抖音点赞,抖音粉丝排行榜,抖音有效粉丝,有效粉丝> meta nameauthor content抖音粉丝网> meta namerobots contentindex,follow> link relcanonical href/> !-- Open Graph / 社交媒体优化 --> meta propertyog:title content抖音粉丝网 - 抖音粉丝网站 - 抖音粉丝 - 粉赞评网 - 粉丝网 - 抖音点赞 - 抖音粉丝排行榜 - 抖音有效粉丝 - 有效粉丝> meta propertyog:description content抖音粉丝网是专业的涨粉丝网站,提供涨粉丝、涨点赞、涨评论、涨播放等服务。七年老网站,品质保证,快速处理> meta propertyog:image content/> meta propertyog:url content/> !-- 网站图标 --> link relicon hreffavicon.ico typeimage/x-icon> link relstylesheet href/static/css/all.min.css> style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: PingFang SC, Microsoft YaHei, sans-serif; } body { background: #0a0a0a; color: #fff; line-height: 1.6; } .hero { min-height: 100vh; background: linear-gradient(to right, #000000, #1a1a1a); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 20px; } .hero::before { content: ; position: absolute; width: 200%; height: 200%; background: radial-gradient(circle, #1e3c72 0%, transparent 50%); opacity: 0.1; animation: rotate 30s linear infinite; } .hero-content { position: relative; z-index: 1; max-width: 1200px; width: 100%; padding: 20px; } .hero h1 { font-size: 4em; margin-bottom: 20px; background: linear-gradient(45deg, #00dbde, #fc00ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800; } .hero p { font-size: 1.2em; color: #888; margin-bottom: 40px; } .services { padding: 100px 20px; background: #111; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .service-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); padding: 30px; border-radius: 20px; transition: all 0.3s ease; backdrop-filter: blur(10px); display: flex; flex-direction: column; align-items: center; text-align: center; } .service-card:hover { transform: translateY(-10px); border-color: #00dbde; box-shadow: 0 10px 30px rgba(0, 219, 222, 0.1); } .service-card h3 { color: #fff; margin: 15px 0; font-size: 1.5em; } .service-card p { color: #888; margin-bottom: 20px; } .service-list { list-style: none; text-align: left; width: 100%; margin-top: 15px; } .service-list li { color: #888; margin: 10px 0; padding-left: 20px; position: relative; } .service-list li::before { content: •; color: #00dbde; position: absolute; left: 0; font-weight: bold; } .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 50px; } .contact-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); padding: 30px; border-radius: 20px; text-align: center; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.1); } .contact-card:hover { transform: scale(1.05); border-color: #fc00ff; background: rgba(255, 255, 255, 0.1); } .contact-card h3 { color: #fff; margin: 15px 0; } .contact-card p { color: #888; margin-bottom: 20px; } .contact-icon { font-size: 2.5em; margin-bottom: 20px; background: linear-gradient(45deg, #00dbde, #fc00ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .btn { display: inline-block; padding: 15px 40px; background: linear-gradient(45deg, #00dbde, #fc00ff); color: white; text-decoration: none; border-radius: 30px; font-weight: bold; transition: all 0.3s ease; border: none; cursor: pointer; margin-top: 20px; } .btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(252, 0, 255, 0.2); } h2 { text-align: center; margin-bottom: 50px; font-size: 2.5em; background: linear-gradient(45deg, #00dbde, #fc00ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); z-index: 1000; justify-content: center; align-items: center; } .modal-content { background: #111; padding: 30px; border-radius: 20px; position: relative; max-width: 400px; width: 90%; text-align: center; } .close-modal { position: absolute; right: 20px; top: 20px; cursor: pointer; font-size: 1.5em; color: #fff; } @media (max-width: 768px) { .services-grid { grid-template-columns: 1fr; } .hero h1 { font-size: 2.5em; } } .company-logo { margin-bottom: 30px; } .logo { max-width: 150px; height: auto; } .subtitle { font-size: 2em; margin: 20px 0; background: linear-gradient(45deg, #00dbde, #fc00ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .description { font-size: 1.2em; color: #888; margin-bottom: 40px; } .footer { background: #0a0a0a; padding: 50px 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); } .footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; text-align: center; } .footer-info h3 { color: #fff; margin-bottom: 20px; font-size: 1.5em; } .footer-info p, .footer-contact p { color: #888; margin: 10px 0; } /* 结构化数据 */ .structured-data { display: none; } /style>/head>body>!-- 新增的导航栏 HTML 结构开始 -->nav classnavbar> !-- 导航栏左侧:图标和网站名字 --> div classnavbar-brand> !-- 这是一个SVG图标,您可以很方便地替换成您自己的图片或SVG代码 --> img src/log.jpg alt网站图标 classicon> path dM512 0C229.232 0 0 229.232 0 512s229.232 512 512 512 512-229.232 512-512S794.768 0 512 0zm0 960C264.576 960 64 759.424 64 512S264.576 64 512 64s448 200.576 448 448-200.576 448-448 448zm-32-576h-96v384h96V384zm192 0h-96v384h96V384z/> /svg> span>抖音粉丝网/span> /div> !-- 导航栏右侧:链接按钮 --> ul classnavbar-links> li>a hrefhttp://xn--i6zx52ae9a.com/>网站首页/a>/li> li>a hrefhttp://xn--i6zx52ae9a.com/>点击购买/a>/li> li>a hrefhttp://xn--i6zx52ae9a.com/>进入下单/a>/li> li>a hrefhttps://www.baidu.com>网站地图/a>/li> /ul> !-- 汉堡菜单按钮 (仅在手机端显示) --> div classhamburger-menu> div classbar>/div> div classbar>/div> div classbar>/div> /div>/nav>!-- 新增的导航栏 HTML 结构结束 --> section classhero> div classhero-content> h1>抖音粉丝网/h1>p classsubtitle> strong>各大网红都在用的短视频刷数据平台/strong>/p>p classdescription> strong>专注于为你提供涨粉丝,涨点赞,上热门等服务。这是网站的广告宣传页面,请你点击下方的按钮进入主站购买。/strong>/p> div classcontact-grid> div classcontact-card> i classfab fa-qq contact-icon>/i> h3>QQ咨询/h3>p> strong>客服QQ号:点击按钮进入获取/strong>/p> a hrefhttp://xn--i6zx52ae9a.com/ classbtn>点击进入购买/a> /div> div classcontact-card> i classfab fa-weixin contact-icon>/i> h3>微信咨询/h3>p> strong>客服微信号:点击按钮进入获取/strong>/p> a hrefhttp://xn--i6zx52ae9a.com/ classbtn>点击进入购买/a> /div> div classcontact-card> i classfas fa-shopping-cart contact-icon>/i> h3>主站网址/h3>p> strong>点击按钮进入购买/strong>/p> a hrefhttp://xn--i6zx52ae9a.com/ classbtn>点击进入购买/a> /div> /div> /div> /section> section classservices> h2>网站服务介绍/h2> div classservices-grid> div classservice-card> i classfab fa-tiktok contact-icon>/i> h3>抖音业务/h3>p> strong>↓提供抖音刷数据服务,服务如下↓/strong>/p> ul classservice-list> li>涨抖音粉丝/li> li>涨抖音点赞/li> li>涨抖音评论/li> li>涨抖音播放/li> /ul> /div> div classservice-card> i classfas fa-video contact-icon>/i> h3>快手业务/h3>p> strong>↓提供快手刷数据服务,服务如下↓/strong>/p> ul classservice-list> li>涨快手粉丝/li> li>涨快手点赞/li> li>涨快手评论/li> li>涨快手播放/li> /ul> /div> div classservice-card> i classfab fa-weibo contact-icon>/i> h3>微博业务/h3>p> strong>↓提供微博刷数据服务,服务如下↓/strong>/p> ul classservice-list> li>涨微博粉丝/li> li>涨微博点赞/li> li>涨微博评论/li> li>涨微博播放/li> /ul> /div> div classservice-card> i classfab fa-leanpub contact-icon>/i> h3>小红书业务/h3>p> strong>↓提供小红书刷量服务,服务如下↓/strong>/p> ul classservice-list> li>涨小红书粉丝/li> li>涨小红书点赞/li> li>涨小红书评论/li> li>涨小红书播放/li> /ul> /div> div classservice-card> i classfas fa-microphone contact-icon>/i> h3>直播间服务/h3>p> strong>↓提供直播间刷量服务,服务如下↓/strong>/p> ul classservice-list> li>涨直播间人气/li> li>挂直播间人数/li> li>涨直播间互动/li> li>涨直播间点赞/li> /ul> /div> div classservice-card> i classfas fa-play-circle contact-icon>/i> h3>视频号业务/h3>p> strong>↓提供视频号刷量服务,服务如下↓/strong>/p> ul classservice-list> li>涨视频号粉丝/li> li>涨视频号点赞/li> li>涨视频号评论/li> li>涨视频号播放/li> /ul> /div> /div> /section> div classmodal idwechatModal> div classmodal-content> span classclose-modal onclickcloseModal()>×/span> h3>微信二维码/h3> img srcstatic/picture/wx.png alt微信二维码 stylemax-width: 200px; margin: 20px auto;> p>扫描二维码添加微信/p> /div> /div> script> function showWeChatQR() { document.getElementById(wechatModal).style.display flex; } function closeModal() { document.getElementById(wechatModal).style.display none; } // 点击模态框外部关闭 window.onclick function(event) { if (event.target document.getElementById(wechatModal)) { closeModal(); } } /script> footer classfooter> div classfooter-content> div classfooter-info> h3>抖音粉丝网/h3> p>专业涨粉丝刷数据的网站/p> p>七年老网站 · 品质保证 · 快速处理/p> /div> div classfooter-contact> p>工作时间:周一至周日 12:00-22:00/p>p> © 2025-抖音粉丝网-a hrefhttps://www.baidu.com target_self styletext-decoration: underline; color: rgb(127, 127, 127);>span stylecolor: rgb(127, 127, 127);>网站地图/span>/a>/p> p>24小时在线自助接单处理/p> /div> /div> /footer>!-- 为了让汉堡菜单能点击,需要一小段JavaScript代码 -->script> // --- 新增的导航栏功能脚本 --- const hamburger document.querySelector(.hamburger-menu); const navLinks document.querySelector(.navbar-links); hamburger.addEventListener(click, () > { navLinks.classList.toggle(active); });/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
]