简体   繁体   English

Jssor-过渡效果的Z索引

[英]Jssor - Z-index of Transition Effects

http://autolead.ca/SCARBOROAUTOLOANS/m-index.html http://autolead.ca/SCARBOROAUTOLOANS/m-index.html

This is my beta design i am working on modifying for a mobile webpage. 这是我正在为移动网页进行修改的Beta版设计。

I am trying to make circular slider in the middle of the circle. 我正在尝试在圆心中制作圆形滑块。

Seems to be working everything except the slide show. 似乎可以正常工作,除了幻灯片放映。 Seems like something in the responsive structure of the page is causing the 'Z-Index' of the Transition effect to fall below the surface layer - but i'm not exactly sure on this. 页面的响应结构中的某些内容似乎导致“过渡”效果的“ Z索引”降到了表面层以下-但是我对此不确定。

Any ideas on how to get arround this conflict or am i doing something wrong? 关于如何避免这种冲突的任何想法,或者我做错了什么?

remove following lines in framework.css (better not specify such css for all div in framework.css) 删除framework.css中的以下行(最好不要在framework.css中为所有div指定此类CSS)

div {
    overflow: hidden; display: block; position: relative;
}

and in style.css, replace 并在style.css中,替换

.homePageWrapper .landingImageWrapper {
    border-radius: 50%; border: 12px solid rgb(255, 255, 255); border-image: none; width: 312px; height: 312px; margin-right: auto; margin-bottom: 35px; margin-left: auto; box-shadow: 0px 12px 0px rgba(0,0,0,0.12); background-color: rgb(255, 255, 255);
}

with

.homePageWrapper .landingImageWrapper {
    border-radius: 50%; border: 12px solid rgb(255, 255, 255); border-image: none; width: 312px; height: 312px; margin-right: auto; margin-bottom: 35px; margin-left: auto; box-shadow: 0px 12px 0px rgba(0,0,0,0.12); /*background-color: rgb(255, 255, 255);*/
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM