作者 刘朕

数管详情页修改

... ... @@ -25,21 +25,21 @@
</view>
</view> -->
<view class="headbox">
<view class="shengyu">
<view class="remainleft">剩余可用时间:{{shengyu_time}}</view>
<!-- <view class="headbox"> -->
<!-- <view class="shengyu"> -->
<!-- <view class="remainleft">剩余可用时间:{{shengyu_time}}</view> -->
<!-- <view class="remainright">
<image src="/static/img/row.png"></image>
</view> -->
</view>
<view class="shengyu cishushengyu">
<view class="remainleft">剩余可用次数:{{times}}</view>
<!-- </view> -->
<!-- <view class="shengyu cishushengyu"> -->
<!-- <view class="remainleft">剩余可用次数:{{times}}</view> -->
<!-- <view class="remainright">
<image src="/static/img/row.png"></image>
</view> -->
</view>
<!-- </view> -->
</view>
<!-- </view> -->
<!--管径描述 -->
<view class="guanjing">
<view class='guanjinghead'>
... ... @@ -47,6 +47,7 @@
<view class="gudes">明确数</view>
<view class="gudes">疑似数</view>
<view class="gudes">复核数</view>
<view class="gudes">图片</view>
<view class="writeheng"></view>
</view>
<view class="guanlistbox">
... ... @@ -55,6 +56,7 @@
<view class="guanitem">{{item.confirmation}}</view>
<view class="guanitem">{{item.distrust}}</view>
<view class="guanitem">{{item.fuhe}}</view>
<view class="guanitem"><image class="image_path" :src="item.image_path" mode="aspectFit" @click.stop="viewimgtu(index)"></image></view>
<view class="write" >
<image src="/static/img/write.png"></image>
</view>
... ... @@ -123,11 +125,11 @@
</view>
<view class="shangword shibie">结果</view>
<!-- <view class="shangword shibie">结果</view>
<view class="shangbox">
<view class='shangboxitem' v-for="(img,index) in images" :key='index'>
<image :src="img" mode="aspectFit" @click="viewimgtu(index)"></image>
</view>
</view> -->
<!-- <view class='shangboxitem'>
<image src="/static/img/shang.png"></image>
</view>
... ... @@ -137,7 +139,7 @@
<view class='shangboxitem'>
<image src="/static/img/shang.png"></image>
</view> -->
</view>
<!-- </view> -->
</view>
... ... @@ -865,24 +867,25 @@
.guanjinghead {
display: flex;
align-items: center;
justify-content: space-around;
justify-content: space-between;
width: 750rpx;
height: 94rpx;
background: #F29600;
color: #fff;
font-size: 28rpx;
padding: 28rpx 34rpx;
padding: 28rpx 32rpx;
box-sizing: border-box;
}
.guanjing{
margin-top:20rpx;
/* margin-top:20rpx; */
}
.guanlist {
width: 750rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 42rpx 32rpx 42rpx 56rpx;
padding: 32rpx;
box-sizing: border-box;
background: #fff;
}
... ... @@ -912,8 +915,13 @@
text-align: center;
}
.image_path {
width: 94rpx;;
height: 94rpx;
}
.writeheng {
width: 5rpx
width: 26rpx
}
.yewuxinwrap {
... ...