mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
24 lines
447 B
Plaintext
24 lines
447 B
Plaintext
.van-badge {
|
|
position: relative;
|
|
}
|
|
.van-badge__text {
|
|
position: absolute;
|
|
top: -0.8em;
|
|
right: 0px;
|
|
height: 1.6em;
|
|
min-width: 1.6em;
|
|
line-height: 1.6;
|
|
padding: 0 .4em;
|
|
font-size: 20px;
|
|
border-radius: .8em;
|
|
background: #f44;
|
|
color: #fff;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
transform: translateX(50%) scale(0.5);
|
|
transform-origin: center;
|
|
z-index: 10;
|
|
box-shadow: 0 0 0 2px #fff;
|
|
box-sizing: border-box;
|
|
}
|