模板:最新卡面/行:修订间差异
(创建页面,内容为“[[File:{{#replace:{{{ID}}}|_|-}}-图片.webp|350px|link={{{标题}}}]][[{{{标题}}}|{{{名称日文}}}]]”) |
无编辑摘要 |
||
(未显示同一用户的24个中间版本) | |||
第1行: | 第1行: | ||
[[File:{{#replace:{{{ID}}}|_|-}}- | <div class="card"> | ||
<!-- 卡面 --> | |||
[[File:{{#replace:{{{ID}}}|_|-}}-卡面.webp|居中|200px|link={{{标题}}}]] | |||
<div class="card-title">{{{标题}}}</div> | |||
</div> | |||
{{#CSS: | |||
.card { | |||
flex: 1 1 200px; /* 允许卡片弹性伸缩,基础宽度为200px */ | |||
margin: 10px; /* 设置卡片间距 */ | |||
text-align: center; /* 文本居中显示 */ | |||
box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* 添加阴影效果 */ | |||
transition: transform 0.2s; /* 添加动画效果 */ | |||
max-width: 200px; /* 设置卡片的最大宽度为200px */ | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
} | |||
.card:hover { | |||
transform: scale(1.05); /* 鼠标悬停时放大卡片 */ | |||
} | |||
.card img { | |||
width: 100%; /* 图片宽度自适应 */ | |||
height: auto; /* 图片高度自适应 */ | |||
} | |||
.card-title { | |||
padding: 10px 0; /* 增加标题的上下内边距 */ | |||
max-height: 50px; /* 设置标题的最大高度 */ | |||
overflow: hidden; /* 如果标题过长,隐藏溢出部分 */ | |||
word-wrap: break-word; /* 允许单词内换行 */ | |||
white-space: normal; /* 正常换行 */ | |||
text-overflow: ellipsis; /* 用省略号表示溢出部分 */ | |||
} | |||
/* Media Queries for Mobile Devices */ | |||
@media (max-width: 600px) { | |||
.card { | |||
flex: 1 1 150px; /* 调整基础宽度为150px */ | |||
max-width: 150px; /* 设置卡片的最大宽度为150px */ | |||
} | |||
.card-title { | |||
padding: 5px 0; /* 减小标题的上下内边距 */ | |||
max-height: 40px; /* 设置标题的最大高度为40px */ | |||
} | |||
} | |||
}} |
2024年7月16日 (二) 16:00的最新版本
[[File:{{{ID}}}-卡面.webp|居中|200px|link={{{标题}}}]]
{{{标题}}}