修改购物车样式不兼容的问题

This commit is contained in:
Gaoxs
2020-11-27 15:54:50 +08:00
parent 9289c1cb67
commit a991552709
4 changed files with 13 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2008,6 +2008,9 @@ page {
background-color: #f5f5f5;
z-index: 5;
top: 0;
/* #ifdef H5 */
top:calc(44px + env(safe-area-inset-top))
/* #endif */
}
.shoppingCart .labelNav .item .iconfont {
@ -2028,6 +2031,9 @@ page {
z-index: 5;
top: 0.76*100rpx;
border-bottom: 1px solid #f5f5f5;
/* #ifdef H5 */
top:calc(44px + env(safe-area-inset-top) + 76rpx)
/* #endif */
}
.shoppingCart .nav .administrate {
@ -2221,6 +2227,8 @@ page {
bottom: 0;
padding: 0 0.3*100rpx;
border-top: 1px solid #eee;
}
.shoppingCart .iphonex-footer {

View File

@ -517,5 +517,8 @@
<style lang="less">
.footer-h5 {
bottom: 50px
}
.shoppingCart{
position: relative;
}
</style>