index.scss 298 B

123456789101112131415161718192021
  1. .brand-box {
  2. margin-left: 30rpx;
  3. padding-bottom: 20rpx;
  4. .brand-tab-class {
  5. height: 52rpx;
  6. line-height: 52rpx;
  7. font-size: 24rpx;
  8. color: #666666;
  9. }
  10. .brand-active-class {
  11. border-radius: 26rpx;
  12. background-color: #FAFAFA;
  13. }
  14. }
  15. .division{
  16. height: 10rpx;
  17. background-color: #F4F5F7;
  18. }