tabsCom.less 470 Bytes
@charset "UTF-8";

.tabs-com {
	width: 280px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	.box {
		.tab {
			margin-right: 50px;
			padding: 23px 0 12px 0;
			color: #B4B4B4;
			&:last-child {
				margin-right: 0;
			}
			.title {
				font-size: 32px;
				font-weight: 400;
			}
			.line {
				background-color: transparent;
				margin: 6px auto 0 auto;
				width: 50px;
				height: 4px;
				border-radius: 3px;
			}
		}
	}
}