登录
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<view class="inputClass">
|
<view class="inputClass">
|
||||||
<t-input label="用户名" placeholder="请输入用户名" bindchange="inputChange" data-type='userName' clearable />
|
<t-input label="用户名" placeholder="请输入用户名" maxlength="{{10}}" bindchange="inputChange" data-type='userName' clearable />
|
||||||
<t-input label="密 码" placeholder="请输入密码" type="password" bindchange="inputChange" data-type='password' clearable />
|
<t-input label="密 码" placeholder="请输入密码" type="password" bindchange="inputChange" data-type='password' clearable />
|
||||||
<t-input placeholder="请输入验证码" bindchange="inputChange" data-type='code' label="验证码">
|
<t-input placeholder="请输入验证码" bindchange="inputChange" data-type='code' label="验证码">
|
||||||
<view slot="suffix">
|
<view slot="suffix">
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
.subButton {
|
.subButton {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 96%;
|
width: 96%;
|
||||||
bottom:20rpx;
|
bottom:66rpx;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user