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

优化样式

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