index.wxml 553 字节
<!--index.wxml-->
<view class="container">
    <view class='imgPolytope'>
        <image src='http://pjq0ww1cj.bkt.clouddn.com/shouye.png'></image>
    </view>
    <view class='index_title'>
        <view class='title init'  animation="{{slide_up1}}">数据分析及可视化</view>
        <view class='content contentInit'  animation="{{slide_up2}}">大数据探索商业价值的无限可能</view>
    </view>
    <view class='drop_img' bindtap="tapName">
        <image src='http://pjq0ww1cj.bkt.clouddn.com/drop.png'></image>
    </view>

</view>