123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863 |
- <template>
- <view class="" >
-
-
-
- <view >
- <image src="../../static/bg.png" mode="" class="bg"></image>
- <view class="top">
- <image src="../../static/auth/5@2x.png" mode=""></image>
- </view>
- <view class="form" v-if="type==1">
- <view class="" style="padding-bottom: 50rpx;">
- <!-- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">姓名</text>
- <input type="text" v-model="name" placeholder="请输入姓名">
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">手机号</text>
- <input type="number" v-model="phone" placeholder="请输入手机号">
- </view> -->
- <!-- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">工作单位</text>
- <input type="text" v-model="workUnit" placeholder="请输入工作单位">
- </view> -->
- <view class="item u-flex u-row-between" >
- <text style="white-space: nowrap;">工作单位</text>
- <input type="text" v-model="c_id" placeholder="请输入工作单位">
- <!-- <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;">
- <text style="color: #FF5B5B;">{{current!=null?current.name:'请选择工作单位'}}</text>
- <u-icon name="arrow-right" color="#FF5B5B"></u-icon>
- </view> -->
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">工作性质</text>
- <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showwork=true">
- <text >{{workStatus!=null?workStatus.name:'请选择工作性质'}}</text>
- <u-icon name="arrow-right" ></u-icon>
- </view>
- </view>
- <!-- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">职务</text>
- <input type="text" v-model="position" placeholder="请输入工作职务">
- </view> -->
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">月收入(元)</text>
- <input type="text" v-model="income" placeholder="请输入月收入">
- </view>
- <!-- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">单位工会主席</text>
- <input type="text" v-model="chairman" placeholder="请输入工会主席姓名">
- </view> -->
- <!-- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">单位工会主席电话</text>
- <input type="number" v-model="chairmanPhone" placeholder="请输入工会主席电话">
- </view> -->
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">星座</text>
- <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showxingzuo=true">
- <text >{{xingzuo!=null?xingzuo:'请选择星座'}}</text>
- <u-icon name="arrow-right" ></u-icon>
- </view>
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">婚史</text>
- <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showhunshi=true">
- <text >{{hunshi!=null?hunshi:'请选择婚史'}}</text>
- <u-icon name="arrow-right" ></u-icon>
- </view>
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;margin-right: 408rpx;">有无子女</text>
- <u-radio-group
- activeColor="#B997EF"
- v-model="isChild"
- placement="row"
- >
- <u-radio
- :customStyle="{marginBottom: '8px'}"
- v-for="(item, index) in radiolist1"
- :key="index"
- :label="item.name"
- :name="item.value"
- >
- </u-radio>
- </u-radio-group>
- </view>
- <view class="item u-flex u-row-between" v-if="isChild==1">
- <text style="white-space: nowrap;margin-right: 408rpx;">子女情况</text>
- <u-radio-group
- activeColor="#B997EF"
- v-model="isSex"
- placement="row"
- >
- <u-radio
- :customStyle="{marginBottom: '8px'}"
- v-for="(item, index) in sexList"
- :key="item.id"
- :label="item.name"
- :name="item.id"
- >
- </u-radio>
- </u-radio-group>
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;margin-right: 348rpx;">是否独生子女</text>
- <u-radio-group
- activeColor="#B997EF"
- v-model="isOne"
- placement="row"
- >
- <u-radio
- :customStyle="{marginBottom: '8px'}"
- v-for="(item, index) in radiolist1"
- :key="index"
- :label="item.name"
- :name="item.value"
- >
- </u-radio>
- </u-radio-group>
- </view>
- <view class="item u-flex u-row-between" v-if="isOne==2">
- <text style="white-space: nowrap;">兄弟姊妹几人</text>
- <input type="number" v-model="children" placeholder="请输入人数">
- </view>
- <view class="item u-flex u-row-between" >
- <text style="white-space: nowrap;margin-right: 66rpx;">居住情况</text>
- <u-radio-group
- activeColor="#B997EF"
- v-model="isHouse"
- placement="row"
- >
- <u-radio
- :customStyle="{marginBottom: '8px'}"
- v-for="(item, index) in houseList"
- :key="item.id"
- :label="item.name"
- :name="item.id"
- >
- </u-radio>
- </u-radio-group>
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;margin-right: 410rpx;">是否有车</text>
- <u-radio-group
- activeColor="#B997EF"
- v-model="isCar"
- placement="row"
- >
- <u-radio
- :customStyle="{marginBottom: '8px'}"
- v-for="(item, index) in radiolist1"
- :key="index"
- :label="item.name"
- :name="item.value"
- >
- </u-radio>
- </u-radio-group>
- </view>
- <view class="item u-flex u-row-between" v-if="isCar==1">
- <text style="white-space: nowrap;">车辆型号</text>
- <input type="text" v-model="car_model" placeholder="请输入车辆型号">
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">父亲工作情况</text>
- <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showfather=true">
- <text >{{father!=''?father:'请选择工作情况'}}</text>
- <u-icon name="arrow-right" ></u-icon>
- </view>
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">母亲工作情况</text>
- <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showmather=true">
- <text >{{mather!=''?mather:'请选择工作情况'}}</text>
- <u-icon name="arrow-right" ></u-icon>
- </view>
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">个人爱好</text>
- <input type="text" v-model="hobby" placeholder="请输入个人爱好">
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">毕业院校</text>
- <input type="text" v-model="school" placeholder="请输入毕业院校">
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">关于TA</text>
- <input type="text" v-model="aboutIt" placeholder="择偶要求">
- </view>
- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;margin-right: 200rpx;">是否为齐鲁工会APP会员</text>
- <u-radio-group
-
- activeColor="#B997EF"
- v-model="radiovalue1"
- placement="row"
-
- >
- <u-radio
- :customStyle="{marginBottom: '8px'}"
- v-for="(item, index) in radiolist1"
- :key="index"
- :label="item.name"
- :name="item.value"
-
- >
- </u-radio>
- </u-radio-group>
- </view>
- <!-- <view class="item u-flex u-row-between">
- <text style="white-space: nowrap;">会员号</text>
- <input v-model="uuid" type="text" placeholder="请填写会员号">
-
- </view> -->
- <view class="upload">
- <view class="title">
- <text>*</text>上传电子会员卡
- </view>
- <view class="uploadContent" @click="uploadImg">
- <image :src="workImg" mode="" style="position: absolute;top: 0;right: 0;bottom: 40rpx;left: 0;z-index: 999;width: 100%;height: 400rpx;" v-show="workImg"></image>
- <view class="contentTop">
- <image src="../../static/auth/1@2x.png" mode="" class="bigImg"></image>
- <image src="../../static/auth/2@2x.png" mode="" class="smallImg"></image>
- </view>
- <view class="contentBottom" >
- 请至齐鲁工惠-我的-个人资料-电子会员卡页面截图
- </view>
- </view>
- <!-- <view class="lookvip" @click="toVip">
- <image src="../../static/auth/3@2x.png" mode=""
- style="width: 28rpx;height: 28rpx;vertical-align: middle;"></image>
- <text>查看会员登记表</text>
- <image src="../../static/auth/4@2x.png" mode=""
- style="width: 12rpx;height: 12rpx;vertical-align: middle;"></image>
- </view> -->
- </view>
- <view class="upload">
- <view class="title">
- <text>*</text>上传单身职工信息登记表
- </view>
- <view class="uploadContent" @click="uploadImg1">
- <image :src="workImg1" mode="" style="position: absolute;top: 0;right: 0;bottom: 40rpx;left: 0;z-index: 999;width: 100%;height: 400rpx;" v-show="workImg1"></image>
- <view class="contentTop">
- <image src="../../static/auth/1@2x.png" mode="" class="bigImg"></image>
- <image src="../../static/auth/2@2x.png" mode="" class="smallImg"></image>
- </view>
- <view class="contentBottom" >
- 上传单身职工信息登记表
- </view>
- </view>
- <view class="lookvip" @click="toVip">
- <image src="../../static/auth/3@2x.png" mode=""
- style="width: 28rpx;height: 28rpx;vertical-align: middle;"></image>
- <text>查看会员登记表</text>
- <image src="../../static/auth/4@2x.png" mode=""
- style="width: 12rpx;height: 12rpx;vertical-align: middle;"></image>
- </view>
- </view>
- <view class="upload">
- <view class="title" style="margin-bottom: 18rpx;">
- 上传工作证明(选填)
- <!-- <text style="font-size: 20rpx;color: #D2D2D2;">(个人信息表未盖章需提供工作相关佐证)</text> -->
- </view>
- <view class="" style="font-size: 20rpx;color: #D2D2D2;">
- 个人信息表未盖章需提供工作相关佐证,如:支付宝全国住房公积金个人缴费信息截图(具体流程:支付宝搜索全国住房公积金查询→账户信息查询→点击查看详情后截图上传)
- </view>
- <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" :multiple='false'
- :maxCount="1">
-
- </u-upload>
- </view>
- <u-button text="立即认证" @click="gorenzheng" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
- ></u-button>
- </view>
- </view>
- <view class="error u-flex-col u-col-center" v-if="type==3">
- <image src="../../static/auth/error@2x.png" mode=""></image>
- <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">认证失败</text>
- <text>您的实名认证审核没有通过</text>
- <view class="reason">
- {{reason}}
- </view>
- <view class="u-flex u-row-around btnlist">
- <view class="btn1" @click="reset">
- 重新认证
- </view>
- <view class="btn" style="color: #fff;" @click="reset">
- 暂不认证
- </view>
- </view>
- </view>
- <view class="error success u-flex-col u-col-center" v-if="type==2">
- <image src="../../static/auth/succes@2x.png" mode=""></image>
- <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">恭喜您认证成功</text>
- <view class="info">
- <view class="infoitem u-flex u-row-between">
- <text>真实姓名</text>
- <input type="text" v-model="name" :disabled="true" style="text-align: right;flex: 1;">
- </view>
- <view class="infoitem u-flex u-row-between">
- <text>手机号</text>
- <input type="text" v-model="phone" :disabled="true" style="text-align: right;flex: 1;">
- </view>
- <view class="infoitem u-flex u-row-between" v-if="unit">
- <text>工会单位</text>
- <input type="text" v-model="unit" :disabled="true" style="text-align: right;flex: 1;">
- </view>
- </view>
- </view>
- <view class="error u-flex-col u-col-center" v-if="type==4">
- <image src="../../static/auth/shenhe@2x.png" mode=""></image>
- <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">管理员审核中</text>
- <text>请耐心等待审核结果哦~</text>
-
- </view>
- <u-picker :show="show" :columns="columns" keyName="name" @confirm='change' @cancel='cancel' :closeOnClickOverlay='true'>
- </u-picker>
- <u-picker :show="showwork" @cancel='showwork=false' title="工作性质" @confirm='confirmWork' keyName="name"
- :columns="workColumns"></u-picker>
- <u-picker :show="showxingzuo" @cancel='showxingzuo=false' title="星座" @confirm='confirmshowxingzuo' keyName="name"
- :columns="xingzuoColumns"></u-picker>
- <u-picker :show="showhunshi" @cancel='showhunshi=false' title="婚史" @confirm='confirmshowhunshi' keyName="name"
- :columns="hunshiColumns"></u-picker>
- <u-picker :show="showfather" @cancel='showfather=false' title="工作情况" @confirm='confirmshowfather' keyName="name"
- :columns="fatherColumns"></u-picker>
- <u-picker :show="showmather" @cancel='showmather=false' title="工作情况" @confirm='confirmshowmather' keyName="name"
- :columns="matherColumns"></u-picker>
- </view>
- </view>
- </template>
- <script>
- export default {
- onPullDownRefresh() {
-
- setTimeout(function () {
- uni.stopPullDownRefresh();
- }, 1000);
- },
- onLoad() {
- this.getWorking()
- this.getWorkStatus()
- },
- onShow() {
- if (!uni.getStorageSync('token')) {
- uni.navigateTo({
- url:'/pages/profile/login'
- })
- return
- }
- // var is_info=uni.getStorageSync('is_info')
- // if (is_info != 2) {
- // uni.navigateTo({
- // url: '/pages/index/base'
- // })
- // return
- // }
- this.getType()
-
-
- },
- data() {
- return {
- children:'',
- school:'',
- showfather:false,
- father:'',
- position:'',
- income:'',
- fatherColumns:[[{name:'退休职工'},{name:'在职职工'},{name:'个体'},{name:'务农'},{name:'其他'}]],
- showmather:false,
- matherColumns:[[{name:'退休职工'},{name:'在职职工'},{name:'个体'},{name:'务农'},{name:'其他'}]],
- mather:'',
- car_model:'',
- isCar:'',
- isHouse:'',
- isOne:'',
- isSex:'',
- houseList:[{
- name: '自有产权房',
- id: 1
- },
- {
- name: '租住',
- id: 2
- },{
- name: '与父母同住',
- id: 3
- }],
- sexList: [{
- name: '男',
- id: 1
- },
- {
- name: '女',
- id: 2
- }
- ],
- isChild:'',
- radiolist1: [{
- name: '是',value:1
- },
- {
- name: '否',value:2
- },
-
- ],
- // u-radio-group的v-model绑定的值如果设置为某个radio的name,就会被默认选中
- radiovalue1: '',
- working:{},
- fileList1: [],
- show: false,
- columns: [
- []
- ],
- current: null,
- name:'',
- phone:'',
- unit:'',
- workImg:'',
- workImg1:'',
- type:'',
- reason:'',
- // uuid:'',
- workUnit:'',
- showwork:false,
- workColumns:[],
- workStatus:null,
- chairman:'',
- chairmanPhone:'',
- showxingzuo:false,
- showhunshi:false,
- xingzuoColumns:[[{name:"白羊座"},{name:"金牛座"},{name:"双子座"},{name:"巨蟹座"},{name:"狮子座"},{name:"处女座"},{name:"天秤座"},{name:"天蝎座"},{name:"射手座"},{name:"摩羯座"},{name:"水瓶座"},{name:"双鱼座"}]],
- hunshiColumns:[[{name:"未婚"},{name:"离异"},{name:"丧偶"}]],
- xingzuo:null,
- hunshi:null,
- hobby:'',
- aboutIt:'',
- c_id:''
-
-
- }
- },
- methods: {
- getWork() {
- uni.$u.http.post('/api/index/WorkNature').then(res => {
- this.columns1 = [res.data]
- })
- },
- toVip(){
- uni.navigateTo({
- url:'./dengjibiao'
- })
- },
- reset(){
- uni.$u.http.post('/api/Authentication/new_authentication').then(res => {
- this.getType()
- })
- },
- getType(){
- uni.$u.http.post('/api/Authentication/show').then(res => {
- this.type=res.data.type
- if(res.data.type==2){
- this.name=res.data.data.username
- this.phone=res.data.data.phone
- this.unit=res.data.data.name
- }
- if(res.data.type==3){
- this.reason=res.data.data.reason
- }
- })
- },
- gorenzheng(){
- var is_info=uni.getStorageSync('is_info')
- if (is_info != 2) {
- uni.showToast({
- title:'注册审核通过后才可以认证',
- icon:'none'
- })
- setTimeout(()=>{
- uni.navigateTo({
- url: '/pages/index/base'
- })
- },1000)
-
- return
- }
- // if(!this.name){
- // this.$u.toast('请输入姓名')
- // return
- // }
- // if(!this.phone){
- // this.$u.toast('请输入手机号')
- // return
- // }
- // if(!this.uuid){
- // this.$u.toast('请输入会员号')
- // return
- // }
- if(!this.radiovalue1){
- this.$u.toast('请选择是否为职工App会员')
- return
- }
- if(!this.workImg1){
- this.$u.toast('上传单位证明')
- return
- }
- if(!this.workImg){
- this.$u.toast('上传电子会员卡')
- return
- }
- // if(this.fileList1.length==0){
- // this.$u.toast('上传个人照片')
- // return
- // }
- var arr=[]
- this.fileList1.forEach(item=>{
- arr.push(item.url)
- })
- let data={
- type:1,
- mid:uni.getStorageSync('userId'),//用户id
- n_id:this.workStatus.id,//工作性质
- is_vip:this.radiovalue1,//是否会员
- n_image:this.workImg,//电子会员卡
- // name:this.name,//姓名
- // phone:this.phone,手机号
- c_id:this.c_id,//工会单位
- // uuid:this.uuid,//会员号
- c_image:this.workImg1,//单位证明
- // zhuxi:this.chairman,//主席
- // zhuxi_phone:this.chairmanPhone,//主席电话
- constellation:this.xingzuo,//星座
- hunshi:this.hunshi=='未婚'?1:this.hunshi=='离异'?2:3,
- hobby:this.hobby,//爱好
- children:this.children,//兄弟几人
- appeals:this.aboutIt,//择偶要求
- image:arr.length==0?'':arr.toString(),//公积金缴费截图
- is_zinv:this.isChild,
- zinv_sex:this.isSex,
- is_du:this.isOne,
- home:this.isHouse,
- is_car:this.isCar,
- car_model:this.car_model,
- fa_work:this.father,
- ma_work:this.mather,
- graduaction_school:this.school,
- // position:this.position,
- income:this.income
-
- }
- uni.$u.http.post('/api/Authentication/authentication',data).then(res => {
- if(res.code==1){
- this.getType()
- }
- })
- },
- uploadImg(){
- var that=this
- uni.chooseImage({
- success: (chooseImageRes) => {
- const tempFilePaths = chooseImageRes.tempFilePaths;
- uni.uploadFile({
- url: this.$url+'/api/Publics/uploadLocality', //仅为示例,非真实的接口地址
- filePath: tempFilePaths[0],
- name: 'file',
-
- success: (uploadFileRes) => {
- that.workImg=JSON.parse(uploadFileRes.data).data.url
- }
- });
- }
- });
- },
- uploadImg1(){
- var that=this
- uni.chooseImage({
- success: (chooseImageRes) => {
- const tempFilePaths = chooseImageRes.tempFilePaths;
- uni.uploadFile({
- url: this.$url+'/api/Publics/uploadLocality', //仅为示例,非真实的接口地址
- filePath: tempFilePaths[0],
- name: 'file',
-
- success: (uploadFileRes) => {
- that.workImg1=JSON.parse(uploadFileRes.data).data.url
- }
- });
- }
- });
- },
- getWorking(){
- uni.$u.http.post('/api/Publics/working').then(res => {
- this.columns=[res.data]
- })
- },
- getWorkStatus(){
- uni.$u.http.post('/api/index/WorkNature').then(res => {
- this.workColumns=[res.data]
- })
- },
- confirmWork(e) {
- this.workStatus = e.value[0]
- this.showwork = false
- },
- confirmshowxingzuo(e) {
- this.xingzuo = e.value[0].name
- this.showxingzuo = false
- },
- confirmshowhunshi(e) {
- this.hunshi = e.value[0].name
- this.showhunshi = false
- },
- confirmshowfather(e) {
- this.father = e.value[0].name
- this.showfather = false
- },
- confirmshowmather(e) {
- this.mather = e.value[0].name
- this.showmather = false
- },
- change(e) {
- this.current = e.value[0]
- // console.log(this.columns[0][this.current])
- this.show = false
- },
- cancel() {
- this.show = false
- },
- // 删除图片
- deletePic(event) {
- this[`fileList${event.name}`].splice(event.index, 1)
- },
- // 新增图片
- async afterRead(event) {
- // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
- let lists = [].concat(event.file)
- let fileListLen = this[`fileList${event.name}`].length
- lists.map((item) => {
- this[`fileList${event.name}`].push({
- ...item,
- status: 'uploading',
- message: '上传中'
- })
- })
- for (let i = 0; i < lists.length; i++) {
- const result = await this.uploadFilePromise(lists[i].url)
- let item = this[`fileList${event.name}`][fileListLen]
- this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
- status: 'success',
- message: '',
- url: result
- }))
- fileListLen++
- }
- },
- uploadFilePromise(url) {
- return new Promise((resolve, reject) => {
- let a = uni.uploadFile({
- url: this.$url+'/api/Publics/uploadLocality', // 仅为示例,非真实的接口地址
- filePath: url,
- name: 'file',
- formData: {
- user: 'test'
- },
- success: (res) => {
- setTimeout(() => {
- resolve(JSON.parse(res.data).data.url)
- }, 1000)
- }
- });
- })
- },
- }
- }
- </script>
- <style lang="scss">
- // #ifdef H5
- page{
- background: url(/static/bg.png) no-repeat;
- }
- //#endif
- .success{
- box-sizing: border-box;
- padding: 0 40rpx;
- height: auto;
- }
- .info{
- padding: 40rpx 40rpx 0;
- width: 100%;
- margin-top: 80rpx;
- border-top: 2rpx solid #F3F3F3;
- .infoitem{
- line-height: 100rpx;
- width: 100%;
- font-size: 30rpx;
- color: #222222;
- }
- }
- .btnlist{
- width: 100%;
- }
- .btn1{
- font-weight: 500;
- color: #FFFFFF;
- line-height: 50px;
- background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- width: 270rpx;
- height: 88rpx;
- line-height: 88rpx;
- text-align: center;
- font-size: 36rpx;
- border-radius: 48rpx;
- border: 4rpx solid #E6CDE6;
- // border-image: linear-gradient(270deg, rgba(171, 145, 252, 1), rgba(251, 173, 177, 1)) 2 2;
- }
- .btn{
- width: 270rpx;
- height: 88rpx;
- line-height: 88rpx;
- text-align: center;
- background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
- border-radius: 48rpx;
- font-size: 36rpx;
- }
- .error{
- padding-top: 96rpx;
- padding-bottom: 94rpx;
- margin: 56rpx auto 0;
- width: 690rpx;
- // height: 888rpx;
- background: #FFFFFF;
- border-radius: 40rpx;
- font-size: 24rpx;
- color: #222222;
- image{
- width: 140rpx;
- height: 140rpx;
- }
- .reason{
- padding: 24rpx 20rpx;
- margin: 52rpx auto 64rpx;
- width: 610rpx;
- height: 200rpx;
- background: #F4F4F4;
- border-radius: 20rpx;
- }
- }
- .lookvip {
- font-weight: 500;
- margin-top: 24rpx;
- font-size: 24rpx;
- color: #555555;
- text-align: center;
- text {
- margin: 0 8rpx;
- }
- }
- .uploadContent {
- position: relative;
- margin-top: 32rpx;
- width: 650rpx;
- height: 472rpx;
- font-size: 28rpx;
- color: #fff;
- font-weight: 600;
- background: #F3F4F6;
- border-radius: 20rpx;
- .contentTop {
- height: 400rpx;
- background-color: #F3F4F6;
- position: relative;
- .bigImg {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 510rpx;
- height: 320rpx;
- }
- .smallImg {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 116rpx;
- height: 116rpx;
- z-index: 1;
- }
- }
- .contentBottom {
- width: 650rpx;
- height: 72rpx;
- line-height: 72rpx;
- text-align: center;
- background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
- border-radius: 0px 0px 20rpx 20rpx;
- }
- }
- .upload {
- margin: 20rpx auto;
- width: 690rpx;
- // height: 652rpx;
- padding: 24rpx 20rpx;
- background: #FDFCFE;
- box-shadow: 0px 0px 16rpx 0px rgba(0, 0, 0, 0.0400);
- border-radius: 24rpx;
- box-sizing: border-box;
- .title {
- font-weight: 500;
- font-size: 30rpx;
- color: #222222;
- text {
- color: #FF5B5B;
- }
- }
- }
- .form {
- padding: 0 30rpx;
- margin-top: 36rpx;
- background-color: #fff;
- border-radius: 40rpx 40rpx 0px 0px;
- background: linear-gradient(180deg, #FFFFFF 0%, #F6F2FD 100%);
- .item {
- height: 94rpx;
- line-height: 94rpx;
- border-bottom: 2rpx solid #F5F5F5;
- text {
- font-size: 30rpx;
- color: #222222;
- }
- input {
- text-align: right;
- }
- }
- }
- .top {
- padding-top: 44rpx;
- padding-left: 30rpx;
- image {
- width: 102rpx;
- height: 60rpx;
- }
- }
- </style>
|