swapList.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. .option-box {
  116. display: flex;
  117. align-items: center;
  118. justify-content: center;
  119. width: 120rpx;
  120. height: 50rpx;
  121. border-radius: 10rpx;
  122. padding: 5rpx;
  123. }