Authored by biao

update for slide style

@@ -14,6 +14,10 @@ @@ -14,6 +14,10 @@
14 height: $sliderHeight; 14 height: $sliderHeight;
15 } 15 }
16 16
  17 + .slide-pagination {
  18 + bottom: 110px;
  19 + }
  20 +
17 .slide-thumb-container { 21 .slide-thumb-container {
18 height: 510px; 22 height: 510px;
19 } 23 }
@@ -85,12 +89,12 @@ @@ -85,12 +89,12 @@
85 89
86 &.prev { 90 &.prev {
87 left: 50%; 91 left: 50%;
88 - margin-left: -515px; 92 + margin-left: -620px;
89 } 93 }
90 94
91 &.next { 95 &.next {
92 right: 50%; 96 right: 50%;
93 - margin-right: -515px; 97 + margin-right: -620px;
94 } 98 }
95 99
96 &:hover { 100 &:hover {
@@ -270,7 +274,7 @@ @@ -270,7 +274,7 @@
270 274
271 .main-container { 275 .main-container {
272 position: relative; 276 position: relative;
273 - top: -60px; 277 + top: -85px;
274 margin: 0 auto; 278 margin: 0 auto;
275 box-sizing: border-box; 279 box-sizing: border-box;
276 } 280 }