Commit 12d9ca41 by junxiang wang

后台发布版本2020-09-02 23:13

parent 86667680
......@@ -39,7 +39,7 @@
position: fixed;
left: 0;
top: 0;
z-index: 9;
z-index: -1;
}
ul,li {
list-style: none;
......@@ -138,10 +138,10 @@ embedpano({
});
function showSwiper() {
alert('showSwiper');
setTimeout(()=>{
console.log('showSwiper')
setTimeout(function(){
console.log('showSwiper')
alert('showSwiper');
document.getElementById('swiper').style.zIndex = -1
},5000)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment