.left { position: absolute; width: 412px; height: 900px; top: 111px; z-index: 300; 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; left: 30px; display: flex; flex-direction: column; padding: 11px 10px 15px 10px; //教室分类统计 .left_top { box-sizing: border-box; width: 392px; height: 261px; // border: 2px solid darkcyan; .list { display: flex; flex-direction: column; justify-content: center; width: 180px; margin-left: 23.2px; margin-right: 28px; .item { width: 100%; display: flex; align-items: center; padding-top: 16px; padding-bottom: 11px; border-bottom: 1px dotted rgba(255, 255, 255, 0.33); font-size: 12px; font-family: Microsoft YaHei; i { display: inline-block; width: 8px; height: 8px; border-radius: 4px; margin-right: 6px; } .descr { display: flex; justify-content: space-between; width: 100%; } } } } // 本周课程统计 .left-center { // border: 1px solid sienna; box-sizing: border-box; height: 219px; width: 392px; height: 219px; // border: 2px solid #5F7BDC; .count { display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 108px; // border: 1px solid sandybrown; // width: 93px; box-sizing: border-box; // margin-top: 42px; margin: 40px 16px 39px 22px; img { width: 22px; height: 22px; } .text { font-size: 12px; line-height: 20px; } // width: 70px; // text-align: center; // justify-content: space-around; // margin: 24px 0; // padding: 20px; // .el-progress-circle { // width: 56px !important; // height: 56px !important; // .el-progress-circle__track { // stroke: rgba(255, 255, 255, 0.2); // } // .el-progress__text { // margin-top: 5px; // } // } // .number { // margin-top: 10px; // margin-bottom: 5px; // font-size: 12px; // span { // font-size: 14px; // font-weight: bold; // } // } // .text { // font-size: 12px; // line-height: 20px; // width: 60px; // } } } // 智慧教室使用明细 .left-bottom { flex: 1; overflow: hidden; box-sizing: border-box; width: 392px; // height: 219px; // border: 2px solid #5F7BDC; .content { box-sizing: border-box; padding: 10px; padding-top: 0; height: 100%; overflow: hidden; } .title { margin-bottom: 20px; } .table { width: 100%; .th { font-weight: 700; display: flex; width: 100%; .long { width: 500px; } } ul { display: flex; list-style: none; height: 40px; line-height: 40px; font-size: 12px; border-bottom: 1px dotted #fff; padding: 0; &:last-child { margin-bottom: 10px; } li { display: flex; width: 100%; align-items: center; justify-content: space-around } } .el-button { background-color: #5F7BDC; color: #fff; border: none; } } } } // 通用标题 .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; font-size: 14px; padding-left: 18px; letter-spacing: 1px; } } // 通用content .content { display: flex; width: 100%; overflow: hidden; justify-content: space-evenly; } // 点击模型弹出框 .model-detail { display: flex; justify-content: space-between; flex-wrap: wrap; // padding: 10px; // border: 2px solid firebrick; border-radius: 10px; span { font-size: 16px; width: 166px; font-family: Microsoft YaHei UI; // border: 1px solid red; margin: 6px; font-weight: 400; // padding: 0; .title { color: #000; font-weight: 700; } .green { color: #00C767; } .red { color: #DB4A36; } } } .scroll::-webkit-scrollbar { width: 5px; height: 5px; background-color: transparent; border-radius: 3px; } .scroll::-webkit-scrollbar-thumb { background-color: #999; border-radius: 3px; }