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