gpt4 book ai didi

html - 如何显示像 Reddit 这样的上/下投票元素?

转载 作者:太空宇宙 更新时间:2023-11-04 15:00:49 25 4
gpt4 key购买 nike

我正在尝试获得类似于 Reddit 或 HackerNews 投票的类似外观,其中向上/向下箭头被堆叠。我尝试的是以下外观:

enter image description here

我的代码如下:

HTML

<ul class="list-unstyled">
<li class="entry">
<div class="row">
<div class="col-sm-2 entry__rank">
<span class="pull-left">1.</span>
<i class="fa fa-icon fa-caret-up fa-2x pull-left"></i>
<i class="fa fa-icon fa-caret-down fa-2x pull-left"></i>
</div>
<div class="col-md-9">
<span class="entry__title">
<a href="#">This is a great billboard</a>
</span>
</div>
</div>
</li>
</ul>

CSS

.entry {
padding: 5px;
margin-bottom: 20px;
}
.entry__rank {
font-size: 20px;
font-weight: bold;
color: grey;
padding: 5px 0 5px 0;
margin-top: -10px !important;
}
.entry__title {
font-weight: bold;
font-family: Helvetica Neue, Helvetica, Arial;
font-size: 16px;

}

.entry__title a {
color: #285ddf !important;
}

期望的外观

enter image description here

像 Stackover 流投票这样的事件会起作用。

最佳答案

编辑以提供更好的插件:

使用以下可能是更好且不那么臃肿的解决方案:

https://github.com/janosgyerik/upvotejs

Reddit 实际上有他们的代码可供人们使用,如果他们愿意的话,基本上可以创建他们自己的 Reddit 克隆:

https://github.com/reddit/reddit

通读一下,您可能会准确地找到您要找的东西。

关于html - 如何显示像 Reddit 这样的上/下投票元素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34489278/

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