vonin 4 سال پیش
والد
کامیت
f49948ec9d
2فایلهای تغییر یافته به همراه36 افزوده شده و 0 حذف شده
  1. 14 0
      pages/wallet/success.vue
  2. 22 0
      static/css/style.css

+ 14 - 0
pages/wallet/success.vue

@@ -3,6 +3,20 @@
 		<u-navbar   title="提现结果" :is-back="false" >
 				<view class="slot-wrap"></view>	
 		</u-navbar>
+		<view class=" von-success">
+			<view class="text-center">
+				<text class="icon iconfont icon-tubiaoCopy3 green"></text>
+				<h2>提现申请成功,等待银行处理</h2>
+				<p>预计次日到账</p>
+			</view>
+			
+				<view class="von-form-text">
+					<p class="flex-sp"><text>提现金额</text>¥1000</p>
+					<p class="flex-sp"><text>提现方式</text>中国建设银行储蓄卡(1100)</p>
+				</view>
+			
+			<u-button type="primary">完成</u-button>
+		</view>
 	</view>
 </template>
 

+ 22 - 0
static/css/style.css

@@ -337,6 +337,28 @@ h1,h2,h3,h4,h5,h6{
 .von-tx-input label{
 	margin-right:5px
 }
+.von-success{
+	padding:15px;
+	line-height: 2;
+}
+.von-success .text-center{
+	padding:20px 0;
+	border-bottom: 1px solid #e4e7ed;
+}
+.von-success .iconfont{
+	font-size:70px;
+	line-height: 1.5;
+}
+.von-success .von-form-text{
+	padding:15px 0
+}
+.von-success .von-form-text p{
+	line-height: 3;
+}
+.von-success .von-form-text p text,
+.von-success .text-center p{
+	color:#888
+}
 @media screen and (max-width: 360px) {
 	.von-sp-info h3{
 		font-size:14px