修复:购买商品样式错误 导致购买下单按钮不显示
This commit is contained in:
parent
d8cb26547f
commit
602714aafb
|
|
@ -1933,7 +1933,7 @@
|
|||
height: calc(100rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
|
||||
height: calc(100rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
|
||||
background-color: #fff;
|
||||
z-index: 1;
|
||||
z-index: 80;
|
||||
border-top: 1px solid #f0f0f0;
|
||||
}
|
||||
.product-con .footer .item {
|
||||
|
|
|
|||
Loading…
Reference in New Issue