Commit 192c5355 by yuzhenWang

修改提现页面

parent 13a8f693
<template> <template>
<view class="content"> <view class="content">
<!-- #ifdef APP -->
<text class="iconfont icon-youjiantou zuojiantou" @click="goBack()" style="left: 20rpx;"></text> <text class="iconfont icon-youjiantou zuojiantou" @click="goBack()" style="left: 20rpx;"></text>
<!-- #endif -->
<view class="header"> <view class="header">
<view class="headportrait" @click="uploadAvatar()"> <view class="headportrait" @click="uploadAvatar()">
<image :src="optionForm.headPicture ? optionForm.headPicture :companyLogo" mode="widthFix"></image> <image :src="optionForm.headPicture ? optionForm.headPicture :companyLogo" mode="widthFix"></image>
......
<template> <template>
<view class="container"> <view class="container">
<!-- #ifdef APP -->
<text class="iconfont icon-youjiantou zuojiantou" @click="goBack()" style="top: 20rpx;"></text> <text class="iconfont icon-youjiantou zuojiantou" @click="goBack()" style="top: 20rpx;"></text>
<!-- #endif -->
<view class="top"> <view class="top">
<view> <view>
可兑换 可兑换
...@@ -23,7 +26,7 @@ ...@@ -23,7 +26,7 @@
<text>{{noTaxAmount}}</text> <text>{{noTaxAmount}}</text>
</view> </view>
</view> </view>
<view class="content_wrapper"> <view class="content_wrapper tixian">
<h4>提现到</h4> <h4>提现到</h4>
<view class="paymentItem" @click="selectPaymentMethod(2)"> <view class="paymentItem" @click="selectPaymentMethod(2)">
<view> <view>
...@@ -323,10 +326,16 @@ ...@@ -323,10 +326,16 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.container{
box-sizing: border-box;
padding: 20rpx;
}
.top{ .top{
width: 100%; width: 100%;
text-align: center; text-align: center;
padding: 20rpx 0; padding: 20rpx 0;
background-color: #fff;
border-radius: 10rpx;
view:nth-child(1){ view:nth-child(1){
font-size: 36rpx; font-size: 36rpx;
color: #666; color: #666;
...@@ -338,6 +347,7 @@ ...@@ -338,6 +347,7 @@
} }
} }
.content_wrapper{ .content_wrapper{
border-radius: 10rpx;
background: #fff; background: #fff;
margin: 20rpx auto; margin: 20rpx auto;
padding:0 30rpx; padding:0 30rpx;
...@@ -420,4 +430,7 @@ ...@@ -420,4 +430,7 @@
} }
} }
} }
.tixian{
padding: 20rpx;
}
</style> </style>
\ No newline at end of file
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