faultInfo.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* pages/faultInfo/faultInfo.wxss */
  2. .pageScroll {
  3. width: 100%;
  4. flex: 1;
  5. height: 0;
  6. display: flex;
  7. flex-direction: column
  8. }
  9. .pageScrollLayout {
  10. width: 100%;
  11. height: 100%;
  12. display: flex;
  13. flex-direction: column;
  14. }
  15. .numberText {
  16. font-size: 30rpx;
  17. color: #474747;
  18. margin-top: 17rpx;
  19. margin-left: 28rpx;
  20. }
  21. .centerInfoLayout {
  22. width: 100%;
  23. margin-top: 21rpx;
  24. }
  25. .centerInfoLayout_Line {
  26. width: 1rpx;
  27. background-color: #979797;
  28. height: 100%;
  29. position: absolute;
  30. justify-self: start;
  31. left: 29rpx;
  32. }
  33. .centerFaultDeviceLayout {
  34. width: 100%;
  35. margin-top: 54rpx;
  36. }
  37. .centerFaultDeviceLayout_Title {
  38. font-size: 30rpx;
  39. color: #474747;
  40. margin-left: 28rpx;
  41. }
  42. .centerFaultDeviceLayout_ItemLayout {
  43. width: 100%;
  44. display: flex;
  45. flex-direction: column;
  46. justify-content: center;
  47. align-items: center;
  48. }
  49. .centerFaultDeviceLayout_ItemLayout2 {
  50. width: 674rpx;
  51. height: 404rpx;
  52. padding-top: 41rpx;
  53. }
  54. .centerFaultDeviceLayout_ItemLayout3 {
  55. height: 80rpx;
  56. display: flex;
  57. flex-direction: row;
  58. justify-content: space-between;
  59. margin-left: 43rpx;
  60. margin-right: 43rpx;
  61. }
  62. .centerFaultDeviceLayout_ItemLayout3_Left {
  63. font-size: 30rpx;
  64. color: #333333;
  65. }
  66. .centerFaultDeviceLayout_ItemLayout3_Rgiht {
  67. font-size: 30rpx;
  68. color: #999999;
  69. }
  70. .appraiseLayout {
  71. width: 100%;
  72. height: 85rpx;
  73. background-color: #629CF7;
  74. text-align: center;
  75. display: flex;
  76. align-items: center;
  77. justify-content: center;
  78. }