通用评论

Upload.css 733B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .ant-upload-select-picture-card i {
  2. font-size: 32px;
  3. color: #999;
  4. }
  5. .ant-upload-select-picture-card .ant-upload-text {
  6. margin-top: 8px;
  7. color: #666;
  8. }
  9. .upload-img-preview {
  10. z-index: 10000 !important;
  11. }
  12. .upload-img-preview .ant-modal-close {
  13. top: -10px;
  14. right: -15px;
  15. }
  16. .ant-upload-list-item {
  17. padding: 0 !important;
  18. }
  19. .ant-popover-inner-content {
  20. position: relative;
  21. }
  22. .ant-upload-list-item-info {
  23. display: flex;
  24. align-items: center;
  25. justify-content: center;
  26. }
  27. .ant-upload-list-picture-card {
  28. float: none !important;
  29. }
  30. .upload-close-icon {
  31. position: absolute;
  32. background: url("../../assert/close.png");
  33. top: 16px;
  34. width: 19px;
  35. height: 19px;
  36. z-index: 99;
  37. cursor: pointer;
  38. color: #989898;
  39. }