消毒机设备
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.

93 lines
1005 B

  1. /* CSS Document */
  2. html {
  3. font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  4. height: 100vh;
  5. font-size: 14px;
  6. }
  7. html, body {
  8. overflow: hidden;
  9. }
  10. html,
  11. body,
  12. ol,
  13. dl,
  14. dd,
  15. dt,
  16. p,
  17. h1,
  18. h2,
  19. h3,
  20. h4,
  21. h5,
  22. h6,
  23. form,
  24. fieldset,
  25. legend,
  26. img {
  27. margin: 0;
  28. padding: 0;
  29. }
  30. fieldset {
  31. border: none;
  32. }
  33. img {
  34. display: block;
  35. }
  36. address,
  37. caption,
  38. cite,
  39. code,
  40. dfn,
  41. th,
  42. var {
  43. font-style: normal;
  44. font-weight: normal;
  45. }
  46. ul,
  47. ol,
  48. li {
  49. list-style: none;
  50. }
  51. a {
  52. color: #666;
  53. text-decoration: none;
  54. }
  55. * {
  56. box-sizing: border-box !important;
  57. }
  58. a {
  59. &:visited {
  60. color: inherit;
  61. }
  62. }
  63. input,
  64. button,
  65. select,
  66. textarea {
  67. outline: none;
  68. }
  69. textarea {
  70. resize: none;
  71. }
  72. input[type='number'] {
  73. &::-webkit-outer-spin-button,
  74. &::-webkit-inner-spin-button {
  75. -webkit-appearance: none;
  76. }
  77. -moz-appearance: textfield;
  78. }
  79. .clear {
  80. clear: both;
  81. }
  82. .konvajs-content{
  83. canvas{
  84. border: 1px solid #ccc !important;
  85. }
  86. }
  87. .el-main{
  88. overflow: hidden;
  89. }