index.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .trace-box {
  2. background-color: #ffffff;
  3. margin-bottom: 20rpx;
  4. .item {
  5. width: 100vw;
  6. padding: 20rpx 30rpx;
  7. box-sizing: border-box;
  8. border-bottom: 1px solid #DDDDDD;
  9. .user {
  10. display: flex;
  11. .portrait {
  12. width: 80rpx;
  13. height: 80rpx;
  14. text-align: center;
  15. line-height: 80rpx;
  16. border-radius: 50%;
  17. background-color: #3874F6;
  18. font-size: 28rpx;
  19. font-family: PingFang SC-Regular, PingFang SC;
  20. color: #FFFFFF;
  21. margin-right: 20rpx;
  22. flex-shrink: 0;
  23. }
  24. .content {
  25. .label {
  26. font-size: 30rpx;
  27. font-family: PingFang SC-Regular, PingFang SC;
  28. color: #333333;
  29. text {
  30. font-size: 24rpx;
  31. font-family: PingFang SC-Regular, PingFang SC;
  32. color: #999999;
  33. }
  34. }
  35. .date {
  36. font-size: 24rpx;
  37. font-family: PingFang SC-Regular, PingFang SC;
  38. color: #999999;
  39. margin-top: 6rpx;
  40. }
  41. }
  42. }
  43. .text {
  44. width: 100%;
  45. font-size: 28rpx;
  46. font-family: PingFang SC-Regular, PingFang SC;
  47. color: #666666;
  48. word-break: break-all;
  49. margin-top: 20rpx;
  50. }
  51. .type {
  52. font-size: 24rpx;
  53. font-family: PingFang SC-Regular, PingFang SC;
  54. color: #999999;
  55. margin-top: 20rpx;
  56. text {
  57. font-size: 24rpx;
  58. color: #333333;
  59. }
  60. }
  61. }
  62. .bottom {
  63. display: flex;
  64. justify-content: flex-end;
  65. width: 100%;
  66. height: 80rpx;
  67. background: #FFFFFF;
  68. navigator {
  69. padding: 0 20rpx;
  70. line-height: 80rpx;
  71. .iconfont {
  72. font-size: 28rpx;
  73. color: #999999;
  74. margin-right: 8rpx;
  75. }
  76. font-size: 24rpx;
  77. font-family: PingFang SC-Regular,
  78. PingFang SC;
  79. color: #333333;
  80. }
  81. }
  82. }