mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
25 lines
464 B
Plaintext
25 lines
464 B
Plaintext
.zui-badge {
|
|
position: relative;
|
|
}
|
|
.zui-badge__count {
|
|
position: absolute;
|
|
top: -8px;
|
|
right: 0px;
|
|
height: 16px;
|
|
min-width: 16px;
|
|
line-height: 16px;
|
|
padding: 0 4px;
|
|
font-size: 10px;
|
|
font-family: tahoma;
|
|
border-radius: 10px;
|
|
background: #FF4444;
|
|
color: #fff;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
transform: translateX(50%);
|
|
transform-origin: -10% center;
|
|
z-index: 10;
|
|
box-shadow: 0 0 0 1px #fff;
|
|
box-sizing: border-box;
|
|
}
|