zmr #7
@ -1,7 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- login页面 -->
|
<!-- login页面 -->
|
||||||
<view>
|
<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>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -9,4 +20,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
#login{
|
||||||
|
background: url(../../static/pageA/loginbackground.png) no-repeat!important;
|
||||||
|
}
|
||||||
</style>
|
</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