无编辑摘要 |
无编辑摘要 |
||
第16行: | 第16行: | ||
@keyframes heimulinkgc{to{color:#3B8BFF}} | @keyframes heimulinkgc{to{color:#3B8BFF}} | ||
/* --[[模板:黑幕]]-- */ | /* --[[模板:黑幕]]-- */ | ||
/* -- | |||
/* 赛季首页专用样式 v1.0 (2025-04-13) */ | |||
.season-homepage { | |||
max-width: 1200px; | |||
margin: 0 auto; | |||
padding: 20px; | |||
color: #2c3e50; | |||
} | |||
/* 导航栏样式 */ | |||
.season-nav { | |||
font-size: 0.9em; | |||
margin-bottom: 2em; | |||
color: #7f8c8d; | |||
} | |||
/* 响应式容器 */ | |||
@media (max-width: 768px) { | |||
.season-container { | |||
flex-direction: column; | |||
} | |||
} |