通用评论

App.module.css 423B

12345678910111213141516171819202122232425262728293031
  1. .comment {
  2. width: 100%;
  3. padding: 10px;
  4. margin-bottom: 100px;
  5. }
  6. .comment .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  7. position: fixed;
  8. top: 45%;
  9. }
  10. .comment-header-tag {
  11. border: 1px solid #cecece;
  12. border-radius: 0;
  13. color: #666;
  14. }
  15. .comment-header-tip {
  16. color: #5198eb;
  17. margin-right: 15px;
  18. margin-left: 5px;
  19. }
  20. .comment-header-text {
  21. color: #666;
  22. }
  23. .comment-img {
  24. max-width: 100%;
  25. }