mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
20 lines
396 B
Plaintext
20 lines
396 B
Plaintext
@import '../style/var';
|
|
|
|
.van-info {
|
|
left: 100%;
|
|
top: -.5em;
|
|
color: @white;
|
|
font-size: .6em;
|
|
font-weight: 500;
|
|
padding: 0 .25em;
|
|
text-align: center;
|
|
min-width: 1.4em;
|
|
line-height: 1.4;
|
|
position: absolute;
|
|
border-radius: .7em;
|
|
box-sizing: border-box;
|
|
background-color: @red;
|
|
transform: translateX(-50%);
|
|
font-family: PingFang SC, Helvetica Neue, Arial, sans-serif;
|
|
}
|