comment.wxss 384 B

12345678910111213141516171819202122232425262728293031
  1. .zan-tab__bd--scroll .zan-tab__item {
  2. min-width: 50px;
  3. }
  4. .zan-card {
  5. border-bottom: 1px solid #eee;
  6. padding: 10px 15px;
  7. }
  8. .zan-card__thumb {
  9. width: 60px;
  10. height: 60px;
  11. }
  12. .zan-card__thumb image {
  13. border-radius: 50%;
  14. width: 50px;
  15. height: 50px;
  16. }
  17. .zan-card__detail {
  18. margin-left: 70px;
  19. }
  20. .zan-card__left-col {
  21. margin-right: 50px;
  22. }
  23. .author {
  24. font-size:13px;
  25. }