Commit 7e7c3e39 by 黄森林

app开发

parent b2014e26
...@@ -4,10 +4,14 @@ ...@@ -4,10 +4,14 @@
<img src="/picture/hhr/kefu.png" style="width: 10%;position:fixed ;right: 15px;top: 15px" @click="showPopup"> <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;position:fixed ;bottom: 0px;width: 100%" 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=""> <div style="width: 80%;display: flex; align-items: center;justify-content: center;">
<van-cell-group >
<van-field v-model="value" placeholder="身份证/手机号/宽带账号"/> <van-field v-model="value" placeholder="身份证/手机号/宽带账号"/>
</van-cell-group> </van-cell-group>
</div>
<div style="width: 80%;display: flex; align-items: center;justify-content: center;">
<van-button round block type="info" native-type="submit" @click="selectPackage">优惠查询</van-button> <van-button round block type="info" native-type="submit" @click="selectPackage">优惠查询</van-button>
</div>
</div> </div>
......
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