reportDetail.wxss 4.0 KB

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