login
This commit is contained in:
parent
cb8eb90c15
commit
b6b74ae331
@ -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>
|
BIN
static/pageA/loginbackground.png
Normal file
BIN
static/pageA/loginbackground.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
Loading…
Reference in New Issue
Block a user