| 1234567891011121314151617181920212223 | @import "./index.skeleton.wxss";.brand-box {	margin-left: 30rpx;	padding-bottom: 20rpx;	.brand-tab-class {		height: 52rpx;		line-height: 52rpx;		font-size: 24rpx;		color: #666666;	}	.brand-active-class {		border-radius: 26rpx;		background-color: #FAFAFA;	}}.division{	height: 10rpx;	background-color: #F4F5F7;}
 |