login
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user