refactor(Sku): rewrite SkuRow

This commit is contained in:
chenjiahan
2020-06-26 17:24:04 +08:00
committed by neverland
parent 04b78e6c49
commit 0ea2938d72
4 changed files with 72 additions and 85 deletions
+6 -11
View File
@@ -281,7 +281,7 @@
}
}
&__content {
&__scroller {
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
@@ -289,16 +289,11 @@
&::-webkit-scrollbar {
display: none;
}
}
&__top {
display: inline-flex;
margin-bottom: 4px;
}
&__bottom {
display: inline-flex;
margin-bottom: 4px;
}
&__row {
display: flex;
margin-bottom: 4px;
}
&__indicator {
@@ -313,7 +308,7 @@
padding-bottom: 16px;
}
&-active {
&-slider {
width: 50%;
height: 100%;
background-color: @red;