81 lines
1.6 KiB
Plaintext
81 lines
1.6 KiB
Plaintext
|
|
.uni-badge,
|
|
.uni-badge-default {
|
|
font-family: 'Helvetica Neue', Helvetica, sans-serif;
|
|
box-sizing: border-box;
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
padding: 3px 6px;
|
|
color: #333;
|
|
border-radius: 100px;
|
|
position: absolute;
|
|
margin-left:20rpx;
|
|
margin-top:-18rpx;
|
|
}
|
|
.uni-badge.uni-badge-inverted {
|
|
padding: 0 5px 0 0;
|
|
color: #929292;
|
|
background-color: transparent
|
|
}
|
|
.uni-badge-primary {
|
|
color: #fff;
|
|
background-color: #007aff
|
|
}
|
|
.uni-badge-blue.uni-badge-inverted,
|
|
.uni-badge-primary.uni-badge-inverted {
|
|
color: #007aff;
|
|
background-color: transparent
|
|
}
|
|
.uni-badge-green,
|
|
.uni-badge-success {
|
|
color: #fff;
|
|
background-color: #4cd964;
|
|
}
|
|
.uni-badge-green.uni-badge-inverted,
|
|
.uni-badge-success.uni-badge-inverted {
|
|
color: #4cd964;
|
|
background-color: transparent
|
|
}
|
|
.uni-badge-warning,
|
|
.uni-badge-yellow {
|
|
color: #fff;
|
|
background-color: #f0ad4e
|
|
}
|
|
.uni-badge-warning.uni-badge-inverted,
|
|
.uni-badge-yellow.uni-badge-inverted {
|
|
color: #f0ad4e;
|
|
background-color: transparent
|
|
}
|
|
.uni-badge-danger,
|
|
.uni-badge-red {
|
|
color: #fff;
|
|
background-color: #ff3333
|
|
}
|
|
.uni-badge-danger.uni-badge-inverted,
|
|
.uni-badge-red.uni-badge-inverted {
|
|
color: #dd524d;
|
|
background-color: transparent
|
|
}
|
|
.uni-badge-purple,
|
|
.uni-badge-royal {
|
|
color: #fff;
|
|
background-color: #8a6de9
|
|
}
|
|
.uni-badge-purple.uni-badge-inverted,
|
|
.uni-badge-royal.uni-badge-inverted {
|
|
color: #8a6de9;
|
|
background-color: transparent
|
|
}
|
|
.uni-badge-lightred,
|
|
.uni-badge-royal {
|
|
color: #fff;
|
|
background-color: #f16273
|
|
}
|
|
.uni-badge-lightred.uni-badge-inverted,
|
|
.uni-badge-royal.uni-badge-inverted {
|
|
color: #f16273;
|
|
background-color: transparent
|
|
}
|
|
|