examReport.wxss 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. .card-view .card-item {
  2. width: 100%;
  3. }
  4. .card-view .card-item .card-title {
  5. display: flex;
  6. align-items: center;
  7. padding: 40rpx;
  8. height: 40rpx;
  9. }
  10. .card-view .card-item .card-title .t-icon {
  11. height: 40rpx;
  12. width: 40rpx;
  13. margin-right: 10rpx;
  14. }
  15. .card-view .card-item .card-title .state-seal {
  16. width: 55px;
  17. height: 55px;
  18. margin-left: auto;
  19. margin-right: -20rpx;
  20. }
  21. .card-view .card-item .card-info {
  22. display: flex;
  23. flex-direction: column;
  24. margin: 0 40rpx 40rpx 40rpx;
  25. }
  26. .card-view .card-item .card-info .info-type {
  27. font-size: 26rpx;
  28. line-height: 30rpx;
  29. color: #909399;
  30. }
  31. .card-view .card-item .content-box {
  32. margin: 20rpx;
  33. padding: 0 20rpx;
  34. background-color: #f6f6f6;
  35. border-radius: 10rpx;
  36. }
  37. .card-view .card-item .content-box .title-box {
  38. position: relative;
  39. top: -20rpx;
  40. width: -webkit-fit-content;
  41. width: fit-content;
  42. height: 36rpx;
  43. border-radius: 6rpx;
  44. padding: 5rpx 20rpx;
  45. }
  46. .card-view .card-item .content-box .title-box .title-text {
  47. font-size: 25rpx;
  48. font-weight: bold;
  49. color: #FFF;
  50. }
  51. .card-view .card-item .content-box .content-detail {
  52. font-size: 30rpx;
  53. font-weight: bold;
  54. color: #303133;
  55. word-break: break-all;
  56. }
  57. .card-view .card-item .content-box .content-subtitle {
  58. font-size: 25rpx;
  59. font-weight: bold;
  60. color: #909399;
  61. }
  62. .report-title {
  63. font-size: 75rpx;
  64. line-height: 75rpx;
  65. font-family: YSfont;
  66. color: #FFF;
  67. z-index: 99;
  68. }
  69. .report-subtitle {
  70. font-size: 40rpx;
  71. font-family: YSfont;
  72. margin-top: 40rpx;
  73. margin-bottom: 20rpx;
  74. color: #FFF;
  75. z-index: 99;
  76. }
  77. .top-box {
  78. display: flex;
  79. flex-direction: column;
  80. margin: 140rpx 0 0 50rpx;
  81. height: 170rpx;
  82. justify-content: space-around;
  83. }
  84. .top-box .info-title {
  85. margin-left: 10rpx;
  86. font-size: 70rpx;
  87. font-family: YSfont;
  88. color: #FFF;
  89. z-index: 2;
  90. text-shadow: 1px -1px 0px #c0c0c0, 2px -2px 0px #b0b0b0, 1px -1px 0px #a0a0a0, 2px -2px 0px #909090;
  91. }
  92. .top-box .info-subtitle {
  93. margin-left: 10rpx;
  94. font-size: 40rpx;
  95. font-family: YSfont;
  96. color: #FFF;
  97. z-index: 2;
  98. text-shadow: 1px -1px 0px #c0c0c0, 2px -2px 0px #b0b0b0, 1px -1px 0px #a0a0a0, 2px -2px 0px #909090;
  99. }
  100. .top-box .data-title {
  101. font-size: 60rpx;
  102. font-family: YSfont;
  103. color: #FFF;
  104. z-index: 2;
  105. margin-left: 20rpx;
  106. }
  107. .top-box .data-subtitle {
  108. font-size: 40rpx;
  109. font-family: YSfont;
  110. color: #FFF;
  111. z-index: 2;
  112. opacity: 0.8;
  113. margin-left: 20rpx;
  114. }
  115. .bg1 {
  116. position: fixed;
  117. width: 100%;
  118. height: 1200rpx;
  119. background-size: 100%;
  120. background-repeat: no-repeat;
  121. background-image: linear-gradient(to top, #f3f4f9, #ff8caf);
  122. }
  123. .detail-image1 {
  124. position: absolute;
  125. top: 150rpx;
  126. left: 560rpx;
  127. width: 300rpx;
  128. height: 350rpx;
  129. background-size: 100%;
  130. background-repeat: no-repeat;
  131. z-index: 51;
  132. }
  133. .detail-image2 {
  134. position: absolute;
  135. top: 200rpx;
  136. left: 380rpx;
  137. width: 300rpx;
  138. height: 350rpx;
  139. background-size: 100%;
  140. background-repeat: no-repeat;
  141. z-index: 50;
  142. }
  143. .card-item {
  144. width: 100%;
  145. }
  146. .card-item .card-box {
  147. display: flex;
  148. padding: 20rpx 30rpx;
  149. justify-content: space-around;
  150. height: 180rpx;
  151. border-radius: 12rpx;
  152. background-color: #ff8caf;
  153. opacity: 0.8;
  154. }
  155. .card-item .card-box .flex-column {
  156. height: 100%;
  157. justify-content: space-around;
  158. }
  159. .card-item .card-box .flex-column .total-card-title {
  160. line-height: 45rpx;
  161. font-size: 45rpx;
  162. color: #FFF;
  163. font-family: YSfont;
  164. }
  165. .card-item .card-box .flex-column .total-card-data {
  166. color: #FFF;
  167. font-size: 85rpx;
  168. line-height: 45rpx;
  169. font-family: YSfont;
  170. }
  171. .card-item .card-box .card-image {
  172. position: relative;
  173. top: -20rpx;
  174. height: 220rpx;
  175. width: 220rpx;
  176. background-size: cover;
  177. background-repeat: no-repeat;
  178. z-index: 2;
  179. }
  180. .card-item .card-data {
  181. padding: 20rpx;
  182. display: flex;
  183. flex-flow: row wrap;
  184. justify-content: space-between;
  185. }
  186. .card-item .card-data .flex-column {
  187. justify-content: space-around;
  188. height: 120rpx;
  189. margin: 20rpx 40rpx;
  190. }
  191. .card-item .card-data .flex-column .title {
  192. font-size: 40rpx;
  193. }
  194. .card-item .card-data .flex-column .subtitle {
  195. font-weight: 400;
  196. }
  197. .card-item .card-data .flex-column .YS-title {
  198. font-size: 40rpx;
  199. }
  200. .card-item .title-box {
  201. display: flex;
  202. align-items: center;
  203. padding: 20rpx 0;
  204. }
  205. .card-item .title-box .title-tag {
  206. margin-left: -10rpx;
  207. margin-right: 20rpx;
  208. height: 100%;
  209. width: 20rpx;
  210. border-radius: 100rpx;
  211. background-color: #ff8caf;
  212. z-index: 99;
  213. }
  214. .card-item .title-box .title {
  215. font-size: 35rpx;
  216. line-height: 50rpx;
  217. }
  218. .card-item .title-box .subsection {
  219. width: 300rpx;
  220. height: 100%;
  221. margin: 0 30rpx 0 auto;
  222. }
  223. .card-item .title-box .subsection .u-subsection--button__bar {
  224. background-color: #ff8caf !important;
  225. }
  226. .card-item .table-container {
  227. margin-bottom: 20rpx;
  228. }
  229. .card-item .table-container .title {
  230. line-height: 30rpx;
  231. font-size: 30rpx;
  232. color: #303133;
  233. }
  234. .card-item .table-container .data {
  235. line-height: 32rpx;
  236. font-size: 32rpx;
  237. font-weight: bold;
  238. color: #303133;
  239. }
  240. .card-item .msg-box {
  241. margin: 0 20rpx 40rpx 20rpx;
  242. padding: 20rpx;
  243. display: flex;
  244. border-radius: 12rpx;
  245. justify-content: space-around;
  246. background-color: #f3f4f9;
  247. }
  248. .card-item .msg-box .title {
  249. height: 32rpx;
  250. line-height: 32rpx;
  251. color: #ff8caf;
  252. margin: 0 6rpx;
  253. }
  254. .card-item .chart-box {
  255. height: 650rpx;
  256. }
  257. .card-item .distribution-box {
  258. margin: 0 20rpx 40rpx 20rpx;
  259. height: 150rpx;
  260. display: flex;
  261. border-radius: 12rpx;
  262. background-color: #f3f4f9;
  263. overflow: hidden;
  264. }
  265. .card-item .distribution-box .segment-data {
  266. display: flex;
  267. flex-direction: column;
  268. align-items: center;
  269. background-color: #ff8caf;
  270. justify-content: space-around;
  271. padding: 16rpx 0;
  272. width: 30%;
  273. }
  274. .card-item .distribution-box .segment-data .text {
  275. font-size: 30rpx;
  276. line-height: 30rpx;
  277. color: #FFF;
  278. }
  279. .card-item .distribution-box .sutdent-data {
  280. display: flex;
  281. justify-content: space-around;
  282. width: 70%;
  283. }
  284. .card-item .distribution-box .sutdent-data .data-item {
  285. display: flex;
  286. flex-direction: column;
  287. align-items: center;
  288. width: 33%;
  289. height: 100%;
  290. }
  291. .card-item .distribution-box .sutdent-data .data-item .title-box {
  292. display: flex;
  293. align-items: center;
  294. justify-content: center;
  295. background-color: #ffe6ed;
  296. height: 40rpx;
  297. width: 101%;
  298. }
  299. .card-item .distribution-box .sutdent-data .data-item .title-box .title {
  300. line-height: 28rpx;
  301. font-size: 28rpx;
  302. font-weight: 400;
  303. color: #303133;
  304. }
  305. .card-item .distribution-box .sutdent-data .data-item .data {
  306. line-height: 70rpx;
  307. font-size: 35rpx;
  308. font-weight: bold;
  309. color: #ff8caf;
  310. }
  311. .card-item .distribution-box .sutdent-data .data-item .unit {
  312. margin-left: 4rpx;
  313. line-height: 26rpx;
  314. font-size: 26rpx;
  315. font-weight: bold;
  316. color: #909399;
  317. }
  318. .card-item .cutting-line {
  319. margin: 0 50rpx 20rpx 50rpx;
  320. height: 1px;
  321. background-color: #e6e7eb;
  322. }
  323. .card-item .analysis-box {
  324. display: flex;
  325. flex-direction: column;
  326. margin: 10rpx 30rpx;
  327. }
  328. .card-item .analysis-box .title {
  329. margin: 0 10rpx;
  330. line-height: 35rpx;
  331. font-size: 35rpx;
  332. color: #ff8caf;
  333. }
  334. .card-item .analysis-box .subtitle {
  335. line-height: 30rpx;
  336. font-size: 30rpx;
  337. font-weight: 400;
  338. color: #303133;
  339. }
  340. .card-item .btn {
  341. display: flex;
  342. align-items: center;
  343. justify-content: center;
  344. height: 80rpx;
  345. margin: 0 30rpx 30rpx 30rpx;
  346. background-color: #ff8caf;
  347. border-radius: 12rpx;
  348. box-shadow: 0 10rpx 20rpx rgba(0, 0, 0, 0.1);
  349. }
  350. .card-item .btn .btn-text {
  351. line-height: 38rpx;
  352. font-size: 38rpx;
  353. color: #FFF;
  354. font-family: YSfont;
  355. }
  356. .card-item .btn-box {
  357. display: flex;
  358. justify-content: space-between;
  359. margin: 10rpx 30rpx 30rpx 30rpx;
  360. }
  361. .card-item .btn-box .subbtn {
  362. display: flex;
  363. align-items: center;
  364. justify-content: center;
  365. height: 80rpx;
  366. width: 46%;
  367. border: 4rpx solid #ff8caf;
  368. border-radius: 12rpx;
  369. box-shadow: 0 10rpx 20rpx rgba(0, 0, 0, 0.1);
  370. }
  371. .card-item .btn-box .subbtn .subbtn-text {
  372. line-height: 38rpx;
  373. font-size: 38rpx;
  374. color: #ff8caf;
  375. font-family: YSfont;
  376. }