mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:57:48 +08:00
* add src dir && add build * add build watch && change dir name * bower ignore package.json
35 lines
630 B
Plaintext
35 lines
630 B
Plaintext
.zan-label {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
color: #333;
|
|
border: 1rpx solid #999;
|
|
padding: 0px 10px;
|
|
border-radius: 2px;
|
|
margin-right: 10px;
|
|
box-sizing: border-box;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
.zan-label--primary {
|
|
color: #fff;
|
|
background: #f44;
|
|
border: 1rpx solid #f44;
|
|
}
|
|
.zan-label--disabled {
|
|
color: #cacaca;
|
|
background: #eee;
|
|
border: 1rpx solid #e5e5e5;
|
|
}
|
|
.zan-label--small {
|
|
font-size: 11px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
padding: 0px 3px;
|
|
}
|
|
.zan-label--plain.zan-label--primary {
|
|
color: #f44;
|
|
background: #fff;
|
|
}
|