172 lines
3.6 KiB
Vue
172 lines
3.6 KiB
Vue
<template>
|
|
<view class="content">
|
|
|
|
<view class="card">
|
|
<view class="tit">
|
|
<view class="">
|
|
1号土地
|
|
</view>
|
|
<view class="">
|
|
溯源码: 12302
|
|
</view>
|
|
</view>
|
|
<view class="card-li">
|
|
<view class="">
|
|
当前种植: 土豆
|
|
</view>
|
|
<view class="">
|
|
种植品牌: 的划分等级
|
|
</view>
|
|
</view>
|
|
<view class="card-li">
|
|
<view class="">
|
|
土地面积: 20亩
|
|
</view>
|
|
<view class="">
|
|
种子品牌: 的划分等级
|
|
</view>
|
|
</view>
|
|
<view class="card-li">
|
|
<view class="">
|
|
预计产量: 20亩
|
|
</view>
|
|
<view class="">
|
|
已出售: 的划分等级
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="card-li">
|
|
<view class="">
|
|
播种时间: 2020.12.01
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
<view class="status">
|
|
<view class="" style="margin-bottom: 30rpx;">
|
|
今日种植状态
|
|
</view>
|
|
<view class="head-img">
|
|
<view class="">
|
|
<u--image src="/static/img/GJ.jpg" width="693.93rpx" height=" 394.28rpx" alt=""></u--image>
|
|
</view>
|
|
<!-- <u--image :showLoading="true" :src="src" width="80px" height="80px" @click="click"></u--image> -->
|
|
<view class="poisition">
|
|
更新时间: 2023-11-16
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="status">
|
|
<view class="" style="margin-bottom: 30rpx;">
|
|
播种图片
|
|
</view>
|
|
<view class="head-img">
|
|
<view class="">
|
|
<u--image src="/static/img/GJ.jpg" width="693.93rpx" height=" 394.28rpx" alt=""></u--image>
|
|
</view>
|
|
<!-- <u--image :showLoading="true" :src="src" width="80px" height="80px" @click="click"></u--image> -->
|
|
<view class="poisition">
|
|
更新时间: 2023-11-16
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="status">
|
|
<view class="" style="margin-bottom: 30rpx;">
|
|
生长情况
|
|
</view>
|
|
<view class="head-img">
|
|
<view class="">
|
|
<u--image src="/static/img/GJ.jpg" width="693.93rpx" height=" 394.28rpx" alt=""></u--image>
|
|
</view>
|
|
<!-- <u--image :showLoading="true" :src="src" width="80px" height="80px" @click="click"></u--image> -->
|
|
<view class="poisition">
|
|
更新时间: 2023-11-16
|
|
|
|
</view>
|
|
</view>
|
|
<view class="head-img">
|
|
<view class="">
|
|
<u--image src="/static/img/GJ.jpg" width="693.93rpx" height=" 394.28rpx" alt=""></u--image>
|
|
</view>
|
|
<!-- <u--image :showLoading="true" :src="src" width="80px" height="80px" @click="click"></u--image> -->
|
|
<view class="poisition">
|
|
更新时间: 2023-11-16
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="up-btn">
|
|
上传新的种植情况
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.content {
|
|
padding: 20rpx;
|
|
background-color: #F4F4F4;
|
|
min-height: 100vh;
|
|
|
|
.card {
|
|
.tit {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 1px solid #EBF1EF;
|
|
}
|
|
|
|
.card-li {
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
|
|
.status {
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.head-img {
|
|
border-radius: 21.03rpx 21.03rpx 21.03rpx 21.03rpx;
|
|
margin: 20rpx auto;
|
|
position: relative;
|
|
|
|
.poisition {
|
|
opacity: 0.7;
|
|
position: absolute;
|
|
width: 360.26rpx;
|
|
height: 71rpx;
|
|
background-color: #FFFFFF;
|
|
left: 20rpx;
|
|
bottom: 36rpx;
|
|
border-radius: 21.03rpx 21.03rpx 21.03rpx 21.03rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 29.79rpx;
|
|
padding-left: 20rpx;
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.up-btn {
|
|
width: 371.5rpx;
|
|
height: 66.59rpx;
|
|
border: 1px solid #00A15E;
|
|
color: #00A15E;
|
|
border-radius: 42.06rpx 42.06rpx 42.06rpx 42.06rpx;
|
|
text-align: center;
|
|
line-height: 66rpx;
|
|
margin: 40rpx auto;
|
|
}
|
|
</style> |