index.scss 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. @import "../../setclient/modules/address/head.scss";
  2. .exp {
  3. margin-top: 8rpx;
  4. font-size: 24rpx;
  5. font-family: PingFang SC-Regular, PingFang SC;
  6. color: #333333;
  7. }
  8. .record-box {
  9. width: 100vw;
  10. padding: 0 30rpx;
  11. box-sizing: border-box;
  12. background-color: #ffffff;
  13. .item {
  14. width: 100%;
  15. border-bottom: 1px solid #DDDDDD;
  16. padding: 20rpx 0;
  17. .head {
  18. display: flex;
  19. width: 100%;
  20. height: 80rpx;
  21. .portrait {
  22. width: 80rpx;
  23. height: 80rpx;
  24. border-radius: 50%;
  25. overflow: hidden;
  26. margin-right: 20rpx;
  27. flex-shrink: 0;
  28. .replace {
  29. text-align: center;
  30. line-height: 80rpx;
  31. background-color: #3874F6;
  32. font-size: 28rpx;
  33. font-family: PingFang SC-Regular, PingFang SC;
  34. color: #FFFFFF;
  35. }
  36. }
  37. .introduce {
  38. flex: 1;
  39. height: 80rpx;
  40. .title {
  41. display: flex;
  42. align-items: flex-end;
  43. height: 42rpx;
  44. font-size: 30rpx;
  45. font-weight: 400;
  46. color: #333333;
  47. font-family: PingFang SC-Regular, PingFang SC;
  48. .line-1 {
  49. max-width: 400rpx;
  50. }
  51. text {
  52. display: inline-block;
  53. margin-left: 20rpx;
  54. font-size: 24rpx;
  55. color: #666666;
  56. }
  57. }
  58. .time {
  59. font-size: 24rpx;
  60. color: #999999;
  61. margin-top: 6rpx;
  62. }
  63. }
  64. }
  65. .remarks {
  66. font-size: 24rpx;
  67. font-family: PingFang SC-Regular, PingFang SC;
  68. color: #666666;
  69. line-height: 28rpx;
  70. margin-top: 20rpx;
  71. word-break: break-all;
  72. }
  73. }
  74. }