zmr #7

Merged
zhaomingrui merged 5 commits from zmr into master 2020-06-02 07:35:36 +00:00
2 changed files with 15 additions and 1 deletions
Showing only changes of commit b6b74ae331 - Show all commits

View File

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB