Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

49 linhas
784 B

  1. .cropper-wrapper {
  2. position: relative;
  3. display: flex;
  4. flex-direction: row;
  5. justify-content: space-between;
  6. align-items: center;
  7. justify-content: center;
  8. height: 100%;
  9. background-color: #e5e5e5;
  10. }
  11. .cropper-buttons {
  12. display: flex;
  13. flex-direction: row;
  14. justify-content: space-between;
  15. align-items: center;
  16. position: fixed;
  17. bottom: 0;
  18. left: 0;
  19. width: 100%;
  20. height: 50px;
  21. padding: 0 20rpx;
  22. box-sizing: border-box;
  23. line-height: 50px;
  24. }
  25. .cropper-buttons .upload, .cropper-buttons .getCropperImage {
  26. text-align: center;
  27. }
  28. .cropper {
  29. position: absolute;
  30. top: 0;
  31. left: 0;
  32. }
  33. .cropper-buttons {
  34. background-color: rgba(0, 0, 0, 0.95);
  35. }
  36. .btn {
  37. height: 30px;
  38. line-height: 30px;
  39. padding: 0 24rpx;
  40. border-radius: 2px;
  41. color: #fff;
  42. }