mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-01 17:52:11 +08:00
init
This commit is contained in:
16
console/src/container/admin-order/index.less
Normal file
16
console/src/container/admin-order/index.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user