mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
17 lines
293 B
Plaintext
17 lines
293 B
Plaintext
.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;
|
|
}
|
|
}
|