yuminge-app/yun-min-program-plugin-master/packageE/energy/powerResult/powerResult.wxml

34 lines
1.5 KiB
Plaintext

<!--packageD/energy/powerResult/powerResult.wxml-->
<view class="listBox">
<view class="topHead">
<view class="top-left">
<text style="font-size: 32rpx;line-height: 48rpx;">本次检测结果</text>
<text style="font-size: 22rpx;line-height: 48rpx;color: #cccccc;">2020.9.30 11:05:36</text>
</view>
<icon class="iconfont icon-energetank_battle"></icon>
<view class="top-right">
<text style="font-size: 32rpx;line-height: 48rpx;">上次检测结果</text>
<text style="font-size: 22rpx;line-height: 48rpx;color: #cccccc;">2020.9.30 11:05:36</text>
</view>
</view>
<view class="lis">
<view class="lis_left" style="margin-right: 40rpx;">
<view class="list">
<text style="font-size: 28rpx;">血压</text>
<text style="font-size: 24rpx;color: #999999;"><text style="font-size: 36rpx;color: #ff4946;">128/88</text>mmHg</text>
</view>
<view class="list">
<text style="font-size: 28rpx;">心率</text>
<text style="font-size: 24rpx;color: #999999;"><text style="font-size: 36rpx;color: #ff4946;">121</text>次/分钟</text>
</view>
</view>
<view class="line"></view>
<view class="lis_right" style="margin-left: 40rpx;">
<view class="list">
<text style="font-size: 28rpx;">血压</text>
<text style="font-size: 24rpx;color: #999999;"><text style="font-size: 36rpx;color: #ffc66c;">128/88</text>mmHg</text>
</view>
</view>
</view>
</view>