123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- /* 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;
- }
|