- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
https://bootsnipp.com/snippets/K52KK
该链接有一个用于引导卡的模板。该链接有带动画的卡片,具有水平滑动功能。我尝试仅将引导卡的属性继承到我的代码中。这些卡片把每一件事都做得过头了,并显示在最上面。我尝试更改标题的 z-index,但它不起作用。有人可以帮我检索引导卡的属性吗?
nav h1 { vertical-align: middle;
background-color: rgb(0, 0, 0); border: 10px solid rgba(0, 0, 0, 0); text-align: center; position: fixed; position: top; min-width: 100%; z-index: 3;} .nav ul {
vertical-align: middle;
-webkit-font-smoothing:antialiased;
text-shadow:0 1px 0 rgba(255, 255, 255, 0);
background: rgb(0, 0, 0);
list-style: none;
margin: 0;
padding: 0;
width: 100%;
z-index: 3; } .nav li {
vertical-align: middle;
float: left;
margin: 0;
padding: 100;
position: relative;
min-width: 20%;
z-index: 3; } .nav a {
vertical-align: middle;
background: rgb(0, 0, 0);
display: block;
font: bold 15px/50px helvetica;
padding: 0 0 0 0px;
text-align: center;
text-decoration: none !important;
color: rgb(255, 255, 255);
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
z-index: 3; } .nav .dropdown:after {
content: ''; } .nav .dropdown:hover:after {
content:'' } .nav li:hover a {
color: white;
background: rgb(0, 0, 0); } .nav li ul {
vertical-align: middle;
float: left;
left: 0;
opacity: 0;
position: absolute;
top: 35px;
visibility: hidden;
z-index: 4;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease; } .nav li:hover ul {
opacity: 1;
top: 50px;
visibility: visible; } .nav li ul li {
float: none;
width: 100%; } .nav li ul a:hover {
background: rgb(255, 0, 0); }.logo img{ display:block; margin-left: auto; margin-right: auto; width:335px; height:114.666666666666667px;
}
body{ background: linear-gradient(to right, rgb(39, 38, 38), rgb(177, 72, 72),rgb(39, 38, 38)) }
这是我的 CSS
IBAE-Information Library
<body>
<nav>
<h1 style="font-family:Helvetica;">
<ul class="nav">
<li><a href="#">menu1</a>
<ul>
<li><a href="#">Sub-menu Item 1</a></li>
<li><a href="#">Sub-menu Item 2</a></li>
<li><a href="#">Sub-menu Item 3</a></li>
</ul>
</li>
<li><a class="dropdown" href="#">menu2</a>
<ul>
<li><a href="#">Sub-menu Item 1</a></li>
<li><a href="#">Sub-menu Item 2</a></li>
<li><a href="#">Sub-menu Item 3</a></li>
</ul>
</li>
<li><font size="+4", color="white">IBAE</font> <br></li>
<li><a href="#">menu 3</a>
<ul>
<li><a href="#">Sub-menu Item 1</a></li>
<li><a href="#">Sub-menu Item 2</a></li>
<li><a href="#">Sub-menu Item 3</a></li>
</ul>
</li>
<li><a href="#">menu 4</a>
<ul>
<li><a href="#">Sub-menu Item 1</a></li>
<li><a href="#">Sub-menu Item 2</a></li>
<li><a href="#">Sub-menu Item 3</a></li>
</ul>
</li>
</ul>
</h1>
</nav>
<br>
<br>
<br>
<br>
<div class="container">
<!--first row-->
<div class="row">
<div class="col-sm-3">
<div class="card img-fluid" style="width:600px">
<img class="card-img-top" src="/Users/jeevabharathi/Desktop/test.jpg" alt="Card image"style="width:100%"> John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text.
See Profile John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text. See Profile</div>
<div class="col-sm-3">
<div class="card img-fluid" style="width:600px">
<img class="card-img-top" src="/Users/jeevabharathi/Desktop/test.jpg" alt="Card image"style="width:100%"> John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text.
See Profile</div>
<div class="col-sm-3">
<div class="card img-fluid" style="width:600px">
<img class="card-img-top" src="/Users/jeevabharathi/Desktop/test.jpg" alt="Card image"style="width:100%"> John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text.
See Profile</div>
</div><br>
<!--second row-->
<div class="row">
<div class="col-sm-3">
<div class="card img-fluid" style="width:600px">
<img class="card-img-top" src="/Users/jeevabharathi/Desktop/test.jpg" alt="Card image"style="width:100%"> John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text.
See Profile John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text. See Profile</div>
<div class="col-sm-3">
<div class="card img-fluid" style="width:600px">
<img class="card-img-top" src="/Users/jeevabharathi/Desktop/test.jpg" alt="Card image"style="width:100%"> John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text.
See Profile</div>
<div class="col-sm-3">
<div class="card img-fluid" style="width:600px">
<img class="card-img-top" src="/Users/jeevabharathi/Desktop/test.jpg" alt="Card image"style="width:100%"> John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text.
See Profile</div>
</div><br>
<!--third row-->
<div class="row">
<div class="col-sm-3">
<div class="card img-fluid" style="width:600px">
<img class="card-img-top" src="/Users/jeevabharathi/Desktop/test.jpg" alt="Card image"style="width:100%"> John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text.
See Profile John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text. See Profile</div>
<div class="col-sm-3">
<div class="card img-fluid" style="width:600px">
<img class="card-img-top" src="/Users/jeevabharathi/Desktop/test.jpg" alt="Card image"style="width:100%"> John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text.
See Profile</div>
<div class="col-sm-3">
<div class="card img-fluid" style="width:600px">
<img class="card-img-top" src="/Users/jeevabharathi/Desktop/test.jpg" alt="Card image"style="width:100%"> John Doe Some example text some example text. Some example text some example text. Some example text some example text. Some example text some example text.
See Profile</div>
</div><br>
</div>
<!--test-->
<script src="/Users/jeevabharathi/Documents/Website/IBAE.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="crossorigin="anonymous">
这是我的html
我试图将引导卡片的动画继承到我的卡片中。我失败得很惨。即使在删除半透明属性后,卡片仍会覆盖整个页面。
最佳答案
您可以使用 CSS 属性 tranform: scale
并在 :hover
上使用它
要实现“jumpy”卡片效果,可以使用transition: cubic-bezier()
对于阴影效果,您可以向伪元素添加阴影,并在 :hover
opactiy
显示/隐藏它
.kitten {
margin: 50px;
max-height: 200px;
transition: 0.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.kitten:hover {
transform: scale(1.2);
transition: 0.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
}
.kitten:hover:before {
opacity: 1;
}
.kitten:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
transition: .15s all ease-out;
opacity: 0;
border-radius: 5px;
}
<img src="http://www.catster.com/wp-content/uploads/2017/12/A-gray-kitten-meowing.jpg" class="kitten" />
关于javascript - 如何为引导卡创建这些动画?这对我来说非常复杂,因为我是新手,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50306207/
在 firefox 中,链接手形光标显示正常,但在 IE7 中显示文本光标。 如何在所有浏览器的链接上获得相同的光标(手)? 我可以在 CSS 重置中添加一些内容,以便在所有浏览器中的链接上获取光标吗
我试图在表单元素上方显示我的表单标签,所以我在我的 CSS 中使用了 display:block。但是,我无法通过这种方式每行显示超过 1 个表单元素。 如何正确更新我的 CSS 以在表单元素上方显示
我想找到人手的宽度,但卡在手上的洞上。 我有一只手的图片并找到了它的二进制文件。手上有一个圆圈,其半径和中心已知(引用对象)。我想找到手的宽度,但它上面有一些补丁(孔),这阻碍了找到手的最佳宽度。 这
我尝试为一款游戏制作一个机器人,但他们有很酷的反像素机器人技术。 所以我想,“如果我可以制作一个机器人,只检查光标是否变为手形然后单击,它就会起作用,”因为我需要收集奖金盒,当你将光标指向它时,它变为
我尝试为一款游戏制作一个机器人,但他们有很酷的反像素机器人技术。 所以我想,“如果我可以制作一个机器人,只检查光标是否变为手形然后单击,它就会起作用,”因为我需要收集奖金盒,当你将光标指向它时,它变为
所以我有一副牌的代码,但我不知道如何让另一个类来处理 4 手牌,每手 10 张牌。另一类应在屏幕上以文字形式打印 4 手 10 张随机卡片。有人可以向我展示如何完成此任务的代码吗?我也使用 blueJ
我正在尝试通过在开放正方形内插入图标来使用 fontawesome 创建图标。悬停时,我想更改正方形内背景的颜色,以及正方形的实际颜色和图标颜色。 我在这里举了一个例子:http://jsfiddle
当我手动启 Action 业时,我正在寻找设置变量的正确方法。 我试过 : stages: - test my_job: stage: test script: - echo "H
我必须添加以下代码: a {cursor:pointer;} 在 angular-ui-bootstrap 中将光标更改为标签、分页、下拉切换等链接上的指针/手。 为什么默认不改为指针?这是故意的吗?
我是一名优秀的程序员,十分优秀!