hwq 3 年之前
父節點
當前提交
fae1cf8741
共有 1 個文件被更改,包括 7 次插入12 次删除
  1. 7 12
      pages/user/user.vue

+ 7 - 12
pages/user/user.vue

@@ -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>
 				</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;
+		background: #FFFFFF;
 		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;
+		background: #FFFFFF;
 
 		.item-box-box {
 			background: #FFFFFF;
@@ -562,8 +559,6 @@
 	}
 
 	.btm {
-		margin-top: 40rpx;
-		padding-bottom: 200rpx;
 		margin: 30rpx;
 		border-radius: 20rpx;