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