30 lines
1.6 KiB
Plaintext
30 lines
1.6 KiB
Plaintext
<view class="container img-top-cover" style="background-image:url({{bg_img}});">
|
|
<view class="relative" style="height:630rpx;"></view>
|
|
<view class="pl30 pr30 pb30">
|
|
<view class="syt-panel box-shadow-000-10-10 ulib-r20">
|
|
<!-- <view class="ulib-rt10 pt40 pb40 bg-fffaf3 text-center fn-flex color-333">
|
|
<block wx:for='{{menus}}' wx:key='index'>
|
|
<view class="fn-flex-item">
|
|
<view class="font-40 text-bold color-fe4109">{{item.value}}</view>
|
|
<view class="font-28">{{item.title}}</view>
|
|
</view>
|
|
</block>
|
|
</view> -->
|
|
|
|
<view class="inner30 bg-fff ulib-r10" style="min-height:700rpx">
|
|
<view class="mt10 text-center"><image style="width:300rpx;height:40rpx;" lazy-load="{{true}}" mode="aspectFill" src="{{imgUrl}}siyutong/ac-tt-1.png?v=220207"></image></view>
|
|
<block wx:for="{{list}}" wx:key="index">
|
|
<view class="mt20 inner30 relative bg-f0f4ff pr150 ulib-r10 {{item.color!='#ff842d'?'opacity-50':''}}" bindtap="pushLink" data-url="/pages/siyutong/activityDetail/index?id={{item.id}}">
|
|
<view class="text-nowrap font-32 color-333">{{item.title}}</view>
|
|
<view class="absolute right-0 box-middle mr20">
|
|
<text class="inline-block pl10 pr10 text-middle font-20 color-fff ulib-r750" style="background-color:{{item.color}};" >{{item.type_name}}</text>
|
|
<i class="iconfont icon-gengduo text-middle font-32 color-666"></i>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
<lcb-listmore isLoading='{{loading}}' isEnd='{{list.length>9&&end}}' isNoData='{{noData}}'></lcb-listmore>
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
</view> |