html:
<div class="dots" id="dots">
<span class="active"></span>
<span></span>
<span></span>
</div>
css:
.dots{
position:absolute;
right:50%;
margin-right:-40px;
bottom:24px;
text-align:right;
}
.dots span{
display:inline-block;
width:12px;
height:12px;
line-height: 12px;
border-radius: 50%;
background:rgba(7,17,27,0.4);
box-shadow: 0 0 0 2px rgba(255,255,255,0.8);
margin-left:8px;}
- 2 回答
- 0 关注
- 609 浏览
添加回答
举报
0/150
提交
取消