index.scss 332 B

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