首页:修订间差异
来自卡厄思梦境WIKI
小无编辑摘要 |
小无编辑摘要 |
||
| 第62行: | 第62行: | ||
#page-content { | #page-content { | ||
margin: 0px; | margin: 0px; | ||
} | |||
.decorative-lines { | |||
width: 25px; | |||
height: 35px; | |||
background-image: | |||
repeating-linear-gradient( | |||
45deg, | |||
#ff6600, | |||
#ff6600 2px, | |||
transparent 2px, | |||
transparent 6px | |||
); | |||
opacity: 0.6; | |||
} | |||
.english-text { | |||
font-size: 16px; | |||
font-weight: bold; | |||
color: #999; | |||
margin-right: 5px; | |||
} | |||
.plus-signs { | |||
font-size: 12px; | |||
color: #999; | |||
letter-spacing: 3px; | |||
} | |||
.chinese-news { | |||
font-size: 24px; | |||
font-weight: bold; | |||
color: #333; | |||
} | |||
.chinese-info { | |||
font-size: 24px; | |||
font-weight: bold; | |||
color: #ff6600; | |||
} | |||
.main-line-wrap { | |||
width: 100%; | |||
margin: 0px; | |||
} | |||
.resp-tabs { | |||
width: 100%; | |||
} | |||
.resp-tabs-list { | |||
list-style: none; | |||
padding: 0; | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 10px; | |||
} | |||
.resp-tabs-list.clearfix::after { | |||
content: ""; | |||
display: table; | |||
clear: both; | |||
} | |||
.czn-list-style { | |||
display: inline-block; | |||
cursor: pointer; | |||
transition: all 0.3s ease; | |||
} | |||
.tab-panel { | |||
position: relative; | |||
display: inline-block; | |||
background: #b9b9b9; | |||
color: #000; | |||
padding: 5px 30px; | |||
font-size: 12px; | |||
text-align: center; | |||
clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%); | |||
min-width: auto; | |||
transition: all 0.3s ease; | |||
} | |||
.czn-list-style.active .tab-panel { | |||
background: #ff5514; | |||
color: white; | |||
} | |||
.tab-panel::before { | |||
content: "✦"; | |||
position: absolute; | |||
left: 5px; | |||
top: 50%; | |||
transform: translateY(-50%); | |||
font-size: 16px; | |||
color: inherit; | |||
opacity: 0; | |||
transition: opacity 0.3s ease; | |||
} | |||
.tab-panel::after { | |||
content: "✦"; | |||
position: absolute; | |||
right: 5px; | |||
top: 50%; | |||
transform: translateY(-50%); | |||
font-size: 16px; | |||
color: inherit; | |||
opacity: 0; | |||
transition: opacity 0.3s ease; | |||
} | |||
.czn-list-style.active .tab-panel::before, | |||
.czn-list-style.active .tab-panel::after { | |||
opacity: 1; | |||
} | |||
.resp-tabs-container { | |||
padding-left: 0px; | |||
} | |||
.resp-tab-content { | |||
display: none; | |||
animation: fadeIn 0.3s ease; | |||
} | |||
.resp-tab-content[style*="display:block"], | |||
.resp-tab-content[style*="display: block"] { | |||
display: block !important; | |||
} | |||
@keyframes fadeIn { | |||
from { | |||
opacity: 0; | |||
} | |||
to { | |||
opacity: 1; | |||
} | |||
} | } | ||
}} | }} | ||
2025年10月14日 (二) 16:49的版本
+ + +
NEWS
新闻
情报
- 国服
- 国际服
- WIKI
公告「领航者」作战测试招募现已开启!
2025-10-14

