reportDetail.wxss 4.2 KB

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