通用评论

Upload.css 674B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. .upload-close-icon {
  28. position: absolute;
  29. background: url("../../assert/close.png");
  30. top: 16px;
  31. width: 19px;
  32. height: 19px;
  33. z-index: 99;
  34. cursor: pointer;
  35. color: #989898;
  36. }