Commit 5f3d82d0 by 黄森林

app开发

parent 5b759256
<template> <template>
<div style=" background-image: url('./picture/hhr/yrym-ruanyan-adv-bg.jpg'); <div style="position:relative ">
background-repeat: no-repeat; <img src="/picture/hhr/yrym-ruanyan-adv-bg.jpg" style="width: 100%; float: right">
background-size: 100%; <img src="/picture/hhr/kefu.png" style="width: 10%;position:fixed ;right: 15px;top: 15px" @click="showPopup">
width: 100%;
height: 100%;">
<img src="/picture/hhr/kefu.png" style="width: 10%;position:fixed ;right: 15px;top: 15px" @click="showPopup">
<div style="height: 700px;"></div> <div style="height: 700px;"></div>
<div style="font-size: 28px;text-align: center;background: white;height: 100px" class="van-hairline--surround"> <div style="font-size: 28px;text-align: center;background: white;position:fixed ;bottom: 0px;width: 100%" class="van-hairline--surround">
<van-cell-group style=""> <van-cell-group style="">
<van-field v-model="value" placeholder="身份证/手机号/宽带账号"/> <van-field v-model="value" placeholder="身份证/手机号/宽带账号"/>
</van-cell-group> </van-cell-group>
...@@ -34,28 +31,30 @@ ...@@ -34,28 +31,30 @@
</div> </div>
</van-popup> </van-popup>
</div> </div>
<div v-show="duanxing"> <div v-show="duanxing" >
<van-popup v-model="duanxing" <van-popup v-model="duanxing"
style="width: 80%;height: 30%; display: flex; align-items: center;justify-content: center;"> style="width: 80%;height: 30%; display: flex; align-items: center;justify-content: center;">
<div> <div>
<div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px">{{yanzhengma}}</div> <div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px;margin: 0px 0px 20px 0px;">{{yanzhengma}}</div>
<van-field <div style="margin: 50px 0px 0px 0px;">
center <van-field
clearable center
placeholder="请输入短信验证码" clearable
style="width: 100%;height: 30%;" placeholder="请输入短信验证码"
> style="width: 100%;height: 30%;"
<van-button slot="button" size="small" type="info" >
@click.stop.prevent="getCode" <van-button slot="button" size="small" type="info"
>{{codeMsg}} @click.stop.prevent="getCode"
</van-button> >{{codeMsg}}
</van-field> </van-button>
</van-field>
<van-button round block type="info" native-type="submit"> <van-button round block type="info" native-type="submit">
确认 确认
</van-button> </van-button>
</div>
</div> </div>
</van-popup> </van-popup>
......
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