reportDetail.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /* pages/reportDetail/reportDetail.wxss */
  2. .detail {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .left-nav {
  7. width: 220rpx;
  8. height: 100%;
  9. overflow-y: scroll;
  10. }
  11. .right-value {
  12. width: 530rpx;
  13. height: 100%;
  14. overflow-y: scroll;
  15. }
  16. .left-nav-item {
  17. width: 100%;
  18. height: 122rpx;
  19. background-color: #f7f7f7;
  20. border-bottom: 1rpx solid #dddddd;
  21. box-sizing: border-box;
  22. font-size: 30rpx;
  23. font-family: PingFang SC;
  24. font-weight: 400;
  25. color: #999999;
  26. }
  27. .left-nav-item-active {
  28. background-color: #fff;
  29. border: 0;
  30. color: var(--maincolor);
  31. }
  32. .noborder {
  33. border: 0;
  34. }
  35. .no-data {
  36. width: 100%;
  37. height: 100%;
  38. display: flex;
  39. justify-content: center;
  40. align-items: center;
  41. }
  42. .s-title {
  43. width: 100%;
  44. height: 122rpx;
  45. font-size: 26rpx;
  46. color: #333333;
  47. text-indent: 30rpx;
  48. }
  49. .s-item {
  50. margin-top: 40rpx;
  51. }
  52. .s-item-nomargin {
  53. margin: 0;
  54. }
  55. .s-item-title {
  56. font-size: 26rpx;
  57. color: #333;
  58. padding-top: 0 30rpx;
  59. }
  60. .s-item-value {
  61. font-size: 26rpx;
  62. margin-top: 10rpx;
  63. color: #666;
  64. line-height: 36rpx;
  65. padding: 0 30rpx;
  66. }
  67. .system {
  68. width: 100%;
  69. height: 100%;
  70. overflow-y: auto;
  71. }
  72. .sys-item {
  73. width: 100%;
  74. min-height: 60rpx;
  75. }
  76. .sys-header {
  77. width: 100%;
  78. height: 60rpx;
  79. font-size: 26rpx;
  80. font-weight: 400;
  81. color: #333333;
  82. background-color: rgba(69,166,181,.5);
  83. }
  84. .sys-content-item {
  85. width: 100%;
  86. height: 88rpx;
  87. border-left: 1rpx solid #DDDDDD;
  88. box-sizing: border-box;
  89. border-top: 0;
  90. }
  91. .sts-lanel {
  92. width: 350rpx;
  93. font-size: 26rpx;
  94. font-weight: 400;
  95. color: #333333;
  96. height: 100%;
  97. text-indent: 30rpx;
  98. line-height: 88rpx;
  99. border-bottom: 1rpx solid #ddd;
  100. box-sizing: border-box;
  101. }
  102. .level {
  103. width: 60rpx;
  104. height: 88rpx;
  105. border-bottom: 1rpx solid #ddd;
  106. box-sizing: border-box;
  107. }
  108. .level-a {
  109. border-left: 1rpx solid #ddd;
  110. border-right: 1rpx solid #ddd;
  111. }
  112. .level-b {
  113. border-right: 1rpx solid #ddd;
  114. }
  115. .red {
  116. background-color:#9A1D16;
  117. }