help.css 503 Bytes
.help{
	margin: 150upx auto 0;
	margin-top: calc(100upx + var(--status-bar-height));
	width: 90%;
}
.item{
	padding: 20upx;
	border-radius: 10upx;
	background: var(--c0);
	margin-bottom: 20upx;
	font-size: var(--f26);
	color: var(--c3);
}
.item-v{
	position: relative;
}
.item-v image{
	width: 40upx;
	height: 40upx;
	position: absolute;
	right: -10upx;
	top: -4upx;
}
.item-content{
	padding: 10upx;
	margin-top: 20upx;
	line-height: 50upx;
	font-size: var(--f24);
}
.route{
	transform:rotate(90deg);
}