::v-deep .el-carousel__indicators{ display: none; // width: 100%; // display: flex; // justify-content: center; // transform: translateX(-50%); // height: 20px; // transform: translateY(10%); } .vue3VideoPlay { pointer-events: none; } ::v-deep .el-carousel__arrow{ // display: none; display: block; } ::v-deep .el-carousel__arrow--left{ left: -7px; top: 55%; } ::v-deep .el-carousel__arrow--right{ right: -7px; top: 55%; } ::v-deep .el-carousel { --el-carousel-arrow-size:0.1375rem } // 通用标题 .title { width: 380px; height: 32px; flex-shrink: 0; background: linear-gradient(90deg, rgba(255, 255, 255, 0.17) 2.49%, rgba(255, 255, 255, 0.00) 98.69%); ; line-height: 32px; margin: 11px 22px 0 10px; .text { color: #FFF; font-family: PingFang SC; padding-left: 18px; letter-spacing: 1px; } } // 通用content .content { display: flex; width: 100%; overflow: hidden; justify-content: space-evenly; margin-top: 2.5vh; } .right { position: absolute; width: 412px; top: 11.5vh; z-index: 9; flex-shrink: 0; border-radius: 2px; background: rgba(125, 125, 125, 0.17); backdrop-filter: blur(30.5px); color: #FFF; font-size: 14px; // overflow: hidden; right: 25px; // border: 2px solid salmon; box-sizing: border-box; display: flex; flex-direction: column; height: 86vh; overflow: hidden; padding: 11px 10px 15px 10px; } // 物联设备统计 .right_top { // border: 3px solid darkcyan; height: 30%; // border: 2px solid darkcyan; box-sizing: border-box; .logo { // border: 2px solid firebrick; display: flex; flex-direction: column; align-items: center; width: 134px; height: 175px; align-content: center; img { width: 87px; height: 88px; } .animate { width: 87px; height: 88px; margin-bottom: -55px; animation: myfirst 1.5s infinite; } span { color: rgba(255, 255, 255, 0.76); font-family: PingFang SC; font-weight: 400; line-height: 21px; &:first-child { color: #fff; font-size: 20px; font-weight: 900; line-height: 30px; } b { color: #fff; font-size: 16px; font-weight: 400; } } } .list { // border: 2px solid darkcyan; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; padding-top: 20px; .item_r { display: flex; align-items: center; width: 100%; margin-bottom: 10px; // border: 1px solid forestgreen; img { width: 39px; height: 39px; flex-shrink: 0; // border: 1px solid darkgoldenrod; margin-right: 12px; } .percent { width: 132px; border-bottom: 1px solid rgba(255, 255, 255, 0.47); // margin: 10px; padding-bottom: 7px; font-size: 16px; span { font-size: 12px; color: #fff; opacity: .76; } } } } } // 物联网设备统计动画 @keyframes myfirst { 0% { transform: translate(0, 0); } 50% { transform: translate(0, -8px); } 100% { transform: translate(0, 0); } } // 物联设备类型统计 .right_center { height: 33%; // border: 3px solid darkcyan; box-sizing: border-box; // overflow: hidden; .contentwrap { display: flex; flex-wrap: wrap; height: 90%; overflow: hidden; align-content: center; // border: 2px solid sandybrown; .count { display: flex; flex-direction: column; align-items: center; padding: 6px; text-align: center; // border: 2px solid darkkhaki; width: 110px; } } } // 智慧教室实时监控 .right_bottom { flex: 1; box-sizing: border-box; // border: 3px solid darkcyan; height: 33%; .monitorContent { margin-top: -6px; .monitor { box-sizing: border-box; display: flex; flex-direction: column; background: rgba(0, 0, 0, 0.2); padding: 10px; width: 364px; height: 25vh; margin: 2vh auto; // border: 1px solid red; .interactclass { display: flex; justify-content: space-evenly; .room { position: relative; width: 155px; height: 8vh; padding: 0; margin: 0; // background: saddlebrown; // margin-top: 10px; cursor: pointer; // &:first-child { // margin-right: 10px; // } span { position: absolute; top: 0; font-size: 11px; text-indent: 5px; width: 80px; height: 18px; line-height: 17px; background-color: rgba(0, 0, 0, 0.38); } } } } .el-carousel__indicators--horizontal { display: none; bottom: 6%; } // .el-carousel__container { // height: 248px; // } // .el-carousel__indicators .el-carousel__indicators--horizontal { // display: none; // } .el-pagination { justify-content: center; --el-pagination-bg-color: 'tranparent'; --el-pagination-text-color: '#fff' } .el-pagination button { color: #fff; } .el-pagination button:disabled { background: none; color: '#fff'; } .el-pagination button:hover { color: '#fff'; } .el-pager li { color: #fff; } } }