mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* add src dir && add build * add build watch && change dir name * bower ignore package.json
25 lines
466 B
Plaintext
25 lines
466 B
Plaintext
.zan-badge {
|
|
position: relative;
|
|
}
|
|
.zan-badge__count {
|
|
position: absolute;
|
|
top: -8px;
|
|
right: 0px;
|
|
height: 1.6em;
|
|
min-width: 1.6em;
|
|
line-height: 1.6;
|
|
padding: 0 .4em;
|
|
font-size: 10px;
|
|
font-family: tahoma;
|
|
border-radius: .8em;
|
|
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;
|
|
}
|