data_pages.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .card-view{
  2. .card-item {
  3. width: 100%;
  4. .card-title {
  5. display: flex;
  6. align-items: center;
  7. padding: 40rpx;
  8. height: 40rpx;
  9. .t-icon {
  10. height: 40rpx;
  11. width: 40rpx;
  12. margin-right: 10rpx;
  13. }
  14. .state-seal {
  15. width: 55px;
  16. height: 55px;
  17. margin-left: auto;
  18. margin-right: -20rpx;
  19. }
  20. }
  21. .card-info {
  22. display: flex;
  23. flex-direction: column;
  24. margin: 0 40rpx 40rpx 40rpx;
  25. .info-type {
  26. font-size: 26rpx;
  27. line-height: 30rpx;
  28. color: $subtitle;
  29. }
  30. }
  31. .content-box {
  32. margin: 20rpx;
  33. padding: 0 20rpx;
  34. background-color: #f6f6f6;
  35. border-radius: 10rpx;
  36. .title-box {
  37. position: relative;
  38. top: -20rpx;
  39. width: fit-content;
  40. height: 36rpx;
  41. border-radius: 6rpx;
  42. padding: 5rpx 20rpx;
  43. .title-text {
  44. font-size: 25rpx;
  45. font-weight: bold;
  46. color: #FFF;
  47. }
  48. }
  49. .content-detail {
  50. font-size: 30rpx;
  51. font-weight: bold;
  52. color: $title;
  53. word-break: break-all;
  54. }
  55. .content-subtitle {
  56. font-size: 25rpx;
  57. font-weight: bold;
  58. color: $subtitle;
  59. }
  60. }
  61. }
  62. }
  63. .report-title {
  64. font-size: 75rpx;
  65. line-height: 75rpx;
  66. font-family: YSfont;
  67. color: #FFF;
  68. z-index: 99;
  69. }
  70. .report-subtitle {
  71. font-size: 40rpx;
  72. font-family: YSfont;
  73. margin-top: 40rpx;
  74. margin-bottom: 20rpx;
  75. color: #FFF;
  76. z-index: 99;
  77. }