reportDetail.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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. .summary-title {
  43. font-size: 26rpx;
  44. color: #333;
  45. font-weight: bold;
  46. text-indent: 30rpx;
  47. padding-top: 20rpx;
  48. }
  49. .summary-tips {
  50. font-size: 26rpx;
  51. color: #666;
  52. text-indent: 30rpx;
  53. padding: 30rpx;
  54. }
  55. .no-padding {
  56. padding-top: 0;
  57. padding-bottom: 0;
  58. }
  59. .appraise-title {
  60. font-size: 30rpx;
  61. font-weight: bold;
  62. color: #333333;
  63. text-align: center;
  64. line-height: 86rpx;
  65. }
  66. .b-item {
  67. width: 100%;
  68. height: 88rpx;
  69. border: 1rpx solid #ddd;
  70. border-bottom: 0;
  71. box-sizing: border-box;
  72. padding: 0 30rpx;
  73. font-size: 26rpx;
  74. }
  75. .light-text {
  76. color: #999;
  77. }
  78. .deep-text {
  79. color: #333;
  80. }
  81. .sub-menu-item {
  82. height: 60rpx;
  83. background-color: rgba(69, 166, 181, 0.2);
  84. font-size: 26rpx;
  85. color: #333333;
  86. text-align: center;
  87. line-height: 60rpx;
  88. }
  89. .suppose-item {
  90. text-align: left;
  91. }
  92. .standard {
  93. padding: 30rpx;
  94. border: 1rpx solid #ddd;
  95. box-sizing: border-box;
  96. }
  97. .standard-item {
  98. margin-bottom: 20rpx;
  99. }
  100. .index-text {
  101. font-size: 26rpx;
  102. font-weight: 400;
  103. color: #333333;
  104. display: inline-block;
  105. }
  106. .flagitem {
  107. width: 27rpx;
  108. height: 40rpx;
  109. border: 1rpx solid #ddd;
  110. display: inline-block;
  111. }
  112. .flagitemrightnone {
  113. border-right: 0;
  114. }
  115. .red-flagitem {
  116. background-color: #9A1D16;
  117. }
  118. .annotation {
  119. font-size: 22rpx;
  120. font-weight: 400;
  121. color: #999999;
  122. }
  123. .psic-title {
  124. height: 60rpx;
  125. background-color: rgba(69, 166, 181, 0.2);
  126. font-size: 26rpx;
  127. color: #333333;
  128. text-align: center;
  129. line-height: 60rpx;
  130. }
  131. .psic-item {
  132. height: 92rpx;
  133. border: 1rpx solid #DDDDDD;
  134. box-sizing: border-box;
  135. font-size: 26rpx;
  136. }
  137. .sys-e-name {
  138. width: calc(100% - 168rpx);
  139. line-height: 90rpx;
  140. text-indent: 30rpx;
  141. border-right: 1rpx solid #ddd;
  142. box-sizing: border-box;
  143. }
  144. .index-value {
  145. width: 168rpx;
  146. height: 100%;
  147. text-align: center;
  148. line-height: 90rpx;
  149. }
  150. .text-item {
  151. font-size: 26rpx;
  152. font-weight: 400;
  153. padding: 10rpx 30rpx;
  154. border: 1rpx solid #ddd;
  155. box-sizing: border-box;
  156. border-top: 0;
  157. margin-bottom: 20rpx;
  158. }
  159. .s-title {
  160. width: 100%;
  161. height: 122rpx;
  162. color: #333333;
  163. text-indent: 30rpx;
  164. }
  165. .s-item {
  166. margin-top: 40rpx;
  167. }
  168. .s-item-nomargin {
  169. margin: 0;
  170. }
  171. .s-item-title {
  172. font-size: 26rpx;
  173. color: #333;
  174. padding-top: 0 30rpx;
  175. }
  176. .s-item-value {
  177. font-size: 26rpx;
  178. margin-top: 10rpx;
  179. color: #666;
  180. line-height: 36rpx;
  181. padding: 0 30rpx;
  182. }
  183. .system {
  184. width: 100%;
  185. height: 100%;
  186. overflow-y: auto;
  187. }
  188. .sys-item {
  189. width: 100%;
  190. min-height: 60rpx;
  191. }
  192. .sys-header {
  193. width: 100%;
  194. height: 60rpx;
  195. font-size: 26rpx;
  196. font-weight: 400;
  197. color: #333333;
  198. background-color: rgba(69,166,181,.5);
  199. }
  200. .sys-content-item {
  201. width: 100%;
  202. height: 88rpx;
  203. border-left: 1rpx solid #DDDDDD;
  204. box-sizing: border-box;
  205. border-top: 0;
  206. }
  207. .sts-lanel {
  208. width: 350rpx;
  209. font-size: 26rpx;
  210. font-weight: 400;
  211. color: #333333;
  212. height: 100%;
  213. text-indent: 30rpx;
  214. line-height: 88rpx;
  215. border-bottom: 1rpx solid #ddd;
  216. box-sizing: border-box;
  217. }
  218. .level {
  219. width: 60rpx;
  220. height: 88rpx;
  221. border-bottom: 1rpx solid #ddd;
  222. box-sizing: border-box;
  223. }
  224. .level-a {
  225. border-left: 1rpx solid #ddd;
  226. border-right: 1rpx solid #ddd;
  227. }
  228. .level-b {
  229. border-right: 1rpx solid #ddd;
  230. }
  231. .red {
  232. background-color:#9A1D16;
  233. }