css 文章用按钮投票
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 文章用按钮投票相关的知识,希望对你有一定的参考价值。
#rate_article {
text-align: center;
}
#rate_article:after {
content: '';
clear: both;
display: table;
}
#rate_article>div {
width: auto;
display: inline-block;
padding-right: 5px;
color: #fff;
float: none;
}
#rate_article>div span {
display: none;
}
#rate_article>div a {
display: block;
padding: 10px 15px 8px 19px;
width: 150px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
text-align: center;
background-color: #fff;
background-color: #1ac754;
font-size: 14px;
line-height: 20px;
transition: 0.3s ease;
position: relative;
z-index: 1;
}
#rate_article>div a:before {
transition: 0.3s ease;
content: '';
background-color: rgba(0,0,0,.2);
position: absolute;
z-index: -1;
left: 0;
top: 0;
bottom: 0;
width: 5px;
}
#rate_article>div a:hover{
color: #fff !important;
}
#rate_article>div a:hover:before {
width: 100%;
}
#rate_article>div a:focus {
text-decoration: none;
}
#rate_article>div.rate-link-down a {
background-color: #b8002b;
}
.rate_title {
text-align: center;
font-size: 18px;
font-weight: 500;
padding: 15px 0 15px;
}
#rate_article>div.rate-link-down {
padding-left: 5px;
padding-right: 0;
}
.article-content p span {color: inherit !important;}
以上是关于css 文章用按钮投票的主要内容,如果未能解决你的问题,请参考以下文章
css 西汉姆小工具 - 投票按钮
(10)用css建立表单
pc端引入微信公众号文章
Instagram 是不是有分享按钮? [关闭]
怎么提取网页中的按钮链接。 一个投票界面,很多选项按钮。怎么能把其中一个按钮单独提出作为网址链接?
写博客怎样用好投票功能