diff --git a/client/style.css b/client/style.css index 0162e80..5289234 100644 --- a/client/style.css +++ b/client/style.css @@ -51,10 +51,10 @@ html { /* 防止小尺寸图片模糊*/ * { + image-rendering: crisp-edges; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; - image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; }