1
ragnaroks 2022-08-31 19:36:23 +08:00
style user-select:none
|
4
lingxiaoli 2022-09-01 10:41:11 +08:00
-webkit-touch-callout: none;
|
5
CSGO OP |
6
ragnaroks 2022-09-01 11:31:27 +08:00
codepen 把 demo 发出来
|
9
CSGO OP @ragnaroks 把 img 换成 div 也不行耶,现在是 div ,用手机 chrome 打开依然可以长按到背景: https://wyfang.github.io
|
10
ragnaroks 2022-09-01 16:11:43 +08:00 1
@CSGO 我这里测试,手机上的 firefox 、via 、chrome 在空白处长按均不会弹出针对 https://wyfang.github.io/img/bg.gif 的菜单
|
11
ragnaroks 2022-09-01 16:16:07 +08:00 1
body 下创建一个新 div
div.bgp { filter: opacity(10%) blur(10px); background-image: url(/img/bg.gif); background-repeat: no-repeat; background-size: contain; width: 100vw; height: 100vh; z-index: 0; position: fixed; user-select: none; } div.wifi-body { z-index: 1; } |