Commit f55066f9 authored by Junling Bu's avatar Junling Bu
Browse files

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

parent 38f8d93e
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<view class="code-btn" bindtap="sendCode">获取验证码</view> <view class="code-btn" bindtap="sendCode">获取验证码</view>
</view> </view>
<button type="default" class="login-btn" bindtap="startRegister">注册</button> <button type="default" class="register-btn" bindtap="startRegister">注册</button>
</view> </view>
</view> </view>
\ No newline at end of file
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
width: 44rpx; width: 44rpx;
} }
.login-btn{ .register-btn{
margin: 60rpx 0 40rpx 0; margin: 60rpx 0 40rpx 0;
height: 96rpx; height: 96rpx;
line-height: 96rpx; line-height: 96rpx;
...@@ -65,25 +65,4 @@ ...@@ -65,25 +65,4 @@
width: 100%; width: 100%;
background: #b4282d; background: #b4282d;
border-radius: 6rpx; 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;
} }
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment