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.

25 lines
402 B

1 year ago
  1. /* components/Uploader.wxss */
  2. .position-absolute{
  3. position: absolute;
  4. }
  5. .font-size-14{
  6. font-size: 14px;
  7. }
  8. .font-size-12{
  9. font-size: 12px;
  10. }
  11. .font-weight-600{
  12. font-weight: 600;
  13. }
  14. .idCard van-uploader{
  15. display: inline-block;
  16. width: 100%;
  17. }
  18. .idCard van-uploader image{
  19. width: 49vw;
  20. }
  21. .idCard-absolute{
  22. left: 50%;
  23. top: 50%;
  24. width: 80%;
  25. transform: translateX(-50%) translateY(-50%);
  26. }