SLT
tcp/80
tencent-cos
tcp/443
Open service 221.204.209.225:443 · xx.sn.cn
2026-02-07 00:36
HTTP/1.1 200 OK
Last-Modified: Wed, 23 Jul 2025 01:20:19 GMT
Etag: "101ba171da43911df931f6eb4f1411d3"
Content-Type: text/html
Date: Tue, 18 Nov 2025 16:17:42 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 7605627463898406497
x-cos-request-id: NjkxYzljMjZfNjBkM2UwYl85MDg5X2RkMGQ5MGI=
x-cos-version-id: MTg0NDQ5OTA4NDAwODk3MDg4NTA
Content-Length: 476
Accept-Ranges: bytes
X-NWS-LOG-UUID: 16160773866741650750
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 陕西香象通信有限公司
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>陕西香象通信有限公司</title>
<script type="module" crossorigin src="/assets/index-oqUvJTfu.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-0VR3doHt.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 116.153.4.244:443 · xx.sn.cn
2026-02-07 00:36
HTTP/1.1 200 OK
Last-Modified: Wed, 23 Jul 2025 01:20:19 GMT
Etag: "101ba171da43911df931f6eb4f1411d3"
Content-Type: text/html
Date: Wed, 23 Jul 2025 02:17:49 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 7605627463898406497
x-cos-request-id: Njg4MDQ2NGRfMWUyNjYzNjRfZmYyOF82NmNiOWRj
x-cos-version-id: MTg0NDQ5OTA4NDAwODk3MDg4NTA
Content-Length: 476
Accept-Ranges: bytes
X-NWS-LOG-UUID: 7597802696664912428
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 陕西香象通信有限公司
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>陕西香象通信有限公司</title>
<script type="module" crossorigin src="/assets/index-oqUvJTfu.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-0VR3doHt.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 1.56.98.184:443 · demo.xx.sn.cn
2026-02-07 00:36
HTTP/1.1 200 OK
Etag: "e6727a155fa3f400df67dc0c48c042cf"
Content-Type: text/html
Date: Wed, 04 Feb 2026 04:20:12 GMT
Server: tencent-cos
Vary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method
x-cos-hash-crc64ecma: 11315195149327444423
x-cos-request-id: Njk4MmM4ZmNfODcyZjlhMWVfYTZjNF9mODU5Nzg=
x-cos-storage-class: MAZ_STANDARD
x-cosindex-replication-status: Complete
X-Cache-Lookup: Cache Hit
Last-Modified: Fri, 05 Sep 2025 02:20:55 GMT
Content-Length: 6509
Accept-Ranges: bytes
X-NWS-LOG-UUID: 1086131929199768703
Connection: close
X-Cache-Lookup: Cache Miss
Page title: 香象管理系统
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <title>Vite + Vue + TS</title> -->
<title>香象管理系统</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
body,
#app {
height: 100%;
margin: 0px;
padding: 0px;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FFF;
-webkit-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
z-index: 1001;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FFF;
-webkit-animation: spin 3s linear infinite;
-moz-animation: spin 3s linear infinite;
-o-animation: spin 3s linear infinite;
-ms-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FFF;
-moz-animation: spin 1.5s linear infinite;
-o-animation: spin 1.5s linear infinite;
-ms-animation: spin 1.5s linear infinite;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#loader-wrapper .loader-section {
position: fixed;
top: 0;
width: 51%;
height: 100%;
background: #0a192f;
z-index: 1000;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
left: 0;
}
#loader-wrapper .loader-section.section-right {
right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
Open service 1.62.64.79:443 · demo.xx.sn.cn
2026-02-07 00:36
HTTP/1.1 200 OK
Last-Modified: Fri, 05 Sep 2025 02:20:55 GMT
Etag: "e6727a155fa3f400df67dc0c48c042cf"
Content-Type: text/html
Date: Wed, 04 Feb 2026 04:20:12 GMT
Server: tencent-cos
Vary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method
x-cos-hash-crc64ecma: 11315195149327444423
x-cos-request-id: Njk4MmM4ZmNfODcyZjlhMWVfYTZjNF9mODU5Nzg=
x-cos-storage-class: MAZ_STANDARD
x-cosindex-replication-status: Complete
Content-Length: 6509
Accept-Ranges: bytes
X-NWS-LOG-UUID: 5960304105168251614
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 香象管理系统
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <title>Vite + Vue + TS</title> -->
<title>香象管理系统</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
body,
#app {
height: 100%;
margin: 0px;
padding: 0px;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FFF;
-webkit-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
z-index: 1001;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FFF;
-webkit-animation: spin 3s linear infinite;
-moz-animation: spin 3s linear infinite;
-o-animation: spin 3s linear infinite;
-ms-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FFF;
-moz-animation: spin 1.5s linear infinite;
-o-animation: spin 1.5s linear infinite;
-ms-animation: spin 1.5s linear infinite;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#loader-wrapper .loader-section {
position: fixed;
top: 0;
width: 51%;
height: 100%;
background: #0a192f;
z-index: 1000;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
left: 0;
}
#loader-wrapper .loader-section.section-right {
right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
Open service 1.62.64.79:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 5763873890804970410 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 1.62.64.79:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Thu, 01 Jan 2026 12:56:19 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: Njk1NjZlZjNfM2QzNjQwMGJfMTU1ZmNfMmM4ZWRh
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 158866879266078533
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 211.95.142.138:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Thu, 04 Dec 2025 14:55:02 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: NjkzMWEwYzZfYTE3N2MyMWVfNWUzZl8xMjJmYmE0ZQ==
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 3075381365909691702
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 116.163.31.218:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Thu, 04 Dec 2025 14:55:02 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: NjkzMWEwYzZfYTE3N2MyMWVfNWUzZl8xMjJmYmE0ZQ==
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 11386923911048929458
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 116.163.31.218:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 14717629538931937158 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 211.95.142.138:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 11590181145972968405 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 42.56.81.77:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Thu, 04 Dec 2025 14:55:02 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: NjkzMWEwYzZfYTE3N2MyMWVfNWUzZl8xMjJmYmE0ZQ==
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 4217291751768581693
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 221.204.209.225:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Tue, 30 Dec 2025 09:32:53 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: Njk1MzljNDVfODQxMDdlMWVfMTE4NGZfZmEwOTQ4YQ==
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 10628874314987819992
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 221.204.15.51:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Thu, 01 Jan 2026 12:56:19 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: Njk1NjZlZjNfM2QzNjQwMGJfMTU1ZmNfMmM4ZWRh
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 10720365105018173579
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 211.93.211.158:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 8726870626053763796 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 60.13.97.57:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Mon, 17 Nov 2025 10:18:57 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: NjkxYWY2OTFfNGZiMmU5MDlfMmM3ZmZfYzA4MzUzNw==
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 18305308168274090862
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 60.13.97.57:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 4468473721937949774 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 221.204.15.51:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 4091365892456449712 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 221.204.209.225:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 5633717684875050827 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 42.56.64.131:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 17676310084605185902 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 211.93.211.158:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Thu, 01 Jan 2026 12:56:19 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: Njk1NjZlZjNfM2QzNjQwMGJfMTU1ZmNfMmM4ZWRh
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 9488696123701542659
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 1.56.98.184:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 4770673083019183977 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 42.56.81.77:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 9175842420318169397 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly
Open service 116.153.4.244:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Fri, 02 Jan 2026 14:04:27 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: Njk1N2QwNmJfNDgzNjQwMGJfMmIzYWZfNDFiMmZi
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 14718733405386228408
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 1.56.98.184:443 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 200 OK
Last-Modified: Thu, 06 Nov 2025 13:12:06 GMT
Etag: "7caec5acd198cfb5a0c3380af551fd4b"
Content-Type: text/html
Date: Thu, 01 Jan 2026 12:56:19 GMT
Server: tencent-cos
x-cos-hash-crc64ecma: 6223484888831461518
x-cos-request-id: Njk1NjZlZjNfM2QzNjQwMGJfMTU1ZmNfMmM4ZWRh
x-cos-version-id: MTg0NDQ5ODE2Mzg5ODI4MjU0MTY
Content-Length: 19078
Accept-Ranges: bytes
X-NWS-LOG-UUID: 16357498887073416250
Connection: close
X-Cache-Lookup: Cache Hit
Page title: 校园成长探索 - 学海泛舟
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>校园成长探索 - 学海泛舟</title>
<!-- 引入Ant Design Vue CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@3.2.20/dist/antd.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);
color: #333;
line-height: 1.6;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.header {
text-align: center;
padding: 30px 20px;
background: linear-gradient(120deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 16px;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="1000,100 1000,0 0,100"></polygon></svg>');
background-size: cover;
}
.header-content {
position: relative;
z-index: 1;
}
.header h1 {
font-size: 2.2rem;
margin-bottom: 12px;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
max-width: 700px;
margin: 0 auto 15px;
}
.tagline {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 16px;
border-radius: 20px;
font-size: 0.9rem;
backdrop-filter: blur(5px);
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.card {
background: white;
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.card::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea, #764ba2);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card:hover::after {
transform: scaleX(1);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 14px;
}
.card-icon {
width: 46px;
height: 46px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
font-size: 20px;
color: white;
box-shadow:
Open service 116.153.4.244:80 · school.xx.sn.cn
2026-01-05 01:41
HTTP/1.1 302 Found Location: https://school.xx.sn.cn/ Content-Length: 0 X-NWS-LOG-UUID: 8250540455478801876 Connection: close Server: SLT Date: Mon, 05 Jan 2026 01:41:24 GMT X-Cache-Lookup: Return Directly