element中走马灯效果高亮怎么修改

实现的效果

img


而我的效果

img

  .el-carousel__button{
      width: 16px;
      height: 4px;
      background-color: red;
  }

.el-carousel__indicator.is-active button{
background-color: red;
}