|
|
@ -73,8 +73,21 @@ |
|
|
|
.info{ |
|
|
|
font-size: 24rpx; |
|
|
|
color:#999; |
|
|
|
text:nth-child(2){ |
|
|
|
margin-left:20rpx; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
text.plant-jinrongjiaoyi{ |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
color:#10C176; |
|
|
|
font-size:24rpx; |
|
|
|
background:#EEFBF5; |
|
|
|
height:48rpx; |
|
|
|
line-height: 48rpx; |
|
|
|
padding:0 10rpx; |
|
|
|
&:before{ |
|
|
|
font-size:35rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -103,8 +116,9 @@ |
|
|
|
<text class="over">{{v.plantName}}</text> |
|
|
|
<text data-unit="kg">{{v.harvestNum}}</text></view> |
|
|
|
<view class="info"> |
|
|
|
<text>负责人:{{v.principal}}</text> |
|
|
|
<text>采收日期:{{v.harvestTime}}</text> |
|
|
|
<text class="people">负责人:{{v.principal}}</text> |
|
|
|
<text class="date">采收日期:{{v.harvestTime}}</text> |
|
|
|
<text class="plant-jinrongjiaoyi" @click="$u.route({url:'/pages/massif/add_transaction'})">交易</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|