打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
落雨枫留言 | 贡献2025年1月3日 (五) 23:18的版本 (创建页面,内容为“.index-banner { padding: 28px 18px; display: flex; justify-content: center; align-items: center; background: darkgreen; gap: 55px; background-color: #38909F; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .index-banner .banner-text { display: flex; flex-direction: column; gap: 8px; color: white; } .index-banner .banner-text .banner-welcome { font-size: 18px; opacity: 0.9; } .index-banner .banner-text .banner-subtitle…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.index-banner {
	padding: 28px 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: darkgreen;
	gap: 55px;
	background-color: #38909F;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.index-banner .banner-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: white;
}

.index-banner .banner-text .banner-welcome {
	font-size: 18px;
	opacity: 0.9;
}

.index-banner .banner-text .banner-subtitle {
	text-align: right;
	font-size: 18px;
	font-style: oblique;
	opacity: 0.8;
}

@media (max-width: 768px) {
	.index-banner {
		gap: 28px;
	}
	
	.index-banner .banner-text .banner-welcome,
	.index-banner .banner-text .banner-subtitle {
		font-size: 14px;
	}
}