zhangqun 11 months ago
parent 4c0cb1181a
commit 7ddfca4f3f
  1. 8
      pages/index/index.vue

@ -14,11 +14,11 @@
<view class="bottom PositionA Flex Flex_C_S-A TextCenter blur"> <view class="bottom PositionA Flex Flex_C_S-A TextCenter blur">
<view class="item Flex_C_S-Center"> <view class="item Flex_C_S-Center">
<text>超期</text> <text>超期</text>
<text style="margin-left: 10rpx">{{ totalData.Delay }}</text> <text style="margin-left: 10rpx;color: #CC2936;">{{ totalData.Delay }}</text>
</view> </view>
<view class="item Flex_C_S-Center"> <view class="item Flex_C_S-Center">
<text>临期</text> <text>临期</text>
<text style="margin-left: 10rpx">{{ totalData.Dying }}</text> <text style="margin-left: 10rpx;color: #E68A0B;">{{ totalData.Dying }}</text>
</view> </view>
</view> </view>
</view> </view>
@ -39,7 +39,7 @@
<view class="con" @click="konw"> <view class="con" @click="konw">
<image class="bg" src="/static/know.png" /> <image class="bg" src="/static/know.png" />
<view class="con-box"> <view class="con-box">
<text>交通隐患排查知识库</text> <text style="font-family: Source Han Sans CN, Source Han Sans CN;color: #363F4D;font-weight: 500;">交通隐患排查知识库</text>
<view class="icon"> <view class="icon">
<uni-icons type="right" size="18" color="#fff" /> <uni-icons type="right" size="18" color="#fff" />
</view> </view>
@ -201,6 +201,7 @@ page {
} }
.desc { .desc {
margin-top: 20rpx; margin-top: 20rpx;
font-family: Source Han Sans CN, Source Han Sans CN;
} }
.total { .total {
margin-top: 40rpx; margin-top: 40rpx;
@ -312,6 +313,7 @@ page {
background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%); background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
border-radius: 24px 24px 0px 0px; border-radius: 24px 24px 0px 0px;
padding: 20rpx 30rpx 0; padding: 20rpx 30rpx 0;
font-family: Source Han Sans CN, Source Han Sans CN;
} }
.Box { .Box {

Loading…
Cancel
Save