UNPKG

uni-bullet-screen

Version:

弹幕组件 for uni-app and 微信小程序

2 lines (1 loc) 1.28 kB
@charset "UTF-8";.bullet-screen-container[data-v-cd1fc12a]{position:relative;display:flex;max-height:110rpx;padding-bottom:40rpx;width:100%;overflow:hidden;white-space:nowrap}.bullet-screen-row[data-v-cd1fc12a]{animation:scroll-cd1fc12a linear infinite}.bullet-screen-row.no-animation[data-v-cd1fc12a]{animation:none}.bullet-screen-rows2[data-v-cd1fc12a]{animation:animate2-cd1fc12a linear infinite}.bullet-screen-rows2.no-animation[data-v-cd1fc12a]{animation:none}.bullet[data-v-cd1fc12a]{display:inline-flex;flex-shrink:0;flex-direction:row;align-items:center;position:relative;font-size:14px;min-width:130rpx;margin-right:12px;padding:4px 8px;color:#fff;border-radius:24px;box-shadow:0 2px 4px #f9f9f933}.bullet[data-v-cd1fc12a]:after{content:"";position:absolute;left:var(--bullet-after-left);bottom:-18rpx;border-left:var(--border-lefts) solid transparent;border-right:var(--border-rights) solid transparent;border-top:22rpx solid var(--bd-colors);transform:skew(var(--skew-x-deg))}.single-line-ellipsis[data-v-cd1fc12a]{max-width:280rpx;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes scroll-cd1fc12a{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes animate2-cd1fc12a{0%{transform:translate(10%)}to{transform:translate(-200%)}}