@@ -76,7 +76,6 @@ export default { | |||
if (this.contentHeightList) { | |||
this.contentHeightList.forEach( (el,inx) => { | |||
if(scrollTop >= el && scrollTop <= this.contentHeightList[inx + 1]){ | |||
console.log(el,inx); | |||
this.moveIndex = inx; | |||
} | |||
}) | |||
@@ -120,7 +119,7 @@ export default { | |||
margin-bottom: 10px; | |||
@include font(16px, $color-white); | |||
@include size(90px, 50px); | |||
@include size(108px, 60px); | |||
background-image: linear-gradient(135deg, #0184d067 0%, #0841d041 100%); | |||
@include flex(row, center, center, null); | |||
} |
@@ -112,12 +112,12 @@ export default { | |||
padding-top: 44px; | |||
@include border-box; | |||
.title { | |||
@include font(36px, $color-white); | |||
@include font(43px, $color-white); | |||
} | |||
.subtitle { | |||
padding-top: 10px; | |||
@include border-box; | |||
@include font(18px, $color-white); | |||
@include font(22px, $color-white); | |||
} | |||
} | |||
@@ -126,7 +126,7 @@ export default { | |||
margin-top: 40px; | |||
@include flex(row, space-between, center, nowrap); | |||
li { | |||
@include font(16px, $color-white); | |||
@include font(20px, $color-white); | |||
flex: 1; | |||
@include flex(column, center, center, nowrap); | |||
img { |