Commit ccaaa247 authored by youjie's avatar youjie

no message

parent efad2da2
......@@ -9,19 +9,19 @@
right: 0;
z-index: 99999999;
border-top: 1upx solid #ddd;
padding-top: 96rpx;
padding-top: 20rpx;
background: #fff;
}
.tabbarMainIphone {
height: 156upx;
/* height: 156upx; */
/* padding-bottom: 64upx; */
}
.tabBtnMina {
width: 750upx;
/* height: 88upx; */
position: absolute;
/* position: absolute;
z-index: 2;
bottom: 0;
bottom: 0; */
flex-direction: row;
/* #ifndef */
/* padding-bottom: constant(safe-area-inset-top);
......@@ -33,7 +33,7 @@
z-index: 99999;
}
.tabBtnMinaIphone {
height: 156upx;
/* height: 156upx; */
/* padding-bottom: 64upx; */
}
.imgse {
......@@ -114,15 +114,15 @@
<view
class="tabbarMain"
:class="[flagTypeInfo ? 'tabbarMainIphone' : '']"
:style="{'height':height+'rpx','position':'fixed','left':'0','right':'0'}"
:style="{'position':'fixed','left':'0','right':'0','padding-bottom':paddingBottom + 'rpx'}"
v-if="navs && navs.length > 0"
>
<!-- 'height':height+'rpx', -->
<view
class="tabBtnMina"
:class="[flagTypeInfo ? 'tabBtnMinaIphone' : '']"
:style="{'height':height+'upx','padding-bottom':paddingBottom + 'rpx'}"
mode=""
>
<!-- 'height':height+'upx', -->
<view
class="itmMain"
v-for="(x, i) in navs"
......@@ -249,8 +249,8 @@ export default {
wx.getSystemInfo({
success(res) {
let lift=res.screenHeight-res.safeArea.bottom
that.paddingBottom = Number(lift)+10
console.log(lift)
that.paddingBottom = Number(lift)+20
}
})
// let port = uni.getSystemInfoSync().platform
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment