Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

35 rader
564 B

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