/* pages/faultInfo/faultInfo.wxss */ .pageScroll { width: 100%; flex: 1; height: 0; display: flex; flex-direction: column } .pageScrollLayout { width: 100%; height: 100%; display: flex; flex-direction: column; } .numberText { font-size: 30rpx; color: #474747; margin-top: 17rpx; margin-left: 28rpx; } .centerInfoLayout { width: 100%; margin-top: 21rpx; } .centerInfoLayout_Line { width: 1rpx; background-color: #979797; height: 100%; position: absolute; justify-self: start; left: 29rpx; } .centerFaultDeviceLayout { width: 100%; margin-top: 54rpx; } .centerFaultDeviceLayout_Title { font-size: 30rpx; color: #474747; margin-left: 28rpx; } .centerFaultDeviceLayout_ItemLayout { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .centerFaultDeviceLayout_ItemLayout2 { width: 674rpx; height: 404rpx; padding-top: 41rpx; } .centerFaultDeviceLayout_ItemLayout3 { height: 80rpx; display: flex; flex-direction: row; justify-content: space-between; margin-left: 43rpx; margin-right: 43rpx; } .centerFaultDeviceLayout_ItemLayout3_Left { font-size: 30rpx; color: #333333; } .centerFaultDeviceLayout_ItemLayout3_Rgiht { font-size: 30rpx; color: #999999; } .appraiseLayout { width: 100%; height: 85rpx; background-color: #629CF7; text-align: center; display: flex; align-items: center; justify-content: center; }