reportDetail.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. .s-title {
  36. width: 100%;
  37. height: 122rpx;
  38. font-size: 26rpx;
  39. color: #333333;
  40. text-indent: 30rpx;
  41. }
  42. .s-item {
  43. margin-top: 40rpx;
  44. }
  45. .s-item-nomargin {
  46. margin: 0;
  47. }
  48. .s-item-title {
  49. font-size: 26rpx;
  50. color: #333;
  51. padding-top: 0 30rpx;
  52. }
  53. .s-item-value {
  54. font-size: 26rpx;
  55. margin-top: 10rpx;
  56. color: #666;
  57. line-height: 36rpx;
  58. padding: 0 30rpx;
  59. }
  60. .system {
  61. width: 100%;
  62. height: 100%;
  63. overflow-y: auto;
  64. }
  65. .sys-item {
  66. width: 100%;
  67. min-height: 60rpx;
  68. }
  69. .sys-header {
  70. width: 100%;
  71. height: 60rpx;
  72. font-size: 26rpx;
  73. font-weight: 400;
  74. color: #333333;
  75. background-color: rgba(69,166,181,.5);
  76. }
  77. .sys-content-item {
  78. width: 100%;
  79. height: 88rpx;
  80. border: 1rpx solid #DDDDDD;
  81. box-sizing: border-box;
  82. border-top: 0;
  83. }
  84. .sts-lanel {
  85. width: 350rpx;
  86. font-size: 26rpx;
  87. font-weight: 400;
  88. color: #333333;
  89. height: 100%;
  90. text-indent: 30rpx;
  91. line-height: 88rpx;
  92. }
  93. .level {
  94. width: 60rpx;
  95. height: 88rpx;
  96. }
  97. .level-a {
  98. border-left: 1rpx solid #ddd;
  99. border-right: 1rpx solid #ddd;
  100. }
  101. .level-b {
  102. border-right: 1rpx solid #ddd;
  103. }
  104. .red {
  105. background-color:#9A1D16;
  106. }