@zhsz/cool-design-dv
Version:
27 lines (25 loc) • 517 B
CSS
/* BEM support Func
-------------------------- */
/* Break-points
-------------------------- */
/* Scrollbar
-------------------------- */
/* Placeholder
-------------------------- */
/* BEM
-------------------------- */
.my-marquee {
overflow: hidden;
}
.my-marquee__scroll {
width: 100%;
height: 100%;
}
.my-marquee--horizontal .my-marquee__content {
display: inline-block;
white-space: nowrap;
}
.my-marquee--horizontal .my-marquee__copy-content {
display: inline-block;
white-space: nowrap;
}