模板:角色图鉴/影画:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
<includeonly> | <includeonly> | ||
<center> | <center> | ||
<div class="weapon-item-container"> | <div class="weapon-yinghua-item-container"> | ||
<div class="soc-focus-c"> | <div class="soc-focus-c"> | ||
<div class="soc-swiper-container"> | <div class="soc-swiper-container"> | ||
第26行: | 第26行: | ||
{{#CSS: | {{#CSS: | ||
.weapon-item-container { | .weapon-yinghua-item-container { | ||
position: relative; | position: relative; | ||
width: 95%; /* 调整为父级的95%宽度 */ | width: 95%; /* 调整为父级的95%宽度 */ | ||
padding-top: 95% * (872 / 1589); /* 根据父级宽度的百分比来计算顶部填充,维持原有比例 */ | padding-top: 95% * (872 / 1589); /* 根据父级宽度的百分比来计算顶部填充,维持原有比例 */ | ||
width: 1589px; | |||
height: 872px; | |||
background: linear-gradient(to bottom, #000, #333); | background: linear-gradient(to bottom, #000, #333); | ||
border-radius: 5px; | border-radius: 5px; | ||
border: 2px solid #555; | border: 2px solid #555; | ||
overflow: hidden; /* 隐藏多余部分 */ | overflow: hidden; /* 隐藏多余部分 */ | ||
position: relative; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} | } | ||
第96行: | 第103行: | ||
padding-right: 0px !important; | padding-right: 0px !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
2024年7月5日 (五) 19:39的版本