Commit 510ed25ab4269bc20e5b675b0be2ea1185950531

Authored by yvan.ni
1 parent 794b0e33

分析图片居中

packageB/pages/AI-test-skin/analyse/analyse.wxml
1 <view class="content"> 1 <view class="content">
2 - <view class="img"></view> 2 + <view class="img" style="margin-left: -38rpx"></view>
3 <view style="text-align: center;margin-top: -20%;"> 3 <view style="text-align: center;margin-top: -20%;">
4 <text style="color: #fff;">正在分析...</text> 4 <text style="color: #fff;">正在分析...</text>
5 <progress border-radius="6" percent="{{per}}" activeColor="#fff" backgroundColor="#85898a" class="progress"></progress> 5 <progress border-radius="6" percent="{{per}}" activeColor="#fff" backgroundColor="#85898a" class="progress"></progress>