gpt4 book ai didi

html - 使用 twitter-bootstrap 和 animate.css 创建卡片盒

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

我尝试用 bootstrap+animate.css 创建一张卡片

请检查 google chorme 最新版本:

    <div class="shop-card well">
<h3><a href="/">title 1</a></h3>
<a href="/">
<figure class="figure">
<img class="figure-img img-fluid img-rounded" src="http://wewswiderska.home.pl/images/3dspace.html-i1.png">
</figure></a>

<div class="price">1234 <span class="symbol">R</span>
<del>5678</del>
</div>

<form class="hide buys" id="inform-ordering-5" name="inform-ordering-5" role="form" style="overflow: hidden;position: absolute;left:-1px;width: 100%; bottom: -1px;">
<div class="btn-group btn-group-justified">
<a class="btn btn-danger" data-target="#phoneModal" data-toggle="modal" href="#">modal</a>
</div>
</form>
</div>

我想要 当我将鼠标移到卡片上时,会出现一个红色按钮。然后消失。

ّ我做到了。

ّ现在当我点击按钮时,它会打开一个模式框。

我做到了!

但这是我的问题:

当我关闭模态框时,卡片容器向左浮动!

这是一个演示:https://jsfiddle.net/1pyeg7w2/

我无法解决它。

最佳答案

我用 position:relative 规则用另一个 div 包装了你的 div.shop-card.well 内容,它似乎工作正常

<div class="shop-card well">
<div style="position:relative">
your content here
</div>
</div>

关于html - 使用 twitter-bootstrap 和 animate.css 创建卡片盒,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39068463/

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