index.less 344 B

123456789101112131415161718192021222324252627
  1. @charset "utf-8";
  2. #identity {
  3. padding: 25px 0;
  4. width: 300px;
  5. margin: 0 auto;
  6. .text {
  7. margin-bottom: 25px;
  8. }
  9. .id-card-1 {
  10. margin-bottom: 25px;
  11. position: relative;
  12. }
  13. .id-card-2 {
  14. position: relative;
  15. }
  16. .scan {
  17. position: absolute;
  18. top: 50%;
  19. left: 50%;
  20. transform: translate(-50%, -50%);
  21. }
  22. }