Loading

element走马灯样式修改

  .el-carousel {
    height: 100% !important;
  }
  .el-carousel >>> .el-carousel__container {
    height: 100% !important;
  }
  .el-carousel >>> .el-carousel__button {
    background-color: #004f80;
    width: 15px;
    height: 4px;
    border-radius: 3px;
  }
  .el-carousel >>> .el-carousel__arrow {
    width: 26px !important;
    height: 26px !important;
  }
  .el-carousel >>> .el-carousel__arrow--left {
    left: 0px !important;
  }
  .el-carousel >>> .el-carousel__arrow--right {
    right: 0px !important;
  }
  .el-carousel >>> .is-active {
    .el-carousel__button {
      background-color: #35b1ff;
    }
  }
posted @ 2022-04-01 09:30  资深if-else侠  阅读(1425)  评论(0编辑  收藏  举报