This commit is contained in:
zengqiao
2020-03-19 17:59:34 +08:00
commit 229140f067
407 changed files with 46207 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
.num-container {
position: relative;
.num {
position: absolute;
width: 15px;
height: 15px;
line-height: 15px;
border-radius: 15px;
background-color: #f5222d;
color: #fff;
display: inline-block;
right: -18px;
text-align: center;
top: -1px;
}
}