25 lines
422 B
Plaintext
25 lines
422 B
Plaintext
@import '../common/style/index.less';
|
|
|
|
.@{prefix}-swiper {
|
|
position: relative;
|
|
overflow: hidden;
|
|
height: 300rpx;
|
|
|
|
&__container {
|
|
// display: flex;
|
|
// flex-direction: row;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
&.@{prefix}-in-animation {
|
|
transition-property: transform;
|
|
}
|
|
|
|
&.@{prefix}-is-hidden {
|
|
visibility: hidden;
|
|
transition-property: none;
|
|
}
|
|
}
|
|
}
|