@component-namespace zan { @b swipe { position: relative; overflow: hidden; width: 100%; } @b swipe-item { display: none; width: 100%; height: 100%; overflow: hidden; text-align: center; img { width: 100%; height: auto; } &:first-child { display: block; } } }