gpt4 book ai didi

html - Z-Index 在绝对对象上无法正常工作

转载 作者:行者123 更新时间:2023-11-28 17:08:02 26 4
gpt4 key购买 nike

我在网站上遇到一些关于绝对对象的问题。 Z-index 基本上无法正常工作。我可能有点笨?

这是网站:http://www.mascots.ds-demo.co.uk/

蓝色和黄色字符需要位于英雄 cta 按钮“了解更多”和“获取报价”的后面,但我无法让它们与 z-index 一起使用。

字符的 CSS:

.character-blue-float {
position: absolute;
float: right;
top: 7%;
left: -20%;
z-index: 1000;
-ms-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
transform: rotate(7deg);
}

.character-blue-float img {
width: auto;
max-width: 800px;
height: auto;
}

按钮上的 CSS:

.home-hero-cta {
margin-top: 30px;
z-index: 2000;
}

.btn-outer-lrg {
padding: 10px 20px;
color: #08788c;
border: 2px solid #08788c;
border-radius: 5px;
font-size: 22px;
background-color: transparent;
margin-right: 10px;
font-family: 'Fredoka One', cursive;
}

最佳答案

将下面的 css 应用到 hero-home 并检查

.hero-home {
z-index: 1001;
position: relative;
}

它应该工作

enter image description here

关于html - Z-Index 在绝对对象上无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48225361/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com