Browse Source

Merge branch 'master' of http://git.liuniu946.com/cmy/newmyj

cmy 2 years ago
parent
commit
6b159958e1
1 changed files with 27 additions and 1 deletions
  1. 27 1
      pages/user/model/phb.vue

+ 27 - 1
pages/user/model/phb.vue

@@ -1,7 +1,12 @@
 <template>
 	<view class="content" >
 		<image :src="top_bg" mode="" class="top-bg"></image>
-		<view class="">
+		<view class="bd-wrap flex">
+			<view class="bd">
+				
+			</view>
+		</view>
+		<view class="" style="height: 60rpx;">
 			
 		</view>
 	</view>
@@ -33,8 +38,29 @@
 </script>
 
 <style lang="scss" scoped>
+	page ,.content{
+		height: auto;
+		min-height: 100%;
+		background-color: #900408;
+	}
 	.top-bg {
 		width: 750rpx;
 		height: 742rpx;
 	}
+	.bd-wrap {
+		width: 699rpx;
+		height: 1204rpx;
+		background: #F6E7E4;
+		border-radius: 14rpx;
+		justify-content: center;
+		margin:-150rpx auto 0;
+		position: relative;
+		.bd {
+			width: 666rpx;
+			height: 1173rpx;
+			background: #FFFFFF;
+			border: 1rpx solid #A30F0E;
+			border-radius: 14rpx;
+		}
+	}
 </style>