css CSS-媒体对触摸的设备

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS-媒体对触摸的设备相关的知识,希望对你有一定的参考价值。

@media (any-pointer: fine) {
  /*
    These rules will be applied to not-touchscreen devices
  */
}

@media (any-pointer: coarse) {
  /*
    These rules will be applied to touchscreen devices only
  */
}

以上是关于css CSS-媒体对触摸的设备的主要内容,如果未能解决你的问题,请参考以下文章

在 WordPress 中使用 CSS 进行媒体查询

CSS:触摸屏设备上的悬停行为

更改:悬停以触摸/单击移动设备

触摸屏设备上的 CSS 悬停不会被忽略

使用 CSS3 触摸事件的悬停效果

scss 使用CSS检测触摸设备