commit
966580e3d8
@ -40,6 +40,12 @@ body.addEventListener('mousemove', (e) => {
|
||||
});
|
||||
});
|
||||
|
||||
//移动端去除鼠标样式
|
||||
switch (true) {
|
||||
case navigator.userAgent.indexOf('Mobile') > 0:
|
||||
$('#g-pointer-2').css("display", "none");
|
||||
}
|
||||
|
||||
//加载完成后执行
|
||||
window.addEventListener('load', function () {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user