Authored by
biao
update for slide style
...
|
...
|
@@ -14,6 +14,10 @@ |
|
|
height: $sliderHeight;
|
|
|
}
|
|
|
|
|
|
.slide-pagination {
|
|
|
bottom: 110px;
|
|
|
}
|
|
|
|
|
|
.slide-thumb-container {
|
|
|
height: 510px;
|
|
|
}
|
...
|
...
|
@@ -85,12 +89,12 @@ |
|
|
|
|
|
&.prev {
|
|
|
left: 50%;
|
|
|
margin-left: -515px;
|
|
|
margin-left: -620px;
|
|
|
}
|
|
|
|
|
|
&.next {
|
|
|
right: 50%;
|
|
|
margin-right: -515px;
|
|
|
margin-right: -620px;
|
|
|
}
|
|
|
|
|
|
&:hover {
|
...
|
...
|
@@ -270,7 +274,7 @@ |
|
|
|
|
|
.main-container {
|
|
|
position: relative;
|
|
|
top: -60px;
|
|
|
top: -85px;
|
|
|
margin: 0 auto;
|
|
|
box-sizing: border-box;
|
|
|
}
|
...
|
...
|
|