请问有人解决了吗? 我在网上找了很多但还是没有解决。
鼠标点击的点和实际触发的点错位版本:1.01.171019 windows 10.0.15063 x64 分辨率 1920 x 1080 如题,点击(0, 0),实际上是点击到了比如(20, 20),默认windows是有125%的缩放,但我调整到100%也一样有这个问题
2018-08-28请问这个是怎么解决的呀
css3移动input控件,光标错位。[图片] @keyframes myfirst { 0% {left:0px; top:0px;} 25% {left:0; top:35px;} 50% {left:0px; top:70px;} 75% {left:0px; top:35px;} 100% {left:0px; top:0px;} } #cssAnimation { position:relative; animation:myfirst 200ms linear 0s 1 alternate; /* Firefox: */ -moz-animation:myfirst 200ms linear 0s 1 alternate; /* Safari and Chrome: */ -webkit-animation:myfirst 200ms linear 0s 1 alternate; /* Opera: */ -o-animation:myfirst 200ms linear 0s 1 alternate; } <view id='{{cssAnimation}}' class='donghuaBox'> <label class='datiStyle'>{{aNum}}label> <label class='datiStyle'>+label> <label class='datiStyle'>{{bNum}}label> <label class='datiStyle'>=label> <input class='daanStyle' value='{{result}}' confirm-hold='true' focus='{{focus}}' type='digit'>input> view> 点击下一题,css往下移动控件并返回原位,光标有时候会歪掉,频率有点高 iphone6 电脑端调试正常。用小程序自己的动画ios一点都不流畅。
2018-08-28