大空间消毒机
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.

11 lines
255 B

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. }