update[litemall-wx]: 清理register页面无用的样式。

This commit is contained in:
Junling Bu
2018-04-02 00:34:07 +08:00
parent 38f8d93e52
commit f55066f941
2 changed files with 2 additions and 23 deletions

View File

@@ -29,7 +29,7 @@
<view class="code-btn" bindtap="sendCode">获取验证码</view>
</view>
<button type="default" class="login-btn" bindtap="startRegister">注册</button>
<button type="default" class="register-btn" bindtap="startRegister">注册</button>
</view>
</view>

View File

@@ -56,7 +56,7 @@
width: 44rpx;
}
.login-btn{
.register-btn{
margin: 60rpx 0 40rpx 0;
height: 96rpx;
line-height: 96rpx;
@@ -65,25 +65,4 @@
width: 100%;
background: #b4282d;
border-radius: 6rpx;
}
.form-item-text{
height: 35rpx;
width: 100%;
}
.form-item-text .register{
display: block;
height: 34rpx;
float: left;
font-size: 28rpx;
color: #999;
}
.form-item-text .reset{
display: block;
height: 34rpx;
float: right;
font-size: 28rpx;
color: #999;
}