mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
@@ -17,11 +17,19 @@ $van-swipe-indicator: 6px;
|
||||
}
|
||||
|
||||
&__indicators {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 10px;
|
||||
position: absolute;
|
||||
height: $van-swipe-indicator;
|
||||
transform: translate3d(-50%, 0, 0);
|
||||
|
||||
&--vertical {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 50%;
|
||||
width: $van-swipe-indicator;
|
||||
transform: translate3d(0, -50%, 0);
|
||||
}
|
||||
}
|
||||
|
||||
&__indicator {
|
||||
@@ -35,7 +43,7 @@ $van-swipe-indicator: 6px;
|
||||
&:not(:last-child) {
|
||||
margin-right: $van-swipe-indicator;
|
||||
}
|
||||
|
||||
|
||||
&--active {
|
||||
background-color: $orange;
|
||||
}
|
||||
|
Reference in New Issue
Block a user