什么是One Plus X设备的媒体查询?

时间:2018-12-31 06:18:25

标签: css3

我不知道在哪里可以找到此设备的媒体查询,我的客户使用的是一个加号x。他有一个敏感的问题,

1 个答案:

答案 0 :(得分:0)

OnePlus 6T媒体查询

@media only screen and (-webkit-min-device-pixel-ratio: 2.625),
  only screen and (   min--moz-device-pixel-ratio: 2.625),
  only screen and (     -o-min-device-pixel-ratio: 2.625/1),
  only screen and (        min-device-pixel-ratio: 2.625),
  only screen and (                min-resolution: 402dpi),
  only screen and (                min-resolution: 2.625dppx) { 
    //Your CSS here
}

参考: https://vizdevices.yesviz.com/devices/oneplus-6t/