cloudflare
tcp/443
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c0215adfc0215adfc51fa561cca5bd8c5d2634819f3341c31
Found 4 files trough .DS_Store spidering: /css /images /index.html /js
Open service 104.16.4.14:443 · rghpduim.sbs
2026-01-23 04:27
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 04:27:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Mon, 17 Nov 2025 14:45:13 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PhiLHm%2Bv88oKHTk9KEFoIBPHiMPpbnd9XpnVLZobigXR5jnpkNmAnVg3Boc8GjLq%2FAzFFs9Woum0bEGgBnECmwoM01W3LRlHkQwb2Q%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c24895938666413-LHR
alt-svc: h3=":443"; ma=86400
Page title: 一屏滚动
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width,height=device-height, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0,shrink-to-fit=no" />
<meta name="format-detection" content="telephone=no" />
<!--em标准js代码,请放在页面的最上方,前面最好不要再有JS代码或JS文件-->
<script type="text/javascript" src="js/rem.js"></script>
<link type="text/css" rel="stylesheet" href="css/css.css" />
<link type="text/css" rel="stylesheet" href="css/swiper.min.css" />
<link type="text/css" rel="stylesheet" href="css/fullpage.css" />
<title>一屏滚动</title>
<style>
html, body {
position: relative;
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: none;
-webkit-user-select: none;
user-select: none;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.swiper-slide img {
width: 100%;
height: 100% !important;
object-fit: fill !important;
}
.swiper-slide img.img1{
object-fit: cover !important;
}
/* 自定义分页器样式 */
.swiper-pagination-bullet {
width: 0.15rem !important;
height: 0.15rem !important;
background: #000 !important;
opacity: 0.6 !important;
margin: 0.2rem 0 !important;
display: block !important;
box-shadow: 0 0 3px rgba(255,255,255,0.4) !important;
transition: all 0.3s ease !important;
border-radius: 0% !important;
transform: rotate(-45deg) !important;
border: 1px solid #52b6ff;
background: none;
}
.swiper-pagination-bullet-active {
opacity: 1 !important;
background: #000 !important;
box-shadow: 0 0 5px rgba(255,255,255,0.8) !important;
transform: scale(1.3) rotate(45deg) !important;
}
/* 分页器样式定制 */
.swiper-pagination-bullet {
width: 0.13rem !important; /* 调整尺寸 */
height: 0.13rem !important; /* 调整尺寸 */
background: none !important; /* 黑色圆点 */
opacity: 1 !important; /* 完全不透明 */
margin: 0.2rem 0 !important; /* 增加间距 */
display: block !important; /* 确保显示 */
box-shadow: 0 0 3px rgba(255,255,255,0.5); /* 添加阴影增强可见性 */
transition: all 0.3s ease; /* 添加过渡效果 */
border: 1px solid #52b6ff;
}
.swiper-pagination-bullet-active {
opacity: 1 !important; /* 活动状态完全不透明 */
background: #0094ff !important; /* 黑色 */
transform: scale(1.3); /* 放大活动状态的点 */
box-shadow: 0 0 5px rgba(255,255,255,0.8); /* 增强阴影 */
border: 1px solid #0094ff;
}
/* 箭头提示样式 */
.swiper-arrow-hint {
position: fixed;
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
width: 2rem;
height: 2rem;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 999;
animation: bounce 2s infinite;
}
.swiper-arrow-hint:after {
content: '';
width: 0.8rem;
height: 0.8rem;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
transform: rotate(45deg) translateY(-0.2rem);
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateX(-50%) translateY(0);
}
40% {
transform: translateX(-50%) translateY(-0.5rem);
}
60% {
transform: translateX(-50%) translateY(-0.25rem);
}
}
.link{
position: fixed;
bottom: 0;
width: 100%;
left: 0%;
z-index: 99999;
padding-bottom: 0.4rem;
}
.link a{
display: block;
width: 100%;
height: 1.2rem;
width: 50%;
float: left;
padding: 0.2rem;
box-sizing: border-box;
text-align: center;
margin-top: 0.3rem;
}
.link a img{
width: 90%;