@ -2,13 +2,13 @@
< view class = "page-color" >
< view class = "page-color" >
< view class = "padding-lr lf-p-t-30" v-if ="article_list.length" >
< view class = "padding-lr lf-p-t-30" v-if ="article_list.length" >
< view class = "card-discover lf-m-b-30" v-for ="(item,index) of article_list" :key ="index" >
< view class = "card-discover lf-m-b-30" v-for ="(item,index) of article_list" :key ="index" >
< view @click ="$url('/pages/notice/article?article_id='+item.big.id)" v-if ="item.big" >
< image :src ="item.big.image" mode = "aspectFill" style = "width: 686rpx;height: 300rpx ;" > < / image >
< view class = "lf-h-100 lf-w-100 lf-flex" @click ="$url('/pages/notice/article?article_id='+item.big.id)" v-if ="item.big" >
< image :src ="item.big.image" mode = "aspectFill" style = "width: 700rpx;height: 300rpx;border-radius: 20rpx 20rpx 0 0 ;" > < / image >
< / view >
< / view >
< view class = "flex-direction bg-white discover-radius" v-if ="item.children" >
< view class = "flex-direction bg-white discover-radius" v-if ="item.children" >
< view class = "flex align-center text-center lf-p-30 solid-bottom" v-for ="(i,index) of item.children" :key="index" @click="$url('/pages/notice/article?article_id='+i.id)" >
< view class = "flex align-center text-center lf-p-30 solid-bottom" v-for ="(i,index) of item.children" :key="index" @click="$url('/pages/notice/article?article_id='+i.id)" >
< view >
< view >
< image :src ="i.image" mode = "aspectFill" style = "width: 100rpx;height: 100rpx;" > < / image >
< image :src ="i.image" mode = "aspectFill" style = "width: 100rpx;height: 100rpx;border-radius: 10rpx; " > < / image >
< / view >
< / view >
< view class = "lf-line-2 lf-color-333 lf-font-28 lf-text-left lf-m-l-20" style = "line-height: 44rpx;" >
< view class = "lf-line-2 lf-color-333 lf-font-28 lf-text-left lf-m-l-20" style = "line-height: 44rpx;" >
{ { i . title } }
{ { i . title } }