2020.08.10

This commit is contained in:
Niujiawei
2020-08-11 21:18:34 +08:00
parent 9a9276fc94
commit 21d3201c4b
3 changed files with 30 additions and 5 deletions

View File

@@ -115,6 +115,7 @@
<!-- 选择规格数量 -->
<u-popup v-model="showSpec" mode="bottom">
<scroll-view scroll-y="true" class="spec-popup">
<button class="button"></button>
<view>
<view class="head">
<image class="image" :src="goodsInfo.goods_image"></image>
@@ -949,9 +950,22 @@ export default {
}
}
.spec-popup {
padding: 30rpx;
padding:30rpx;
box-sizing: border-box;
max-height: 750rpx;
.button{
height: 30rpx;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999;
background: #fff;
border: none !important;
&::after{
border: none !important;
}
}
.head{
display: flex;
margin-bottom: 30rpx;