index.scss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. .head {
  2. display: flex;
  3. align-items: center;
  4. width: 100vw;
  5. height: 120rpx;
  6. padding: 0 20rpx 0 30rpx;
  7. box-sizing: border-box;
  8. .count {
  9. font-size: 28rpx;
  10. font-family: PingFang SC-Regular, PingFang SC;
  11. color: #333333;
  12. }
  13. .expand {
  14. flex: 1;
  15. display: flex;
  16. justify-content: flex-end;
  17. .but {
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. width: 80rpx;
  22. height: 80rpx;
  23. background: #FFFFFF;
  24. border-radius: 8rpx;
  25. border: 2rpx solid #CCCCCC;
  26. margin-left: 20rpx;
  27. color: #666666;
  28. }
  29. }
  30. }
  31. .exp {
  32. margin-top: 8rpx;
  33. font-size: 24rpx;
  34. font-family: PingFang SC-Regular, PingFang SC;
  35. color: #333333;
  36. }
  37. .trace-box {
  38. background-color: #ffffff;
  39. margin-bottom: 20rpx;
  40. .item {
  41. width: 100vw;
  42. padding: 20rpx 30rpx;
  43. box-sizing: border-box;
  44. border-bottom: 1px solid #DDDDDD;
  45. .user {
  46. display: flex;
  47. .portrait {
  48. width: 80rpx;
  49. height: 80rpx;
  50. text-align: center;
  51. line-height: 80rpx;
  52. border-radius: 50%;
  53. background-color: #3874F6;
  54. font-size: 28rpx;
  55. font-family: PingFang SC-Regular, PingFang SC;
  56. color: #FFFFFF;
  57. margin-right: 20rpx;
  58. flex-shrink: 0;
  59. }
  60. .content {
  61. .label {
  62. font-size: 30rpx;
  63. font-family: PingFang SC-Regular, PingFang SC;
  64. color: #333333;
  65. text {
  66. font-size: 24rpx;
  67. font-family: PingFang SC-Regular, PingFang SC;
  68. color: #999999;
  69. }
  70. }
  71. }
  72. .exp {
  73. color: #999999;
  74. }
  75. }
  76. .text {
  77. width: 100%;
  78. font-size: 24rpx;
  79. font-family: PingFang SC-Regular, PingFang SC;
  80. color: #666666;
  81. word-break: break-all;
  82. margin-top: 20rpx;
  83. }
  84. .type {
  85. font-size: 24rpx;
  86. font-family: PingFang SC-Regular, PingFang SC;
  87. color: #999999;
  88. margin-top: 20rpx;
  89. text {
  90. font-size: 24rpx;
  91. color: #333333;
  92. }
  93. }
  94. }
  95. .bottom {
  96. display: flex;
  97. justify-content: space-between;
  98. align-items: center;
  99. width: 100%;
  100. height: 70rpx;
  101. background: #FFFFFF;
  102. box-sizing: border-box;
  103. padding: 0 30rpx;
  104. .date {
  105. font-size: 24rpx;
  106. font-family: PingFang SC-Regular, PingFang SC;
  107. color: #999999;
  108. margin-top: 6rpx;
  109. }
  110. .but {
  111. display: flex;
  112. navigator {
  113. padding: 0 20rpx;
  114. line-height: 70rpx;
  115. .iconfont {
  116. font-size: 28rpx;
  117. color: #999999;
  118. margin-right: 8rpx;
  119. }
  120. font-size: 24rpx;
  121. font-family: PingFang SC-Regular,
  122. PingFang SC;
  123. color: #333333;
  124. }
  125. }
  126. }
  127. }