Commit 1e478a69 authored by 罗超's avatar 罗超

优化样式

parent 54438311
......@@ -71,13 +71,14 @@ export default {
<style>
.tabbarMain {
position: fixed;
z-index: 999;
z-index: 999999;
bottom: 0;
left: 0;
right: 0;
background: #fff;
border-top: 1rpx solid #E0E0E0;
padding: 20rpx 0 0;
border-radius: 36rpx 36rpx 0 0;
}
.tabBtnMina {
......
......@@ -11,7 +11,7 @@
<view class="content" :style="{
'padding-bottom':(pageId==0?'calc(57px + env(safe-area-inset-bottom))':'0px'),
}">
<view :style="{opacity:`${pageId!=0?100:scrollTop}%`}">
<view :style="{opacity:`${pageId!=0?100:(scrollTop-20)}%`}">
<view class="index-title" :class="{ MainTopLeft: pageTitleStr.length > 10 }" :style="[
myPageData.home_pages.navs[active].templateBg,
titleStyle,
......@@ -387,7 +387,7 @@
width: 100%;
color: #fff;
box-sizing: content-box;
z-index: 5;
z-index: 999999;
background-color: #FFF;
}
......
......@@ -210,7 +210,7 @@
</view>
</view>
</template>
<view class="login-btn" style="margin:30px 0" @click='signOutHandler'>退出登录</view>
<!-- <view class="login-btn" style="margin:30px 0" @click='signOutHandler'>退出登录</view> -->
</view>
<auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth>
<tabbars></tabbars>
......
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