- <view style="background-image:url('{{specialData.bg_data?specialData.bg_data:''}}');background-size:100% 100%;">
- <scroll-view scroll-x="true" style="white-space: nowrap; display: flex;justify-content:space-between;">
- <block wx:key="{{item}}" wx:for="{{items}}">
- <view style="display:inline-block;width:{{(item.width/1080*750)+'rpx'}}; height:{{(item.height/1080*750)+'rpx'}}">
- <blockItem item_data="{{item}}"></blockItem>
- </view>
- </block>
- </scroll-view>
- </view>
|