index.less 281 B

123456789101112
  1. @import '../style/var';
  2. .van-cell-group {
  3. background-color: @cell-group-background-color;
  4. &__title {
  5. padding: @cell-group-title-padding;
  6. color: @cell-group-title-color;
  7. font-size: @cell-group-title-font-size;
  8. line-height: @cell-group-title-line-height;
  9. }
  10. }