|
|
@ -1,7 +1,7 @@
|
|
|
|
<view class="bc-container">
|
|
|
|
<view class="bc-container">
|
|
|
|
<view class="bc-top" style="background-color: {{topBg}};">
|
|
|
|
<view class="bc-top" style="background-color: {{topBg}};">
|
|
|
|
<view class="bc-top-inner" style="{{healthCrisis}}" wx:if="{{healthIndex < 60}}">
|
|
|
|
<view class="bc-top-inner" style="{{healthCrisis}}" wx:if="{{healthIndex < 60}}">
|
|
|
|
<view class="bc-c-j" style="margin-top: 30rpx;">健康指数</view>
|
|
|
|
<view class="bc-c-j" style="margin-top: 60rpx;">健康指数</view>
|
|
|
|
<view class="bc-top-fen" style="color: #FF3A30">{{healthIndex}}</view>
|
|
|
|
<view class="bc-top-fen" style="color: #FF3A30">{{healthIndex}}</view>
|
|
|
|
<view class="bc-top-btn1">{{healthIndexMsg}}</view>
|
|
|
|
<view class="bc-top-btn1">{{healthIndexMsg}}</view>
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
@ -19,13 +19,13 @@
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="bc-top-inner" style="{{healthMedium}}" wx:if="{{70 <= healthIndex && healthIndex < 80}}">
|
|
|
|
<view class="bc-top-inner" style="{{healthMedium}}" wx:if="{{70 <= healthIndex && healthIndex < 80}}">
|
|
|
|
<view class="bc-c-j" style="margin-top: -60rpx;">健康指数</view>
|
|
|
|
<view class="bc-c-j" style="margin-top: -60rpx;margin-left: 30rpx;">健康指数</view>
|
|
|
|
<view class="bc-top-fen" style="color: #FFCC01">{{healthIndex}}</view>
|
|
|
|
<view class="bc-top-fen" style="color: #FFCC01;margin-left: 30rpx;">{{healthIndex}}</view>
|
|
|
|
<view class="bc-top-btn1" style="color: #FFCC01">{{healthIndexMsg}}</view>
|
|
|
|
<view class="bc-top-btn1" style="color: #FFCC01;margin-left: 30rpx;">{{healthIndexMsg}}</view>
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="bc-top-inner" style="{{healthWarning}}" wx:if="{{60 <= healthIndex && healthIndex < 70}}">
|
|
|
|
<view class="bc-top-inner" style="{{healthWarning}}" wx:if="{{60 <= healthIndex && healthIndex < 70}}">
|
|
|
|
<view class="bc-c-j" style="margin-top: 16rpx;">健康指数</view>
|
|
|
|
<view class="bc-c-j" style="margin-top: 90rpx;">健康指数</view>
|
|
|
|
<view class="bc-top-fen" style="color: #FF9500">{{healthIndex}}</view>
|
|
|
|
<view class="bc-top-fen" style="color: #FF9500">{{healthIndex}}</view>
|
|
|
|
<view class="bc-top-btn1" style="color: #FF9500 ">{{healthIndexMsg}}</view>
|
|
|
|
<view class="bc-top-btn1" style="color: #FF9500 ">{{healthIndexMsg}}</view>
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|
<view class="bc-brand">{{headlBrand}}</view>
|
|
|
|