|
@@ -1,8 +1,6 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
<view class="bgimg"><image class="img" src="https://zhibo.liuniu946.com/img/bgRz.png" mode="widthFix"></image></view>
|
|
|
- <!-- <image src="../../static/img/renzheng.png" mode=""></image> -->
|
|
|
-
|
|
|
<u-form class="user" :model="form" ref="uForm">
|
|
|
<u-form-item label="姓名" label-width="150"><u-input v-model="form.name" placeholder="请输入真实姓名" /></u-form-item>
|
|
|
<u-form-item label="身份证号" label-width="150"><u-input placeholder="请输入身份证号" v-model="form.card" /></u-form-item>
|
|
@@ -11,7 +9,7 @@
|
|
|
<view class="title">上传身份证照片</view>
|
|
|
<view class="imgUp" @click.stop="upImg()"><image class="img" :src="form.img || '../../static/img/sfz.png'" mode="scaleToFill"></image></view>
|
|
|
</view>
|
|
|
- <button class="add-btn" @click="pushData('add')">提交</button>
|
|
|
+ <button class="add-btn" @click="pushData('add')">立即认证</button>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -28,7 +26,6 @@ export default {
|
|
|
img: ''
|
|
|
},
|
|
|
upFileLoding:false,
|
|
|
-
|
|
|
};
|
|
|
},
|
|
|
onLoad(option) {},
|
|
@@ -151,8 +148,8 @@ export default {
|
|
|
margin: 60rpx auto;
|
|
|
font-size: $font-lg;
|
|
|
color: #fff;
|
|
|
- background: #ff0000;
|
|
|
- border-radius: 10rpx;
|
|
|
+ background: #E6C79D ;
|
|
|
+ border-radius: 50rpx;
|
|
|
// box-shadow: 1px 2px 5px rgba(219, 63, 96, 0.4);
|
|
|
}
|
|
|
.bgimg {
|
|
@@ -160,7 +157,7 @@ export default {
|
|
|
width: 1200rpx;
|
|
|
margin-left: -260rpx;
|
|
|
height: 400rpx;
|
|
|
- background: #ff0000;
|
|
|
+ background: #E6C79D ;
|
|
|
border-bottom-right-radius: 999999rpx;
|
|
|
border-bottom-left-radius: 999999rpx;
|
|
|
.img {
|