gpt4 book ai didi

css - 按钮按下背景图片

转载 作者:行者123 更新时间:2023-11-28 03:31:20 28 4
gpt4 key购买 nike

我有这个html页面

  <body>

<a href="app.html" class="btn btn-primary go">Go</a>

</body>

有背景图片

<style>

html {
background: url(img/mobile.fw.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.go{
z-index:1 !important;
margin-top:40%;
}
</style>

我的页面的问题是,当我像我一样使用按钮时,它会下推背景图像。我怎样才能让按钮不按下背景?。

最佳答案

它对我来说很好用。我测试过了

     html { 
background: url(https://images7.alphacoders.com/602/thumb-1920-602691.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.go{
z-index:1 !important;
margin-top:40%;
}
 <body>

<a href="app.html" class="btn btn-primary go">Go</a>

</body>

关于css - 按钮按下背景图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44720518/

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