hexo-theme-miho icon indicating copy to clipboard operation
hexo-theme-miho copied to clipboard

我想把banner背景图片换成轮播图,但是js不生效,怎么解决

Open ghost opened this issue 7 years ago • 5 comments

你好,我想把banner背景图片换成轮播图,但是js不生效,怎么解决

ghost avatar Dec 11 '17 14:12 ghost

轮播效果是用插件吗?

WongMinHo avatar Dec 11 '17 23:12 WongMinHo

@WongMinHo
下面是代码:

<div id="slidorion"> <div id="slider"> <div class="slider-image" rel="section1"> <img src="images/img1.jpg" width="488" height="400" /> </div> <div class="slider-image" rel="section2"> <img src="images/img2.jpg" width="488" height="400" /> </div> <div class="slider-image" rel="section3"> <img src="images/img3.jpg" width="488" height="400" /> </div> </div> <div id="accordion"> <div class="header"><a class="slider-link" rel="section1">Kung Fu Panda 2</a></div> <div class="content"> <p>In the Valley of Peace, Po Ping is revelling in his fulfilled dreams as he serves as the fabled Dragon Warrior protecting his home with his heroes now his closest friends. However, Po and company learn that the murderous Lord Shen of Gongman City is threatening the land with a fearsome new weapon that could mean the end of kung fu forever.</p> <a href="http://www.imdb.com/title/tt1302011/">Read more</a> </div> <div class="header"><a class="slider-link" rel="section2">The Dark Knight</a></div> <div class="content"> <p>Batman raises the stakes in his war on crime. With the help of Lieutenant Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the city streets. But they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as The Joker.</p> <a href="http://www.imdb.com/title/tt0468569/">Read more</a> </div> <div class="header"><a class="slider-link" rel="section3">Hot Fuzz</a></div> <div class="content"> <p>Top London cop, PC Nicholas Angel is good. Too good. And to stop the rest of his team looking bad, he is reassigned to the quiet town of Sandford. Everything seems quiet for Angel, until two actors are found decapitated. It is called an accident, but Angel isn't going to accept that, especially when more and more people turn up dead.</p> <a href="http://www.imdb.com/title/tt0425112/">Read more</a> </div> </div> </div> <script> $(document).ready(function() { $('#slidorion').slidorion({ hoverPause: true, interval: 2500, speed: 500, effect: 'fade' }); }); </script>

用ejs引入在banner上,但是css都生效,就是js不管用内联还是外联,都不管用,如果都不行我就这样算了,已经弄的各种崩溃了!!!

ghost avatar Dec 12 '17 12:12 ghost

引入slidorion.js文件没?

WongMinHo avatar Dec 12 '17 13:12 WongMinHo

## [https://www.hfsyun.top](https://www.hfsyun.top) 这是我的博客,根据您的主题做的优化,请指教!

ghost avatar Dec 15 '17 22:12 ghost

##[https://www.hfsyun.top](https://www.hfsyun.top) 这是我的博客,根据您的主题做的优化,请指教!

你这个特效怎么做的 鼠标的

snake62 avatar Nov 22 '18 15:11 snake62