html {
height:1000px;
}
.ul1 {
position:fixed;
right:0px;
bottom:0px;
}
.ul1 li {
list-style:none;
position:relative;
display:inline-block;
}
.ul1 li img {
width:80px;
height:80px;
border-radius:50%;
}
.ul1 li span {
width:20px;
height:20px;
border-radius:50%;
background:#CC0000;
color:#fff;
position:absolute;
right:3px;
top:3px;
line-height:20px;
text-align:center;
font-size:13px;
}
更新时间:2019-08-15 16:58:11