css实现右上角角标

效果图:在这里插入图片描述

代码:


31

.unread_num{
	position: absolute;
    margin-left: -46px;
    margin-top: -8px;
    font-size: 15px;
    color: #fff;
    background: #ed4014;
    text-align: center;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 10px;
    padding: 0 10px;
}

你可能感兴趣的:(css,html,css)