goods details spec 8.14

This commit is contained in:
2020-08-14 14:04:16 +08:00
parent 505e3354a3
commit 9f58e1c7a2
2 changed files with 8 additions and 7 deletions

View File

@@ -140,7 +140,7 @@
<text>购买数量</text>
<u-number-box v-model="goodsNumber" :min="1"></u-number-box>
</view>
<view style="height:100rpx"></view>
<!-- <view style="height:100rpx"></view> -->
</view>
</scroll-view>
</u-popup>
@@ -1169,9 +1169,11 @@ export default {
}
.spec-popup {
padding: 30rpx;
margin-bottom: 130rpx;
box-sizing: border-box;
max-height: 750rpx;
.head{
// height: 600rpx;
max-height: 60vh;
.head {
display: flex;
margin-bottom: 30rpx;
.image{
@@ -1196,14 +1198,13 @@ export default {
}
}
}
.num{
.num {
height: 84rpx;
display: flex;
border-bottom: #ececec solid 2rpx;
justify-content: space-between;
align-items: center;
>text{
> text {
font-size: 26rpx;
color: #666;
}