You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 年之前
123456789101112131415161718192021222324252627282930313233343536373839
  1. .lr-wrap {
  2. width: 300px;
  3. position: relative
  4. }
  5. .lr-wrap .text {
  6. margin-top: 30px;
  7. line-height: 14px;
  8. color: #75777A;
  9. text-align: center
  10. }
  11. .lr-wrap .text div {
  12. margin-top: 10px
  13. }
  14. .lr-wrap .file {
  15. width: 100px;
  16. height: 100px;
  17. margin: auto;
  18. position: relative;
  19. overflow: hidden
  20. }
  21. .file input {
  22. position: absolute;
  23. font-size: 100px;
  24. right: 0;
  25. top: 0;
  26. opacity: 0;
  27. cursor: pointer !important
  28. }
  29. .lr-wrap img {
  30. width: 100px;
  31. height: 100px;
  32. border-radius: 100px;
  33. cursor: pointer
  34. }