/* pages/reportDetail/reportDetail.wxss */ .detail { width: 100%; height: 100%; } .left-nav { width: 220rpx; height: 100%; overflow-y: scroll; } .right-value { width: 530rpx; height: 100%; overflow-y: scroll; } .left-nav-item { width: 100%; height: 122rpx; background-color: #f7f7f7; border-bottom: 1rpx solid #dddddd; box-sizing: border-box; font-size: 30rpx; font-family: PingFang SC; font-weight: 400; color: #999999; } .left-nav-item-active { background-color: #fff; border: 0; color: var(--maincolor); } .noborder { border: 0; } .no-data { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .s-title { width: 100%; height: 122rpx; font-size: 26rpx; color: #333333; text-indent: 30rpx; } .s-item { margin-top: 40rpx; } .s-item-nomargin { margin: 0; } .s-item-title { font-size: 26rpx; color: #333; padding-top: 0 30rpx; } .s-item-value { font-size: 26rpx; margin-top: 10rpx; color: #666; line-height: 36rpx; padding: 0 30rpx; } .system { width: 100%; height: 100%; overflow-y: auto; } .sys-item { width: 100%; min-height: 60rpx; } .sys-header { width: 100%; height: 60rpx; font-size: 26rpx; font-weight: 400; color: #333333; background-color: rgba(69,166,181,.5); } .sys-content-item { width: 100%; height: 88rpx; border-left: 1rpx solid #DDDDDD; box-sizing: border-box; border-top: 0; } .sts-lanel { width: 350rpx; font-size: 26rpx; font-weight: 400; color: #333333; height: 100%; text-indent: 30rpx; line-height: 88rpx; border-bottom: 1rpx solid #ddd; box-sizing: border-box; } .level { width: 60rpx; height: 88rpx; border-bottom: 1rpx solid #ddd; box-sizing: border-box; } .level-a { border-left: 1rpx solid #ddd; border-right: 1rpx solid #ddd; } .level-b { border-right: 1rpx solid #ddd; } .red { background-color:#9A1D16; }