html 有效的号召性用语。有效的“号召性用语”按钮或链接需要考虑一些角色。页面上的位置, Posted 2021-05-11
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 有效的号召性用语。有效的“号召性用语”按钮或链接需要考虑一些角色。页面上的位置,相关的知识,希望对你有一定的参考价值。
.button {
padding: 10px 15px;
text-decoration: none;
min-width: 80px;
display: inline-block;
border-radius: 3px;
font-weight: bold;
font-size: 20px;
text-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0px 1px 3px 1px #ccc;
-moz-box-shadow: 0px 1px 3px 1px #ccc;
box-shadow: 0px 1px 3px 1px #ccc;
background-color: #3278BC;
color: #fff;
border: 0;
outline: none;
height: 28px;
overflow: hidden
}
.button:hover {
background-color: #25649e
}
.animated {
animation-fill-mode: both;
overflow: hidden
}
.bt-label::after {
content: attr(data-label)
}
.bt-label, .bt-label::after {
display: block;
line-height: 45px;
margin-top: -9px
}
/* For the animation part CSS @keyframes in an infinite loop */
.animated.moveUp {
/* I called the animation 'moveUp' which will last
2 seconds and loop infinitely */
-webkit-animation: moveUp 2s infinite;
-moz-animation: moveUp 2s infinite;
animation: moveUp 2s infinite
}
@-webkit-keyframes moveUp {
0% {-webkit-transform: translate3d(0, 0, 0)}
80% {-webkit-transform: translate3d(0, 0, 0)}
100% {-webkit-transform: translate3d(0, -50%, 0)}
}
@-moz-keyframes moveUp {
0% {-moz-transform: translate3d(0, 0, 0)}
80% {-moz-transform: translate3d(0, 0, 0)}
100% {-moz-transform: translate3d(0, -50%, 0)}
}
@keyframes moveUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
80% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
100% {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0)
}
}
<a href="/subscribe" class="button anim-link">
<div class="animated moveUp">
<span data-label="Subscribe Now" class="bt-label first">Subscribe Now</span>
</div>
</a>
<!--
Here again we are using a data-label attribute but to get the best effect the value needs to be the same as the link anchor text.
Demo: http://www.webtutorialsource.com/demo/animated-links-with-css/
-->
以上是关于html 有效的号召性用语。有效的“号召性用语”按钮或链接需要考虑一些角色。页面上的位置,的主要内容,如果未能解决你的问题,请参考以下文章
CSS CSS3按钮(号召性用语)
php 号召性用语短信和vc附加组件
玩家卡的 Twitter 原生应用程序中没有号召性用语
MVC AJAX 号召性用语不将 JSON 返回到 AJAX,而仅返回带有纯 JSON 的页面
根网址 javascript
原生 Facebook Audience Network 广告不可点击