模板:首页/中栏/最新角色:修订间差异
无编辑摘要 标签:已被回退 |
无编辑摘要 |
||
(未显示同一用户的7个中间版本) | |||
第2行: | 第2行: | ||
<div class="mod-c-hd"> | <div class="mod-c-hd"> | ||
<div class="line-l"></div> | <div class="line-l"></div> | ||
<div class="tit"> | <div class="tit">最近的风格</div> | ||
<div class="line-r"></div> | <div class="line-r"></div> | ||
</div> | </div> | ||
第8行: | 第8行: | ||
<div class="box"> | <div class="box"> | ||
<!--内容开始--> | <!--内容开始--> | ||
< | <div class="card-container"> | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=角色卡面 | tables=角色卡面 | ||
|fields=角色卡面._pageName=标题,角色卡面.ID,角色卡面.角色ID,角色卡面.描述,角色卡面.类型,角色卡面.角色,角色卡面.稀有度,角色卡面.评级,角色卡面.添加时间,角色卡面.DatabaseID | |fields=角色卡面._pageName=标题,角色卡面.ID,角色卡面.角色ID,角色卡面.描述,角色卡面.类型,角色卡面.角色,角色卡面.稀有度,角色卡面.评级,角色卡面.添加时间,角色卡面.DatabaseID | ||
|where=添加时间 >= | |where=角色卡面.添加时间 >= '{{#time: Y-m-d H:i:s | -60 days}}' | ||
|order by=添加时间 DESC | |order by=添加时间 DESC | ||
|limit= | |limit=8 | ||
|format=template | |format=template | ||
|template=最新卡面/行 | |template=最新卡面/行 | ||
|named args=yes | |named args=yes | ||
|more results text= | |||
}} | }} | ||
</ | </div> | ||
<!--内容结束--> | <!--内容结束--> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
{{#CSS: | |||
.card-container { | |||
display: flex; /* 使用Flexbox布局 */ | |||
flex-wrap: wrap; /* 允许内容换行 */ | |||
justify-content: space-around; /* 在项目之间和周围提供均等的空间 */ | |||
align-items: stretch; /* 拉伸项目以填充容器 */ | |||
} | |||
}} |
2024年7月17日 (三) 11:27的最新版本
最近的风格
没有结果