analyse.wxml 489 Bytes
<view class="content">
    <view style="width: 750rpx; display: flex;justify-content: center; height: autuo">
        <view class="img" style="background-image: url({{iurl}}/miniapp/images/skinimg/11.png);"></view>
    </view>
    <view style="text-align: center;margin-top: -20%;">
        <text style="color: #fff;">正在分析...</text>
        <progress border-radius="6" percent="{{per}}" activeColor="#fff" backgroundColor="#85898a" class="progress"></progress>
    </view>
</view>