This commit is contained in:
zmr900709 2020-06-02 09:27:35 +08:00
parent cb8eb90c15
commit b6b74ae331
2 changed files with 15 additions and 1 deletions

View File

@ -1,7 +1,18 @@
<template>
<!-- login页面 -->
<view>
<view>手机登录</view>
<view id="login">
<view>手机登录</view>
<view>
<text>手机号</text>
<input type="tel" placeholder="" />
</view>
<view>
<text>请输入验证码</text>
<input type="tel" placeholder="" />
<text>获取验证码</text>
</view>
</view>
</view>
</template>
@ -9,4 +20,7 @@
</script>
<style>
#login{
background: url(../../static/pageA/loginbackground.png) no-repeat!important;
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB