修改购物车样式不兼容的问题
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
@ -517,5 +517,8 @@
|
||||
<style lang="less">
|
||||
.footer-h5 {
|
||||
bottom: 50px
|
||||
}
|
||||
.shoppingCart{
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user