mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
23 lines
332 B
Plaintext
23 lines
332 B
Plaintext
@import '../style/var';
|
|
|
|
.van-steps {
|
|
overflow: hidden;
|
|
background-color: @white;
|
|
|
|
&--horizontal {
|
|
padding: 0 10px;
|
|
|
|
.van-steps__items {
|
|
display: flex;
|
|
margin: 0 0 10px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
padding-bottom: 22px;
|
|
}
|
|
}
|
|
|
|
&--vertical {
|
|
padding: 0 0 0 35px;
|
|
}
|
|
}
|