|
@ -132,14 +132,15 @@ |
|
|
|
|
|
|
|
|
.title-arrow { |
|
|
.title-arrow { |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 460px; |
|
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
// width: 460px; |
|
|
|
|
|
|
|
|
&::before { |
|
|
&::before { |
|
|
content: ''; |
|
|
content: ''; |
|
|
width: 36px; |
|
|
width: 36px; |
|
|
height: 12px; |
|
|
height: 12px; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
left: 110px; |
|
|
|
|
|
|
|
|
right: -60px; |
|
|
top: 50%; |
|
|
top: 50%; |
|
|
transform: translateY(-50%); |
|
|
transform: translateY(-50%); |
|
|
background: url('~@/assets/images/warehouse_arrow_right.png') no-repeat; |
|
|
background: url('~@/assets/images/warehouse_arrow_right.png') no-repeat; |
|
@ -150,7 +151,7 @@ |
|
|
width: 36px; |
|
|
width: 36px; |
|
|
height: 12px; |
|
|
height: 12px; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
right: 110px; |
|
|
|
|
|
|
|
|
left: -60px; |
|
|
top: 50%; |
|
|
top: 50%; |
|
|
transform: translateY(-50%); |
|
|
transform: translateY(-50%); |
|
|
background: url('~@/assets/images/warehouse_arrow_left.png') no-repeat; |
|
|
background: url('~@/assets/images/warehouse_arrow_left.png') no-repeat; |
|
|