community-card.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .card {
  2. background: #FFFFFF;
  3. }
  4. .user-avater {
  5. width: 70rpx;
  6. height: 70rpx;
  7. }
  8. .user-info {
  9. display: flex;
  10. align-items: center;
  11. }
  12. .user-des {
  13. margin-left: 25rpx;
  14. display: flex;
  15. flex-direction: column;
  16. justify-content: center;
  17. }
  18. .user-name {
  19. font-size: 28rpx;
  20. color: #4E4E4E;
  21. }
  22. .user-class {
  23. font-size: 22rpx;
  24. color: #999999;
  25. }
  26. .space {
  27. flex: 1
  28. }
  29. .info-tag {
  30. padding: 0 5rpx;
  31. background: #F7FFE6;
  32. border: 1rpx solid #8FC31F;
  33. border-radius: 5rpx;
  34. font-size: 19rpx;
  35. text-align: center;
  36. color: #8FC31F;
  37. }
  38. .message {
  39. margin-top: 10rpx;
  40. font-size: 28rpx;
  41. color: #414141;
  42. line-height: 42rpx;
  43. word-break: break-all;
  44. }
  45. .res {
  46. margin-top: 21rpx;
  47. }
  48. /*.video-img {*/
  49. /* position: relative;*/
  50. /* width: 160rpx;*/
  51. /* height: 250rpx;*/
  52. /*}*/
  53. /*.play-btn {*/
  54. /* display: flex;*/
  55. /* justify-content: center;*/
  56. /* align-items: center;*/
  57. /* position: absolute;*/
  58. /* left: 50%;*/
  59. /* top: 50%;*/
  60. /* transform: translate(-50%, -50%);*/
  61. /* width: 72rpx;*/
  62. /* height: 72rpx;*/
  63. /* background: rgba(0, 0, 0, 0.3);*/
  64. /* border-radius: 50%;*/
  65. /*}*/
  66. .time {
  67. margin-top: 20rpx;
  68. display: flex;
  69. justify-content: space-between;
  70. align-items: center;
  71. }
  72. .time-text {
  73. font-size: 24rpx;
  74. color: #7E7E7E;
  75. }
  76. .time-icon {
  77. height: 40rpx;
  78. }