.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.no-flex {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

By lxcss

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注