.el-carousel__item:nth-child(2n) { background-color: #99a9bf; } .el-carousel__item:nth-child(2n + 1) { background-color: #d3dce6; } .small img { width: 100%; height: 100%; } .el-carousel__container { width: 1226px; height: 460px; } 1. 2. 3. 4. 5. 6. 7. 8....
51CTO博客已为您找到关于el-carousel-item多张照片轮播的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及el-carousel-item多张照片轮播问答内容。更多el-carousel-item多张照片轮播相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
https://www.layui.com/demo/carousel.html 1. 基础轮播: /*为了区分效果*/div[carousel-item]>*{text-align:center;line-height:280px;color:#fff;}div[carousel-item]>*:nth-child(2n){background-color:#009688;}div[carousel-item]>*:nth-child(2n+1){background-color:#5FB878;}#test2 div[car...