模板:Main page/英文版本/styles.css

来自决策链云智库
< 模板:Main page/英文版本
Zeroclanzhang讨论 | 贡献2023年7月14日 (五) 01:06的版本 (创建页面,内容为“#home-hanhua { display: flex; flex-direction: column; justify-content: space-between; } .home-hanhua-links { grid-template-columns: 1fr 1fr; } .home-hanhua__container { display: flex; align-items: center; justify-content: space-between; } .home-hanhua-patch { display: flex; white-space: nowrap; align-items: center; } .home-hanhua__name { font-size: 1.2rem; font-weight: 600; } .home-hanhua__type { padding: 0.3rem 0.6rem; margin-left: 0.4rem;…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
#home-hanhua {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

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

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

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

.home-hanhua__type {
	padding: 0.3rem 0.6rem;
	margin-left: 0.4rem;
	background: var( --color-surface-3 );
	border-radius: 100px;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
}

.home-hanhua__type--y {
	background: var( --background-color-success );
}

.home-hanhua__type--n {
	background: var( --background-color-destructive );
}

.home-hanhuazt {
	font-size: 0.8rem;
	font-weight: 600;
}