|
|
|
|
@ -22,13 +22,16 @@
|
|
|
|
|
<image :src="base.imgHost('index_bg.png')" width="100%" height="100%"></image>
|
|
|
|
|
<view class="container-content-icons">
|
|
|
|
|
<view @click="tourl(2)">
|
|
|
|
|
<image :src="base.imgHost('index_icon3.png')"></image>
|
|
|
|
|
<image :src="base.imgHost('index_icon5.png')"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view @click="tourl(3)">
|
|
|
|
|
<image :src="base.imgHost('index_icon4.png')"></image>
|
|
|
|
|
<image :src="base.imgHost('index_icon6.png')"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view @click="tourl(1)">
|
|
|
|
|
<image :src="base.imgHost('index_icon21.png')"></image>
|
|
|
|
|
<image :src="base.imgHost('index_icon7.png')"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view @click="tourl(6)">
|
|
|
|
|
<image :src="base.imgHost('index_icon8.png')"></image>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
@ -265,6 +268,10 @@
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: '/packages/webview/index?type=3&url=' + url
|
|
|
|
|
})
|
|
|
|
|
}else if(type===6){
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: '/packages/courseCalendar/index'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -336,12 +343,17 @@
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
align-items: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 130rpx;
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
padding:0 30rpx;
|
|
|
|
|
padding-bottom: 130rpx;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
&>view{
|
|
|
|
|
font-size:0;
|
|
|
|
|
}
|
|
|
|
|
image {
|
|
|
|
|
width: 200rpx;
|
|
|
|
|
height: 195rpx;
|
|
|
|
|
width: 325rpx;
|
|
|
|
|
height: 149rpx;
|
|
|
|
|
margin:10rpx 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|