您好,感谢您的光临。
这就是我的意思:https://puu.sh/ymLzt/89944a9ec9.gif
这是源代码:https://codepen.io/anon/pen/rYzpEw
这是播放按钮的.css:
#pButton{
height: 50px;
width: 50px;
border: none;
z-index: -1;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
outline:none;
display: table;
margin: 0 auto;
cursor: url(https://shopify.github.io/draggable/assets/img/cursor-rock.png),pointer;
padding: none;
}
它只发生在手机屏幕上。
关于它可能是什么的任何想法?谢谢。
答案 0 :(得分:-1)
这是一个正确答案,游标:指针;真的是造成了 突出。但是-webkit-tap-highlight-color:transparent;更多 普遍的解决方案。
用它修正了它。
问题是元素的突出显示