您可以在webkit中检查特定的css属性.这也可能适用于chrome.
@media screen and (-webkit-min-device-pixel-ratio:0) { .someClass{ color:#FF0000; } }