修复:购买商品样式错误 导致购买下单按钮不显示

This commit is contained in:
wuhui_zzw 2024-04-02 16:14:44 +08:00
parent d8cb26547f
commit 602714aafb
1 changed files with 1 additions and 1 deletions

View File

@ -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 {