index.acss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* pages/audit/deteil/index.wxss */
  2. .page1 {
  3. padding: 24rpx 40rpx;
  4. }
  5. .content {
  6. padding-left: 20rpx;
  7. width: 622rpx;
  8. word-break: break-all;
  9. }
  10. .item {
  11. position: relative;
  12. width: 100%;
  13. min-height: 52rpx;
  14. margin-bottom: 32rpx;
  15. line-height: 75rpx;
  16. }
  17. .blue-dot {
  18. position: absolute;
  19. background: #b6bed0;
  20. display: inline-block;
  21. width: 10px;
  22. height: 10px;
  23. border-radius: 50%;
  24. top: 20rpx;
  25. left: 0;
  26. }
  27. .blue-line {
  28. position: absolute;
  29. height: 100%;
  30. /* width: 2px; */
  31. border-left: 1.6px dashed #409eff;
  32. top: 50rpx;
  33. left: 4px;
  34. }
  35. .flex {
  36. display: flex;
  37. justify-content: space-between;
  38. font-size: 30rpx;
  39. line-height: 16rpx;
  40. margin-bottom: 28rpx;
  41. }
  42. .time {
  43. font-size: 26rpx;
  44. color: #b6bed0;
  45. }
  46. .avater {
  47. width: 80rpx;
  48. height: 80rpx;
  49. }
  50. .left {
  51. justify-content: left;
  52. }
  53. .user-msg {
  54. line-height: 50rpx;
  55. margin-left: 24rpx;
  56. text-align: left;
  57. color: #333;
  58. }
  59. .detail-text {
  60. color: #333;
  61. }
  62. .yellow {
  63. color: #fcba39;
  64. }
  65. .red {
  66. color: #f0516e;
  67. margin-left: 24rpx;
  68. line-height: 45rpx;
  69. text-align: left;
  70. }
  71. .blue {
  72. color: #409eff;
  73. }
  74. .yellow-bgc {
  75. background-color: #fcba39;
  76. }
  77. .red-bgc {
  78. background-color: #f0516e;
  79. }
  80. .bule-bgc {
  81. background-color: #409eff;
  82. }