通用评论 vedio

App.css 585B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .comment {
  2. width: 100%;
  3. padding: 10px;
  4. margin-bottom: 100px;
  5. background: rgba(0, 0, 0, 1);
  6. color: white;
  7. }
  8. .comment .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  9. position: fixed;
  10. top: 45%;
  11. }
  12. .comment-header-tag {
  13. border: 1px solid #cecece;
  14. border-radius: 0;
  15. color: #666;
  16. }
  17. .comment-header-tip {
  18. color: #5198eb;
  19. margin-right: 15px;
  20. margin-left: 5px;
  21. }
  22. .comment-header-text {
  23. color: #666;
  24. }
  25. .comment-img {
  26. max-width: 100%;
  27. }
  28. .app-comment {
  29. position: fixed;
  30. bottom: 0;
  31. width: 100%;
  32. margin: 0;
  33. padding: 0;
  34. right: 0;
  35. left: 0;
  36. }