@@ -24,9 +24,6 @@
<view class="info-box">
<view class="phone" v-if="userInfo.phone">ID:{{userInfo.phone | phone}}</view>
- <view class="image">
- <image src="../../static/user/user10.png" mode=""></image>
- </view>
</view>
<!-- 设置 -->
@@ -295,15 +292,18 @@
</script>
<style lang="scss">
+ .container,page {
+ background: #FFFFFF;
+ height: auto;
+ min-height: 100%;
+ }
.u-tabbar {
- margin-top: 30rpx;
display: flex;
flex-direction: column;
align-items: center;
width: 750rpx;
- height: 200rpx;
position: relative;
- background: #F3F3F3;
bottom: 0;
text {
@@ -314,9 +314,6 @@
}
- .container {
- background-color: #fff;
- }
.user {
image {
@@ -515,7 +512,7 @@
.item-box {
padding-top: 80rpx;
height: 900rpx;
- background: #f4f4f4;
.item-box-box {
background: #FFFFFF;
@@ -562,8 +559,6 @@
.btm {
- margin-top: 40rpx;
- padding-bottom: 200rpx;
margin: 30rpx;
border-radius: 20rpx;