index.module.less 658 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .scanLogin {
  2. position: relative;
  3. text-align: center;
  4. min-height: 100vh;
  5. .iconPc {
  6. padding-top: 100px;
  7. width: 114px;
  8. }
  9. .sure {
  10. padding-top: 30px;
  11. font-size: 16px;
  12. color: #333333;
  13. line-height: 22px;
  14. }
  15. .tips {
  16. padding-top: 6px;
  17. font-size: 14px;
  18. color: #999999;
  19. line-height: 20px;
  20. }
  21. .btnSection {
  22. position: absolute;
  23. bottom: 10px;
  24. left: 0;
  25. right: 0;
  26. }
  27. .cancelLogin {
  28. margin-top: 10px;
  29. line-height: var(--van-button-default-height);
  30. height: var(--van-button-default-height);
  31. padding: var(--van-button-normal-padding);
  32. font-size: 14px;
  33. color: #333333;
  34. }
  35. }