reportDetail.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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. font-weight: 400;
  92. color: #333;
  93. }
  94. .standard {
  95. padding: 30rpx;
  96. border: 1rpx solid #ddd;
  97. box-sizing: border-box;
  98. }
  99. .standard-item {
  100. margin-bottom: 20rpx;
  101. }
  102. .index-text {
  103. font-size: 26rpx;
  104. font-weight: 400;
  105. color: #333333;
  106. display: inline-block;
  107. }
  108. .flagitem {
  109. width: 27rpx;
  110. height: 40rpx;
  111. border: 1rpx solid #ddd;
  112. display: inline-block;
  113. }
  114. .flagitemrightnone {
  115. border-right: 0;
  116. }
  117. .red-flagitem {
  118. background-color: #9A1D16;
  119. }
  120. .annotation {
  121. font-size: 22rpx;
  122. font-weight: 400;
  123. color: #999999;
  124. }
  125. .sub-title {
  126. font-size: 26rpx;
  127. font-weight: 400;
  128. color: #333333;
  129. text-indent: 30rpx;
  130. padding: 30rpx;
  131. }
  132. .psic-title {
  133. height: 60rpx;
  134. background-color: rgba(69, 166, 181, 0.2);
  135. font-size: 26rpx;
  136. color: #333333;
  137. text-align: center;
  138. line-height: 60rpx;
  139. }
  140. .sum-title {
  141. font-size: 26rpx;
  142. font-weight: 400;
  143. color: #333333;
  144. text-indent: 30rpx;
  145. padding: 30rpx;
  146. }
  147. .psic-item {
  148. height: 92rpx;
  149. border: 1rpx solid #DDDDDD;
  150. box-sizing: border-box;
  151. font-size: 26rpx;
  152. }
  153. .sys-e-name {
  154. width: calc(100% - 168rpx);
  155. line-height: 90rpx;
  156. text-indent: 30rpx;
  157. border-right: 1rpx solid #ddd;
  158. box-sizing: border-box;
  159. }
  160. .index-value {
  161. width: 168rpx;
  162. height: 100%;
  163. text-align: center;
  164. line-height: 90rpx;
  165. }
  166. .text-item {
  167. font-size: 26rpx;
  168. font-weight: 400;
  169. padding: 10rpx 30rpx;
  170. border: 1rpx solid #ddd;
  171. box-sizing: border-box;
  172. border-top: 0;
  173. margin-bottom: 20rpx;
  174. }
  175. .s-title {
  176. width: 100%;
  177. height: 122rpx;
  178. color: #333333;
  179. text-indent: 30rpx;
  180. }
  181. .s-item {
  182. margin-top: 40rpx;
  183. }
  184. .s-item-nomargin {
  185. margin: 0;
  186. }
  187. .s-item-title {
  188. font-size: 26rpx;
  189. color: #333;
  190. padding: 0 30rpx;
  191. }
  192. .s-item-value {
  193. font-size: 26rpx;
  194. margin-top: 10rpx;
  195. color: #666;
  196. line-height: 36rpx;
  197. padding: 0 30rpx;
  198. }
  199. .system {
  200. width: 100%;
  201. height: 100%;
  202. overflow-y: auto;
  203. }
  204. .sys-item {
  205. width: 100%;
  206. min-height: 60rpx;
  207. }
  208. .sys-header {
  209. width: 100%;
  210. height: 60rpx;
  211. font-size: 26rpx;
  212. font-weight: 400;
  213. color: #333333;
  214. background-color: rgba(69,166,181,.2);
  215. }
  216. .sys-content-item {
  217. width: 100%;
  218. height: 88rpx;
  219. border-left: 1rpx solid #DDDDDD;
  220. box-sizing: border-box;
  221. border-top: 0;
  222. }
  223. .sts-lanel {
  224. width: 350rpx;
  225. font-size: 26rpx;
  226. font-weight: 400;
  227. padding-left: 20rpx;
  228. color: #333333;
  229. height: 100%;
  230. display: flex;
  231. justify-content: flex-start;
  232. align-items: center;
  233. border-bottom: 1rpx solid #ddd;
  234. box-sizing: border-box;
  235. }
  236. .level {
  237. width: 60rpx;
  238. height: 88rpx;
  239. border-bottom: 1rpx solid #ddd;
  240. box-sizing: border-box;
  241. }
  242. .level-a {
  243. border-left: 1rpx solid #ddd;
  244. border-right: 1rpx solid #ddd;
  245. }
  246. .level-b {
  247. border-right: 1rpx solid #ddd;
  248. }
  249. .red {
  250. background-color:#9A1D16;
  251. }