123456789101112131415161718192021 |
- .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;
- }
|