.warning_details-container { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; box-sizing: border-box; } /* 设备信息 */ .warning_details-manage { width: 90%; } .warning_details-manage-box { display: flex; width: 95%; /* border: 1px solid #000; */ margin: 30rpx auto; } .warning_details-manage-tit { width: 10rpx; height: 40rpx; border: 1px solid #13ca8a; border-radius: 5px 5px 5px 5px; background: #13ca8a; } .warning_details-manage-txt { margin-left: 20rpx; font-size: 15px; font-weight: 600; line-height: 45rpx; color: #4e4e4e; } /* 设备列表 */ .warning_details-ul { width: 95%; margin: 0 auto; } .warning_details-list { /* border: 1px solid #000; */ display: flex; justify-content: space-between; border-radius: 5px; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); margin: 0 0 20rpx 0; } .warning_details-list-box { display: flex; } .warning_details-list-img { width: 80rpx; height: 80rpx; padding: 25rpx 20rpx 25rpx 20rpx; } .warning_details-list-tlt { padding: 45rpx 0 45rpx 0; text-align: left; color: #2c2c2c; font-size: 15px; font-weight: 550; } .warning_details-list-txt { text-align: right; margin: 0 20rpx 0 0; padding: 46rpx 0 0 0; color: #9d9d9d; font-size: 13px; font-weight: 550; } /* 报表管理列表 */ .warning_details-form { width: 90%; } .warning_details-form-ul { margin: 20rpx auto; width: 95%; display: flex; flex-wrap: wrap; } .warning_details-form-list { border: 1px solid #fafafa; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); display: flex; margin: 10rpx; } .warning_details-form-list-img { width: 60rpx; height: 65rpx; padding: 50rpx 0 0 25rpx; } /* 工作状态img */ .gzzt { width: 50rpx; height: 60rpx; } /* 温控状态img */ .wkzt { width: 50rpx; height: 80rpx; } /* 雨控状态 */ .ykzt { width: 58rpx; height: 70rpx; } /* 灯管状态 */ .tgzt { width: 60rpx; height: 80rpx; } .warning_details-form-list-txt-box { padding: 50rpx 50rpx 50rpx 60rpx; } /* 孢子捕捉 */ /* .spore { padding: 50rpx 50rpx 50rpx 35rpx; } */ .warning_details-form-list-txt { font-size: 15px; font-weight: 550; } .warning_details-form-list-btn { font-size: 12px; color: #a5a5a5; margin-top: 10rpx; font-weight: 550; } /* 配置设备操作 */ .warning_details-list-txt-box { display: flex; } .warning_details-list-txt-img { width: 30rpx; height: 30rpx; padding: 48rpx 20rpx 0 0; }