Help
RSS
API
Feed
Maltego
Contact
Domain > 74cba690b5edc3e8.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-10-04
103.204.13.220
(
ClassC
)
2025-10-04
103.204.13.242
(
ClassC
)
2025-10-04
23.180.136.88
(
ClassC
)
2025-10-08
103.204.13.227
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Wed, 08 Oct 2025 20:53:32 GMTContent-Type: text/html; charsetutf-8Content-Length: 9965Connection: keep-aliveVary: Accept-EncodingLast-Modified: Mon, 22 Sep 2025 05:56:29 GMTVary: Accept-EncodingETag: 68d0e50d-26edAccept-Ranges: bytesServer: cdnX-Cache-Status: MISS !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>灵感与设计/title> style> /* 全局样式 */ body { font-family: Noto Sans SC, sans-serif; margin: 0; padding: 0; line-height: 1.8; color: #4A4A4A; background-color: #F8F8F8; scroll-behavior: smooth; } .container { max-width: 1200px; margin: 0 auto; padding: 0 25px; } h1, h2 { text-align: center; margin-bottom: 25px; color: #2C3E50; font-weight: 700; } /* 顶部导航 */ .header { background: #fff; padding: 1rem 0; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); position: sticky; top: 0; z-index: 1000; } .header .container { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 1.8rem; font-weight: bold; color: #2C3E50; text-decoration: none; } .nav ul { list-style: none; margin: 0; padding: 0; display: flex; } .nav li { margin-left: 30px; } .nav a { text-decoration: none; color: #555; font-weight: 500; transition: color 0.3s; } .nav a:hover { color: #3498DB; } /* 英雄区 */ .hero { background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://images.unsplash.com/photo-1570763617349-f538e3e4407b?ixlibrb-4.0.3&q80&fmjpg&cropentropy&cstinysrgb&w1920&h1080&fitcrop); background-size: cover; background-position: center; color: #fff; padding: 120px 0; text-align: center; } .hero h1 { font-size: 3.5rem; margin-bottom: 15px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .hero p { font-size: 1.4rem; margin-bottom: 40px; font-weight: 300; } .cta-button { background: #fff; color: #3498DB; padding: 15px 35px; text-decoration: none; border-radius: 50px; font-weight: bold; letter-spacing: 1px; transition: background 0.3s, transform 0.3s; } .cta-button:hover { background: #ECF0F1; transform: translateY(-3px); } /* 服务模块 */ .services, .showcase, .contact { padding: 80px 0; } .services { background-color: #F8F8F8; } .service-grid, .showcase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; margin-top: 50px; } .service-item, .showcase-item { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.4s, box-shadow 0.4s; } .service-item:hover, .showcase-item:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); } .service-item i { font-size: 3.5rem; color: #3498DB; margin-bottom: 20px; } .service-item h3, .showcase-item h3 { margin-top: 0; font-size: 1.5rem; color: #2C3E50; } .service-item p, .showcase-item p { color: #7F8C8D; font-size: 1rem; } .showcase-item img { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } /* 联系表单 */ .contact { background-color: #ECF0F1; } .contact h2 { color: #3498DB; } .contact-form { max-width: 650px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; } .contact-form input, .contact-form textarea { width: 100%; padding: 15px; border: 1px solid #DCDCDC; border-radius: 8px; font-size: 1rem; } .contact-form button { background: #3498DB; color: #fff; padding: 18px; border: none; border-radius: 8px; cursor: pointer; font-size: 1.1rem; font-weight: bold; transition: background 0.3s; } .contact-form button:hover { background: #2980B9; } /* 底部 */ .footer { background: #2C3E50; color: #fff; text-align: center; padding: 30px 0; } .footer .container { display: flex; flex-direction: column; gap: 15px; } .social-links a { color: #fff; font-size: 1.8rem; margin: 0 15px; transition: color 0.3s; } .social-links a:hover { color: #3498DB; } /* 响应式 */ @media (max-width: 768px) { .header .container { flex-direction: column; } .nav ul { margin-top: 15px; flex-wrap: wrap; justify-content: center; } .nav li { margin: 5px 10px; } .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1rem; } } /style>/head>body> header classheader> div classcontainer> a href# classlogo>装潢之家/a> nav classnav> ul> li>a href#home>首页/a>/li> li>a href#services>设计服务/a>/li> li>a href#showcase>案例展示/a>/li> li>a href#contact>免费咨询/a>/li> /ul> /nav> /div> /header> section idhome classhero> div classcontainer> h1>打造你的梦想家园/h1> p>从创意到现实,我们让每个空间都充满故事。/p> a href#showcase classcta-button>探索我们的作品集/a> /div> /section> section idservices classservices> div classcontainer> h2>我们的核心设计服务/h2> div classservice-grid> div classservice-item> i classfas fa-drafting-compass>/i> h3>空间规划/h3> p>科学布局,优化每一寸空间利用率,创造流畅的生活动线。/p> /div> div classservice-item> i classfas fa-lightbulb>/i> h3>个性化定制/h3> p>根据您的生活习惯与品味,打造独一无二的专属设计方案。/p> /div> div classservice-item> i classfas fa-building>/i> h3>项目施工管理/h3> p>严格把控施工质量与进度,确保设计方案完美落地。/p> /div> /div> /div> /section> section idshowcase classshowcase> div classcontainer> h2>精选设计案例/h2> div classshowcase-grid> div classshowcase-item> img src# alt现代简约客厅> h3>现代简约客厅/h3> p>以简洁线条和黑白灰为主调,营造静谧舒适的居住氛围。/p> /div> div classshowcase-item> img src# alt温馨北欧卧室> h3>温馨北欧卧室/h3> p>木质元素与柔和光线结合,打造温暖治愈的私人空间。/p> /div> div classshowcase-item> img src# alt轻奢餐厅设计> h3>轻奢餐厅设计/h3> p>精致的软装搭配,让每一次用餐都成为一场视觉盛宴。/p> /div> /div> /div> /section> section idcontact classcontact> div classcontainer> h2>立即预约免费咨询/h2> p>专业设计师为您提供一对一咨询,让您的想法落地生花。/p> /section> footer classfooter> div classcontainer> p>© 2025 装潢之家. 版权所有./p> /div> /footer>/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
]