index.scss 2.5 KB

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