|
|
@ -143,9 +143,9 @@ |
|
|
|
right: -60px; |
|
|
|
top: 50%; |
|
|
|
transform: translateY(-50%); |
|
|
|
background: url('~@/assets/images/warehouse_arrow_right.png') no-repeat; |
|
|
|
background: url('~@/assets/images/warehouse_arrow_left.png') no-repeat; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&::after { |
|
|
|
content: ''; |
|
|
|
width: 36px; |
|
|
@ -154,7 +154,7 @@ |
|
|
|
left: -60px; |
|
|
|
top: 50%; |
|
|
|
transform: translateY(-50%); |
|
|
|
background: url('~@/assets/images/warehouse_arrow_left.png') no-repeat; |
|
|
|
background: url('~@/assets/images/warehouse_arrow_right.png') no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|