“模板:Main page/gamebuild”与“模板:Main page/joining/styles.css”:页面之间的差异

来自NebulaeWiki
(页面间差异)
无编辑摘要
标签已被回退
 
(创建页面,内容为“#home-joining { display: flex; flex-direction: column; justify-content: space-between; }”)
 
第1行: 第1行:
<includeonly><div id="home-gamebuild" class="home-card home-card--col2 home-card--row4">
#home-joining {
<div class="home-card__label">客户端版本</div>
display: flex;
<div class="home-gamebuild-patch__container>
flex-direction: column;
<div class="home-gamebuild-patch"><span class="home-gamebuild-patch__name">{{Main page/settings|currentpatchshort}}</span><span class="home-gamebuild-patch__type home-gamebuild-patch__type--{{lc:{{Main page/settings|currentpatchtype}}}}">{{Main page/settings|currentpatchtype}}</span></div>
justify-content: space-between;
<div class="home-gamebuild-patch__arrow">➡</div>
}
<div class="home-gamebuild-patch"><span class="home-gamebuild-patch__name">{{Main page/settings|nextpatchshort}}</span><span class="home-gamebuild-patch__type home-gamebuild-patch__type--{{lc:{{Main page/settings|nextpatchtype}}}}">{{Main page/settings|nextpatchtype}}</span></div>
</div>
<div class="home-gamebuild-links home-link">
<div class="home-link__button">[[NebulaeCraft Mod|更新日志]]</div>
<div class="home-link__button">[[建设标准]]</div>
<div class="home-link__button">[[公告]]</div>
<div class="home-link__button">[[线路图]]</div>
</div>
</div>
<templatestyles src="Template:Main page/gamebuild/styles.css"/></includeonly><noinclude>{{/doc}}</noinclude>

2023年9月19日 (二) 12:22的版本

#home-joining {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}