打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:首页/客户端版本/styles.css

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
Kuina留言 | 贡献2023年9月18日 (一) 23:36的版本 (创建页面,内容为“#home-gamebuild { display: flex; flex-direction: column; justify-content: space-between; } .home-gamebuild-links { grid-template-columns: 1fr 1fr; } .home-gamebuild-patch__container { display: flex; align-items: center; justify-content: space-between; } .home-gamebuild-patch { display: flex; white-space: nowrap; align-items: center; } .home-gamebuild-patch__name { font-size: 1.2rem; font-weight: 600; } .home-gamebuild-patch__type { padding: 0.…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
#home-gamebuild {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-gamebuild-links {
	grid-template-columns: 1fr 1fr;
}

.home-gamebuild-patch__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-gamebuild-patch {
	display: flex;
	white-space: nowrap;
	align-items: center;
}

.home-gamebuild-patch__name {
	font-size: 1.2rem;
	font-weight: 600;
}

.home-gamebuild-patch__type {
	padding: 0.1rem 0.6rem;
	margin-left: 0.4rem;
	background: var( --color-surface-3 );
	border-radius: 100px;
	font-size: 0.8125rem;
	font-weight: 500;
	text-transform: uppercase;
}

.home-gamebuild-patch__type--live {
	background: var( --background-color-success );
	color: #14866d;
}

.home-gamebuild-patch__type--evo {
	background: var( --background-color-destructive );
	color: #dd3333;
}

.home-gamebuild-patch__type--ptu {
	background: var( --background-color-warning );
	color: #ac6600;
}
我们为您提供服务需要使用Cookie。使用我们的服务即表示您同意我们使用Cookie。