1
This commit is contained in:
@@ -271,9 +271,9 @@
|
||||
</div>
|
||||
|
||||
<!-- 报名模块 - 一行两列 -->
|
||||
<div class="pl30 pr30 mt20 relative" v-if="item.type && item.type==4 && item.lists && item.lists.length>0">
|
||||
<div class="pl30 pr30 mt30 relative" v-if="item.type && item.type==4 && item.lists && item.lists.length>0">
|
||||
<div class="fn-flex fn-flex-wrap fn-flex-between">
|
||||
<div class="wp48 text-center inner20 ulib-r20 bg-fff mb30" v-for="(val,key) in item.lists" :key="key">
|
||||
<div class="wp48 text-center inner20 ulib-r20 bg-fff mb20" v-for="(val,key) in item.lists" :key="key">
|
||||
<van-image :src="val.banner"></van-image>
|
||||
<h3 class="font-34">{{val.title}}</h3>
|
||||
<p class="ulib-r750 bg-f6 color-888 font-22 pt5 pb5 mt10" v-if="val.subTitle">
|
||||
|
||||
Reference in New Issue
Block a user