17 lines
308 B
SCSS
17 lines
308 B
SCSS
@import '@/assets/bundle.scss';
|
|
|
|
.y-badge {
|
|
position: relative;
|
|
.y-badge-dot {
|
|
position: absolute;
|
|
border-radius: 30rpx;
|
|
background-color: $danger;
|
|
right: 5rpx;
|
|
top: 5rpx;
|
|
font-size: 20rpx;
|
|
color: white;
|
|
padding: 6rpx;
|
|
min-width: 26rpx;
|
|
@extend %flex-center;
|
|
}
|
|
} |