Template:Index2026/styles.css:修订间差异
模板页面
更多操作
无编辑摘要 标签:手工回退 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* ============================================================ | /* ============================================================ | ||
一支烟工作室 · | 一支烟工作室 · 主页样式(稳定排版版) | ||
完全兼容 TemplateStyles,无动画、无占位 | |||
============================================================ */ | ============================================================ */ | ||
/* ----- 背景层 | /* ----- 背景层 ----- */ | ||
.hp-bg { | .hp-bg { | ||
position: fixed; | position: fixed; | ||
| 第23行: | 第23行: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
background: rgba(0, 0, 0, 0.25); | background: rgba(0, 0, 0, 0.25); | ||
} | } | ||
.hp-bg::after { | .hp-bg::after { | ||
| 第32行: | 第32行: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
background: rgba(10, 12, 18, 0.15); | background: rgba(10, 12, 18, 0.15); | ||
} | } | ||
| 第80行: | 第80行: | ||
} | } | ||
/* ----- 欢迎弹窗 | /* ----- 欢迎弹窗 ----- */ | ||
.hp-welcome { | .hp-welcome { | ||
background: rgba(45, 48, 56, 0.75); | background: rgba(45, 48, 56, 0.75); | ||
| 第160行: | 第160行: | ||
} | } | ||
/* | /* ===== 核心:网格布局(无占位) ===== */ | ||
.hp-grid { | .hp-grid { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(3, 1fr); | grid-template-columns: repeat(3, 1fr); | ||
gap: | gap: 28px; | ||
width: 100%; | width: 100%; | ||
max-width: 1200px; | max-width: 1200px; | ||
| 第170行: | 第170行: | ||
} | } | ||
/* | /* ===== 卡片样式(稳定、立即显示) ===== */ | ||
.hp-card { | .hp-card { | ||
background: rgba(48, 52, 62, 0. | background: rgba(48, 52, 62, 0.85); | ||
border-radius: 28px; | border-radius: 28px; | ||
padding: | padding: 28px 24px 24px; | ||
box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(240, 210, 170, 0.15); | box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(240, 210, 170, 0.15); | ||
border: 1px solid rgba(240, 210, 170, 0.10); | border: 1px solid rgba(240, 210, 170, 0.10); | ||
color: #f0f3f7; | color: #f0f3f7; | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
height: 100%; | |||
min-height: 180px; | |||
/* 无动画、无位移、无透明度变化,立即显示 */ | |||
opacity: 1; | opacity: 1; | ||
transform: | transform: none; | ||
transition: box-shadow 0.3s ease, background 0.3s ease, transform 0.2s ease; | |||
} | } | ||
/* 悬停效果(仅微交互,不影响布局) */ | |||
.hp-card:hover { | .hp-card:hover { | ||
background: rgba(65, 70, 85, 0. | background: rgba(65, 70, 85, 0.92); | ||
box-shadow: 0 | box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(240, 210, 170, 0.30); | ||
transform: translateY(- | transform: translateY(-2px); | ||
} | } | ||
/* 卡片标题 */ | |||
.hp-card h3 { | .hp-card h3 { | ||
font-weight: | font-weight: 600; | ||
font-size: 1.3rem; | font-size: 1.3rem; | ||
letter-spacing: | letter-spacing: 0.5px; | ||
color: #fff4e5; | color: #fff4e5; | ||
margin: 0 0 12px 0; | margin: 0 0 12px 0; | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
border-bottom: 2px solid rgba(240, 210, 170, 0. | border-bottom: 2px solid rgba(240, 210, 170, 0.25); | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: 10px; | gap: 10px; | ||
word-break: normal; | |||
overflow-wrap: break-word; | |||
} | } | ||
.hp-card h3 .hp-icon { | .hp-card h3 .hp-icon { | ||
font-size: 1. | font-size: 1.4rem; | ||
flex-shrink: 0; | |||
} | } | ||
.hp-card p | |||
/* 卡片正文 */ | |||
.hp-card p { | |||
font-size: 0.98rem; | font-size: 0.98rem; | ||
line-height: 1.7; | line-height: 1.7; | ||
color: #e0e6ee; | color: #e0e6ee; | ||
margin: 0 0 8px 0; | margin: 0 0 6px 0; | ||
} | |||
/* 统计信息(数字高亮) */ | |||
.hp-card .hp-stats { | |||
display: block; | |||
margin: 8px 0 6px 0; | |||
font-size: 0.95rem; | |||
color: #d0d8e0; | |||
} | } | ||
.hp-card .hp- | .hp-card .hp-stats strong { | ||
color: #f0d5b0; | |||
font-weight: 600; | |||
} | } | ||
/* 徽章标签 */ | |||
.hp-badge-list { | .hp-badge-list { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: 8px 12px; | gap: 8px 12px; | ||
margin-top: | margin-top: 8px; | ||
} | } | ||
.hp-badge-list span { | .hp-badge-list span { | ||
background: rgba(240, 210, 170, 0. | background: rgba(240, 210, 170, 0.12); | ||
padding: | padding: 4px 16px; | ||
border-radius: 40px; | border-radius: 40px; | ||
font-size: 0.82rem; | font-size: 0.82rem; | ||
border: 1px solid rgba(240, 210, 170, 0. | border: 1px solid rgba(240, 210, 170, 0.15); | ||
color: #f0e3d0; | color: #f0e3d0; | ||
} | } | ||
/* 相关链接列表 */ | |||
.hp-link-list { | .hp-link-list { | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
gap: | gap: 6px 0; | ||
margin: 4px 0 6px; | margin: 4px 0 6px; | ||
} | } | ||
| 第246行: | 第263行: | ||
border-bottom: 1px dashed rgba(200, 170, 140, 0.3); | border-bottom: 1px dashed rgba(200, 170, 140, 0.3); | ||
transition: 0.2s; | transition: 0.2s; | ||
padding: | padding: 4px 0; | ||
display: inline-block; | display: inline-block; | ||
width: fit-content; | width: fit-content; | ||
font-size: 0.98rem; | |||
} | } | ||
.hp-link-list a:hover { | .hp-link-list a:hover { | ||
color: #fff0dd; | color: #fff0dd; | ||
border-bottom-color: #f0d5b0; | border-bottom-color: #f0d5b0; | ||
padding-left: | padding-left: 6px; | ||
} | } | ||
/* 最近更改列表 */ | |||
.hp-recent-list { | .hp-recent-list { | ||
list-style: none; | list-style: none; | ||
| 第267行: | 第281行: | ||
} | } | ||
.hp-recent-list li { | .hp-recent-list li { | ||
padding: | padding: 6px 0; | ||
border-bottom: 1px solid rgba(200, 180, 150, 0.08); | border-bottom: 1px solid rgba(200, 180, 150, 0.08); | ||
font-size: 0.92rem; | font-size: 0.92rem; | ||
| 第292行: | 第306行: | ||
font-size: 0.75rem; | font-size: 0.75rem; | ||
margin-left: auto; | margin-left: auto; | ||
white-space: nowrap; | |||
} | } | ||
.hp-recent-list .hp-rc-comment { | .hp-recent-list .hp-rc-comment { | ||
| 第306行: | 第321行: | ||
padding: 8px 0; | padding: 8px 0; | ||
} | } | ||
/* 更多链接 */ | |||
.hp-more-link { | .hp-more-link { | ||
margin-top: | margin-top: 10px; | ||
font-size: 0.88rem; | font-size: 0.88rem; | ||
} | } | ||
| 第320行: | 第337行: | ||
border-bottom-color: #f0d5b0; | border-bottom-color: #f0d5b0; | ||
} | } | ||
/* 底部 */ | |||
.hp-footer { | .hp-footer { | ||
margin: 30px 0 6px; | margin: 30px 0 6px; | ||
| 第329行: | 第348行: | ||
width: 100%; | width: 100%; | ||
} | } | ||
/* 加载占位 */ | |||
.hp-loading { | .hp-loading { | ||
color: #b0bcc8; | color: #b0bcc8; | ||
| 第346行: | 第367行: | ||
} | } | ||
/* | /* ===== 特色:项目名录扁条卡片 ===== */ | ||
.hp-card-featured { | .hp-card-featured { | ||
grid-column: 1 / -1; | grid-column: 1 / -1; | ||
| 第354行: | 第375行: | ||
box-shadow: none; | box-shadow: none; | ||
border: none; | border: none; | ||
opacity: 1; | opacity: 1; | ||
transform: | transform: none; | ||
height: auto; | |||
min-height: 0; | |||
} | } | ||
.hp-card-featured a { | .hp-card-featured a { | ||
| 第383行: | 第401行: | ||
.hp-card-featured .hp-featured-overlay { | .hp-card-featured .hp-featured-overlay { | ||
position: absolute; | position: absolute; | ||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
background: linear-gradient(135deg, rgba(30, 32, 40, 0.5) 0%, rgba(60, 55, 50, 0.3) 100%); | background: linear-gradient(135deg, rgba(30, 32, 40, 0.5) 0%, rgba(60, 55, 50, 0.3) 100%); | ||
display: flex; | display: flex; | ||
| 第399行: | 第420行: | ||
border-bottom: none; | border-bottom: none; | ||
padding-bottom: 0; | padding-bottom: 0; | ||
text-align: center; | |||
} | } | ||
.hp-card-featured .hp-featured-overlay h3 small { | .hp-card-featured .hp-featured-overlay h3 small { | ||
| 第404行: | 第426行: | ||
font-weight: 300; | font-weight: 300; | ||
opacity: 0.9; | opacity: 0.9; | ||
margin-left: | margin-left: 16px; | ||
letter-spacing: 2px; | letter-spacing: 2px; | ||
} | } | ||
/* | /* ===== 响应式 ===== */ | ||
@media (max-width: 1024px) { | @media (max-width: 1024px) { | ||
.hp-grid { | .hp-grid { | ||
grid-template-columns: 1fr 1fr; | grid-template-columns: 1fr 1fr; | ||
gap: | gap: 24px; | ||
} | } | ||
} | } | ||
@media (max-width: 820px) { | @media (max-width: 820px) { | ||
.hp-grid { | .hp-grid { | ||
gap: 20px; | |||
gap: | |||
} | } | ||
.hp-welcome { | .hp-welcome { | ||
| 第446行: | 第467行: | ||
} | } | ||
.hp-container { | .hp-container { | ||
padding: 12px | padding: 12px 12px 40px; | ||
} | } | ||
.hp-card { | .hp-card { | ||
padding: | padding: 22px 18px 18px; | ||
border-radius: 22px; | border-radius: 22px; | ||
min-height: 140px; | |||
} | |||
.hp-card h3 { | |||
font-size: 1.1rem; | |||
} | |||
.hp-card p { | |||
font-size: 0.92rem; | |||
} | } | ||
.hp-welcome-text h2 { | .hp-welcome-text h2 { | ||
| 第472行: | 第500行: | ||
margin-left: 0; | margin-left: 0; | ||
font-size: 0.9rem; | font-size: 0.9rem; | ||
} | } | ||
} | } | ||
2026年9月7日 (一) 00:32的版本
/* ============================================================
一支烟工作室 · 主页样式(稳定排版版)
完全兼容 TemplateStyles,无动画、无占位
============================================================ */
/* ----- 背景层 ----- */
.hp-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.hp-bg::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.25);
}
.hp-bg::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(10, 12, 18, 0.15);
}
/* ----- 主容器 ----- */
.hp-container {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
gap: 28px;
max-width: 1260px;
margin: 0 auto;
padding: 20px 16px 60px;
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: #f5f7fa;
min-height: 100vh;
}
/* ----- Header ----- */
.hp-header {
width: 100%;
text-align: center;
padding: 6px 0 10px;
}
.hp-header-logo {
max-width: 340px;
width: 80%;
height: auto;
display: block;
margin: 0 auto 6px;
border-radius: 18px;
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
transition: transform 0.2s ease;
}
.hp-header-logo:hover {
transform: scale(1.01);
}
.hp-header-sub {
font-size: 0.95rem;
letter-spacing: 6px;
color: #f0d5b0;
opacity: 1;
margin-top: 2px;
font-weight: 400;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
/* ----- 欢迎弹窗 ----- */
.hp-welcome {
background: rgba(45, 48, 56, 0.75);
border-radius: 28px;
padding: 24px 30px 22px;
width: 100%;
max-width: 820px;
box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(240, 210, 170, 0.25);
border: 1px solid rgba(240, 210, 170, 0.20);
transition: all 0.25s;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px 20px;
}
.hp-welcome.hidden {
display: none;
}
.hp-welcome-text {
display: flex;
align-items: center;
gap: 12px;
flex: 1 1 300px;
}
.hp-welcome-text h2 {
font-size: 1.4rem;
font-weight: 500;
color: #fff4e5;
margin: 0;
letter-spacing: 0.5px;
}
.hp-welcome-text h2 span {
font-size: 1.6rem;
margin-right: 4px;
}
.hp-welcome-text p {
margin: 0;
font-size: 0.95rem;
color: #e0e6ee;
opacity: 0.9;
}
.hp-welcome-actions {
display: flex;
align-items: center;
gap: 14px;
flex-shrink: 0;
flex-wrap: wrap;
}
.hp-welcome-actions .hp-btn {
background: #f0d5b0;
border: none;
padding: 8px 26px;
border-radius: 60px;
font-weight: 600;
font-size: 0.95rem;
color: #1c1f26;
cursor: pointer;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
transition: all 0.2s;
border: 1px solid #f0d5b0;
}
.hp-welcome-actions .hp-btn:hover {
background: #fae3c5;
transform: scale(1.02);
}
.hp-welcome-actions label {
display: flex;
align-items: center;
gap: 6px;
font-size: 0.85rem;
color: #c0cbd8;
cursor: pointer;
}
.hp-welcome-actions label input[type="checkbox"] {
width: 16px;
height: 16px;
cursor: pointer;
}
/* ===== 核心:网格布局(无占位) ===== */
.hp-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
width: 100%;
max-width: 1200px;
margin: 6px 0 10px;
}
/* ===== 卡片样式(稳定、立即显示) ===== */
.hp-card {
background: rgba(48, 52, 62, 0.85);
border-radius: 28px;
padding: 28px 24px 24px;
box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(240, 210, 170, 0.15);
border: 1px solid rgba(240, 210, 170, 0.10);
color: #f0f3f7;
display: flex;
flex-direction: column;
height: 100%;
min-height: 180px;
/* 无动画、无位移、无透明度变化,立即显示 */
opacity: 1;
transform: none;
transition: box-shadow 0.3s ease, background 0.3s ease, transform 0.2s ease;
}
/* 悬停效果(仅微交互,不影响布局) */
.hp-card:hover {
background: rgba(65, 70, 85, 0.92);
box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(240, 210, 170, 0.30);
transform: translateY(-2px);
}
/* 卡片标题 */
.hp-card h3 {
font-weight: 600;
font-size: 1.3rem;
letter-spacing: 0.5px;
color: #fff4e5;
margin: 0 0 12px 0;
padding-bottom: 10px;
border-bottom: 2px solid rgba(240, 210, 170, 0.25);
display: flex;
align-items: center;
gap: 10px;
word-break: normal;
overflow-wrap: break-word;
}
.hp-card h3 .hp-icon {
font-size: 1.4rem;
flex-shrink: 0;
}
/* 卡片正文 */
.hp-card p {
font-size: 0.98rem;
line-height: 1.7;
color: #e0e6ee;
margin: 0 0 6px 0;
}
/* 统计信息(数字高亮) */
.hp-card .hp-stats {
display: block;
margin: 8px 0 6px 0;
font-size: 0.95rem;
color: #d0d8e0;
}
.hp-card .hp-stats strong {
color: #f0d5b0;
font-weight: 600;
}
/* 徽章标签 */
.hp-badge-list {
display: flex;
flex-wrap: wrap;
gap: 8px 12px;
margin-top: 8px;
}
.hp-badge-list span {
background: rgba(240, 210, 170, 0.12);
padding: 4px 16px;
border-radius: 40px;
font-size: 0.82rem;
border: 1px solid rgba(240, 210, 170, 0.15);
color: #f0e3d0;
}
/* 相关链接列表 */
.hp-link-list {
display: flex;
flex-direction: column;
gap: 6px 0;
margin: 4px 0 6px;
}
.hp-link-list a {
color: #f0d5b0;
text-decoration: none;
border-bottom: 1px dashed rgba(200, 170, 140, 0.3);
transition: 0.2s;
padding: 4px 0;
display: inline-block;
width: fit-content;
font-size: 0.98rem;
}
.hp-link-list a:hover {
color: #fff0dd;
border-bottom-color: #f0d5b0;
padding-left: 6px;
}
/* 最近更改列表 */
.hp-recent-list {
list-style: none;
padding: 0;
margin: 4px 0 10px;
}
.hp-recent-list li {
padding: 6px 0;
border-bottom: 1px solid rgba(200, 180, 150, 0.08);
font-size: 0.92rem;
line-height: 1.5;
color: #e0e6ee;
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 4px 10px;
}
.hp-recent-list li:last-child {
border-bottom: none;
}
.hp-recent-list .hp-rc-title {
font-weight: 500;
color: #fff4e5;
}
.hp-recent-list .hp-rc-user {
color: #b0bcc8;
font-size: 0.82rem;
}
.hp-recent-list .hp-rc-time {
color: #b0bcc8;
font-size: 0.75rem;
margin-left: auto;
white-space: nowrap;
}
.hp-recent-list .hp-rc-comment {
color: #b0bcc8;
font-size: 0.82rem;
opacity: 0.7;
width: 100%;
padding-left: 4px;
}
.hp-recent-empty {
color: #b0bcc8;
font-size: 0.92rem;
opacity: 0.6;
padding: 8px 0;
}
/* 更多链接 */
.hp-more-link {
margin-top: 10px;
font-size: 0.88rem;
}
.hp-more-link a {
color: #f0d5b0;
text-decoration: none;
border-bottom: 1px dotted rgba(200, 170, 140, 0.4);
transition: 0.2s;
}
.hp-more-link a:hover {
color: #fff0dd;
border-bottom-color: #f0d5b0;
}
/* 底部 */
.hp-footer {
margin: 30px 0 6px;
opacity: 0.5;
font-size: 0.85rem;
letter-spacing: 3px;
color: #d0d8e0;
text-align: center;
width: 100%;
}
/* 加载占位 */
.hp-loading {
color: #b0bcc8;
font-size: 0.9rem;
opacity: 0.6;
padding: 6px 0;
}
.hp-loading::after {
content: '...';
animation: hp-dots 1.2s steps(3, end) infinite;
}
@keyframes hp-dots {
0% { content: ''; }
33% { content: '.'; }
66% { content: '..'; }
100% { content: '...'; }
}
/* ===== 特色:项目名录扁条卡片 ===== */
.hp-card-featured {
grid-column: 1 / -1;
padding: 0;
overflow: hidden;
background: transparent;
box-shadow: none;
border: none;
opacity: 1;
transform: none;
height: auto;
min-height: 0;
}
.hp-card-featured a {
display: block;
position: relative;
border-radius: 28px;
overflow: hidden;
box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.4);
transition: all 0.3s;
}
.hp-card-featured a:hover {
transform: scale(1.01);
box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.5);
}
.hp-card-featured img {
width: 100%;
height: auto;
display: block;
max-height: 200px;
object-fit: cover;
}
.hp-card-featured .hp-featured-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(30, 32, 40, 0.5) 0%, rgba(60, 55, 50, 0.3) 100%);
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.hp-card-featured .hp-featured-overlay h3 {
font-size: 2.2rem;
font-weight: 500;
color: #fff4e5;
text-shadow: 0 4px 20px rgba(0,0,0,0.4);
letter-spacing: 4px;
margin: 0;
border-bottom: none;
padding-bottom: 0;
text-align: center;
}
.hp-card-featured .hp-featured-overlay h3 small {
font-size: 1rem;
font-weight: 300;
opacity: 0.9;
margin-left: 16px;
letter-spacing: 2px;
}
/* ===== 响应式 ===== */
@media (max-width: 1024px) {
.hp-grid {
grid-template-columns: 1fr 1fr;
gap: 24px;
}
}
@media (max-width: 820px) {
.hp-grid {
gap: 20px;
}
.hp-welcome {
flex-direction: column;
align-items: stretch;
text-align: center;
padding: 20px;
}
.hp-welcome-text {
flex-direction: column;
gap: 4px;
}
.hp-welcome-actions {
justify-content: center;
}
.hp-card h3 {
font-size: 1.15rem;
}
.hp-card-featured .hp-featured-overlay h3 {
font-size: 1.6rem;
}
}
@media (max-width: 560px) {
.hp-grid {
grid-template-columns: 1fr;
gap: 16px;
}
.hp-container {
padding: 12px 12px 40px;
}
.hp-card {
padding: 22px 18px 18px;
border-radius: 22px;
min-height: 140px;
}
.hp-card h3 {
font-size: 1.1rem;
}
.hp-card p {
font-size: 0.92rem;
}
.hp-welcome-text h2 {
font-size: 1.15rem;
}
.hp-header-logo {
width: 90%;
}
.hp-recent-list li {
font-size: 0.85rem;
}
.hp-recent-list .hp-rc-time {
margin-left: 0;
width: 100%;
}
.hp-card-featured .hp-featured-overlay h3 {
font-size: 1.3rem;
flex-direction: column;
}
.hp-card-featured .hp-featured-overlay h3 small {
margin-left: 0;
font-size: 0.9rem;
}
}