模仿别人弄了一个鼠标点击心形特效 别人的网站 ercc.cc 我的网站 any42.top 手机上! 别人的网站手机上点击有心形特效 我的网站点击没反应 不出心型 这是怎么回事呢 我把 js 代码到 header.php 了 纯小白 求助
1
Gladoos OP 有大佬指导一下吗 我自己想了好几天了 谢谢了
|
2
xxx749 2018-11-05 19:04:40 +08:00 via Android 1
我猜没绑定触屏事件🤥
|
4
xxx749 2018-11-05 19:45:01 +08:00 via Android 1
你把 section 标签的 z-index 改成-1 就好了
|
5
jingyulong 2018-11-05 19:47:51 +08:00 1
没有看到你加载的 js 和 css,ax.js 和样式你放哪里了
|
7
zbinlin 2018-11-05 20:40:07 +08:00 1
你把 `dztx.js` 那行放错位置了,把它放到 `</head>` 的前面(即 `</script>` 与 `</head>` 之间)
|
8
huhexian 2018-11-05 21:37:40 +08:00
在这居然看到了无人小站
|
10
Gladoos OP @jingyulong 引入代码应该放在哪呢 引入这个 js
|
11
jingyulong 2018-11-06 15:41:06 +08:00 1
点击的心形 js 在 ax.js 里面,还有心形的 css 也要引入。css 可以放在 header.php ,js 可以放在 footer.php,先引入代码,接下来再看其他的。
|
12
jingyulong 2018-11-06 15:46:04 +08:00 1
我看错了。。。原来是手机上,我再看看哈
|
13
Gladoos OP @jingyulong 大佬 你看一下 不用手机 在电脑上把网页一直缩小 直到点击不出心型 是缩小造成的问题 好像被东西盖住了
|
14
Gladoos OP @jingyulong ax.js 放在哪啊 我的叫 abc.js 为什么我检查我的网站 找不到<script src="/abc.js"></script>这句呢
|
15
Gladoos OP <script type="text/javascript">
if (!!window.ActiveXObject || "ActiveXObject" in window) { //is IE? alert('请抛弃万恶的 IE 系列浏览器吧。'); } </script> <script src="https://any42.top/wp-content/themes/Siren-master/js/abc.js"></script> <script src="https://any42.top/wp-content/themes/Siren-master/js/dztx.js"></script> </head> <body <?php body_class(); ?>> <section id="main-container"> <?php if(!akina_option('head_focus')){ 这是我 header.php 引用的地方 @jingyulong |
16
jingyulong 2018-11-06 15:59:17 +08:00 1
你的我检查了一下,的确叫 abc.js. 在 hearts[i].el.style.cssText 这一行,最后加上
+";z-index:"+99999 就好了 |
18
Gladoos OP @jingyulong (+";z-index:"+99999)是括号里面的吗 加在哪里啊 我不会 谢谢大佬帮我检查
|
19
Gladoos OP @jingyulong 我找到了 你看加的对吗 谢谢大佬= =
|
20
jingyulong 2018-11-06 16:11:43 +08:00 1
hearts[i].color;+";z-index:"+99999999999
改为: hearts[i].color+";z-index:"+99999999999 把 hearts[i].color 后面的分号去掉 |
21
jingyulong 2018-11-06 16:12:33 +08:00 1
hearts[i].color+";z-index:"+99999999999;
最后面分号也加上哈 |
22
Gladoos OP @jingyulong 我好笨啊 为什么加上了 不管用啊 再帮忙看一下吧 谢谢大佬 谢谢。。。
|
23
Gladoos OP "hearts[i].color+";z-index:"+99999999999; 好像有问题 检查有红波浪线
@jingyulong |
24
Gladoos OP @jingyulong 我弄好啦 哈哈哈哈哈哈哈 谢谢大佬帮忙 大佬来试试吧 XD
|
25
Gladoos OP 感谢各位大佬帮忙 谢谢
|