Commit 4b693209 authored by Mac's avatar Mac

1

parent 0f6a8343
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
]"> ]">
<view class="title" style="color: #000;" v-if="scrollTop > 50">{{pageTitle}}</view> <view class="title" style="color: #000;" v-if="scrollTop > 50">{{pageTitle}}</view>
</view> </view>
<view class="userBox" :style="{ 'margin-bottom': bottommargin }"> <view class="userBox" :style="{ 'padding-bottom': bottommargin }">
<view <view
class="imgbg" style="background:linear-gradient( #9EE3E1,5%, #f3f4f6);height: auto;"> class="imgbg" style="background:linear-gradient( #9EE3E1,5%, #f3f4f6);height: auto;">
<view class="titlenav" :style="{paddingTop:nav,color:'#000'}">{{pageTitle}}</view> <view class="titlenav" :style="{paddingTop:nav,color:'#000'}">{{pageTitle}}</view>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
]"> ]">
<view class="title" v-if="scrollTop > 50">{{pageTitle}}</view> <view class="title" v-if="scrollTop > 50">{{pageTitle}}</view>
</view> </view>
<view class="userBox" :style="{ 'margin-bottom': bottommargin }"> <view class="userBox" :style="{ 'padding-bottom': bottommargin }">
<view :style="{ 'background-image': 'url(' + (meueData.user_center.top_pic_url ? meueData.user_center.top_pic_url : '') + ')', backgroundSize: '100% 310px' }" <view :style="{ 'background-image': 'url(' + (meueData.user_center.top_pic_url ? meueData.user_center.top_pic_url : '') + ')', backgroundSize: '100% 310px' }"
class="imgbg" :class="{'miniHeadTop':meueData.user_center.is_foot_bar_status!=1&&meueData.user_center.is_account_status!=1}"> class="imgbg" :class="{'miniHeadTop':meueData.user_center.is_foot_bar_status!=1&&meueData.user_center.is_account_status!=1}">
<view class="titlenav" :style="{paddingTop:nav}">{{pageTitle}}</view> <view class="titlenav" :style="{paddingTop:nav}">{{pageTitle}}</view>
...@@ -512,15 +512,16 @@ ...@@ -512,15 +512,16 @@
<style> <style>
.body { .body {
background: #f3f4f6; background: #f3f4f6;
height: 100vh;
} }
.userStyle .userBox { .userStyle .userBox {
height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
background: #f3f4f6; background: #f3f4f6;
min-height: 100vh; height: 100%;
} }
.userStyle .imgbg { .userStyle .imgbg {
......
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