|
|
|
@ -1,31 +1,31 @@
|
|
|
|
|
<view class="bc-container">
|
|
|
|
|
<view class="bc-top" style="background-color: {{topBg}};">
|
|
|
|
|
<view class="bc-top-inner" style="{{healthCrisis}}" wx:if="{{healthIndex < 60}}">
|
|
|
|
|
<view class="bc-c-j" style="margin-top: 100rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-c-j" style="margin-top: 30rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-top-fen" style="color: #FF3A30">{{healthIndex}}</view>
|
|
|
|
|
<view class="bc-top-btn1">{{healthIndexMsg}}</view>
|
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bc-top-inner" style="{{healthGood}}" wx:if="{{healthIndex >= 90}}">
|
|
|
|
|
<view class="bc-c-j" style="margin-top: -60rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-c-j" style="margin-top: -100rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-top-fen" style="color: #0284FF">{{healthIndex}}</view>
|
|
|
|
|
<view class="bc-top-btn1" style="color: #0084FF">{{healthIndexMsg}}</view>
|
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bc-top-inner" style="{{healthGenerally}}" wx:if="{{80 <= healthIndex && healthIndex < 90}}">
|
|
|
|
|
<view class="bc-c-j" style="margin-top: -40rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-c-j" style="margin-top: -100rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-top-fen" style="color: #00CA2F">{{healthIndex}}</view>
|
|
|
|
|
<view class="bc-top-btn1" style="color: #00CA2F">{{healthIndexMsg}}</view>
|
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bc-top-inner" style="{{healthMedium}}" wx:if="{{70 <= healthIndex && healthIndex < 80}}">
|
|
|
|
|
<view class="bc-c-j" style="margin-top: 0rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-c-j" style="margin-top: -60rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-top-fen" style="color: #FFCC01">{{healthIndex}}</view>
|
|
|
|
|
<view class="bc-top-btn1" style="color: #FFCC01">{{healthIndexMsg}}</view>
|
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bc-top-inner" style="{{healthWarning}}" wx:if="{{60 <= healthIndex && healthIndex < 70}}">
|
|
|
|
|
<view class="bc-c-j" style="margin-top: 90rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-c-j" style="margin-top: 16rpx;">健康指数</view>
|
|
|
|
|
<view class="bc-top-fen" style="color: #FF9500">{{healthIndex}}</view>
|
|
|
|
|
<view class="bc-top-btn1" style="color: #FF9500 ">{{healthIndexMsg}}</view>
|
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
|