记住用户名密码
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style>
.red-point{
position: relative;
}
.red-point::before{
content: " ";
border: 3px solid red;/*设置红色*/
border-radius:3px;/*设置圆角*/
position: absolute;
z-index: 1000;
right: 0%;
margin-right: -5px;
margin-top: -5px;
}
</style>
</head>
<body>
<span>hello world</span>
</body>
</html>
目前有 0 条留言 其中:访客:0 条, 博主:0 条