.data-overview-wrap { padding-top: 30px; height: 849px; color: white; font-family: "Arial", sans-serif; .grid-container { display: grid; gap: 16px; .grid-item { background-size: 100% 100%; background-position: center; background-repeat: no-repeat; .module-header { margin-bottom: 4px; .month-btn, .week-btn { width: 70px; height: 28px; font-size: 14px; color: #fff; background: #0f2839; border: none; } .week-btn { margin-right: 20px; } .active-btn { background: #0b345e; border: 1px solid #3fddeb; } } .chart-container { width: 431px; height: 221px; background: url("@/assets/home/sub_content_bg.png") no-repeat center; } } } .onTime-monitor-box { // background: red; margin: 0 24px; } .monitor-images { display: flex; box-sizing: border-box; gap: 16px; padding: 20px 16px; flex-wrap: wrap; .monitor-images-item { width: calc(50% - 8px); // background-color: red; height: 349px; border: 1px dashed #ccc; } .monitor-images-left, .monitor-images-right { // flex: 1; // position: relative; img { width: 100%; // height: 100%; } .fault-info { position: absolute; padding: 0 10px; // miomwidth: 80px; height: 28px; background: rgba(0, 0, 0, 0.6); border-radius: 16px 16px 16px 16px; top: 16px; left: 16px; font-size: 14px; color: #fff; text-align: center; line-height: 28px; } } } .device-info { .total-device { display: flex; align-items: center; justify-content: center; margin-bottom: 15px; .device-icon { width: 80px; height: 90px; background: url("@/assets/common/deviceTotal.png") no-repeat center; background-size: 100%; } .device-count { margin-left: 15px; .count-number { font-size: 24px; font-weight: bold; } } } .device-list { box-sizing: border-box; display: grid; // grid-template-columns: repeat(3, 1fr); padding: 0 16px 20px; gap: 10px; .device-card { box-sizing: border-box; // background: rgba(74, 126, 191, 0.1); background-image: url("@/assets/common/deviceCardBg.png"); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; padding: 16px; // border-radius: 4px; .status-bar { margin-top: 5px; } } } } }