submit
This commit is contained in:
parent
03a89aec01
commit
e4df8c6394
@ -8,11 +8,11 @@
|
|||||||
<div class="content2">
|
<div class="content2">
|
||||||
<image src="../../static/zu709@3x.png"></image>
|
<image src="../../static/zu709@3x.png"></image>
|
||||||
</div>
|
</div>
|
||||||
<tm-poup height="1400" v-model="show_1" position="bottom">
|
<tm-poup height="1200" v-model="show_1" position="bottom">
|
||||||
<div class="poup">
|
<div class="poup">
|
||||||
<div class="content1">
|
<div class="content1">
|
||||||
<div class="wrap1">请选择您的寄存时限</div>
|
<div class="wrap1">请选择您的寄存时限</div>
|
||||||
<div class="wrap2">
|
<div @click="show_1=false" class="wrap2">
|
||||||
<image src="https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/d84593b3-10a8-4d86-be8c-b048b03b22c7.png"></image>
|
<image src="https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/d84593b3-10a8-4d86-be8c-b048b03b22c7.png"></image>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -47,6 +47,9 @@
|
|||||||
</picker-view>
|
</picker-view>
|
||||||
</div>
|
</div>
|
||||||
<div class="content2"></div>
|
<div class="content2"></div>
|
||||||
|
<div class="content6">
|
||||||
|
<div class="wrap1">确定</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</tm-poup>
|
</tm-poup>
|
||||||
<div class="content3">
|
<div class="content3">
|
||||||
@ -274,6 +277,22 @@ picker-view {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&>.content6{
|
||||||
|
margin-top: 26rpx;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
.wrap1{
|
||||||
|
color: #fff;
|
||||||
|
font-size: 28rpx;
|
||||||
|
width: 436rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
background: #76C458;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
&>.content5{
|
&>.content5{
|
||||||
margin-top: 36rpx;
|
margin-top: 36rpx;
|
||||||
height: 66rpx;
|
height: 66rpx;
|
||||||
|
Loading…
Reference in New Issue
Block a user