@import '@/global/global.less';

.test-c {
	color: yellow;
	font-size: 20px;
}
.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px;
	font-size: @font-size-base * 1.5;
	font-weight: bolder;
}
