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;
    }
  }


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM