消毒机前端代码
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.

40 lines
642 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. html,
  2. body {
  3. width: 1280px;
  4. height: 800px;
  5. box-sizing: border-box;
  6. // 禁止推拽
  7. -webkit-user-select: none; /* Chrome/Safari */
  8. -moz-user-select: none; /* Firefox */
  9. -ms-user-select: none; /* IE10+ */
  10. user-select: none; /* Standard */
  11. }
  12. body {
  13. -webkit-touch-callout: none;
  14. -webkit-user-select: none;
  15. -khtml-user-select: none;
  16. -moz-user-select: none;
  17. -ms-user-select: none;
  18. user-select: none;
  19. }
  20. .van-cell {
  21. .van-field__control {
  22. text-align: center;
  23. }
  24. background: none;
  25. }
  26. .key_wrap {
  27. z-index: 999;
  28. }
  29. #txtPassword {
  30. -webkit-text-security: disc;
  31. }
  32. ::-webkit-scrollbar {
  33. width: 0;
  34. height: 0;
  35. }