调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-18 16:16:47 +08:00
parent b7e09aeb04
commit d9000fbe1c
14 changed files with 309 additions and 284 deletions

View File

@@ -1,7 +1,7 @@
/* 页面容器(模拟官网宽屏布局) */
.xn-container {
min-width: 1280px;
max-width: 1440px;
/* min-width: 1280px; */
max-width: 14.4rem;
width: 100%;
margin: 0 auto;
}
@@ -12,8 +12,8 @@
border-radius: 16px;
/* 官网图片圆角风格 */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
max-width: 1440px;
min-width: 1280px;
max-width: 14.4rem;
/* min-width: 1280px; */
margin: 0 auto;
background: #0d0c10;
border:1px solid #3f3f45;