Browse Source

修改尺寸、调整字体

master
王饶冀 2 years ago
parent
commit
135894e8cb

+ 1
- 2
digital-park-web/digital-park/src/views/index/SlideNav.vue View File

if (this.contentHeightList) { if (this.contentHeightList) {
this.contentHeightList.forEach( (el,inx) => { this.contentHeightList.forEach( (el,inx) => {
if(scrollTop >= el && scrollTop <= this.contentHeightList[inx + 1]){ if(scrollTop >= el && scrollTop <= this.contentHeightList[inx + 1]){
console.log(el,inx);
this.moveIndex = inx; this.moveIndex = inx;
} }
}) })
margin-bottom: 10px; margin-bottom: 10px;


@include font(16px, $color-white); @include font(16px, $color-white);
@include size(90px, 50px);
@include size(108px, 60px);
background-image: linear-gradient(135deg, #0184d067 0%, #0841d041 100%); background-image: linear-gradient(135deg, #0184d067 0%, #0841d041 100%);
@include flex(row, center, center, null); @include flex(row, center, center, null);
} }

+ 3
- 3
digital-park-web/digital-park/src/views/index/park-introduce/ParkIntroduce.vue View File

padding-top: 44px; padding-top: 44px;
@include border-box; @include border-box;
.title { .title {
@include font(36px, $color-white);
@include font(43px, $color-white);
} }
.subtitle { .subtitle {
padding-top: 10px; padding-top: 10px;
@include border-box; @include border-box;
@include font(18px, $color-white);
@include font(22px, $color-white);
} }
} }


margin-top: 40px; margin-top: 40px;
@include flex(row, space-between, center, nowrap); @include flex(row, space-between, center, nowrap);
li { li {
@include font(16px, $color-white);
@include font(20px, $color-white);
flex: 1; flex: 1;
@include flex(column, center, center, nowrap); @include flex(column, center, center, nowrap);
img { img {

Loading…
Cancel
Save