.component {
  padding: 8rpx 16rpx;
  border-radius: 16rpx;
  &:not(:first-child) {
    margin-left: 8rpx;
  }
}
