Files
vant/packages/zanui-css/src/swipe.css
2017-03-15 17:25:28 +08:00

25 lines
411 B
CSS

@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;
}
}
}