管道式消毒机
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.

18 lines
342 B

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. .van-cell {
  13. .van-field__control {
  14. text-align: center;
  15. }
  16. background: none;
  17. }