Browse Source

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

Junling Bu 7 years ago
parent
commit
f55066f941

+ 1 - 1
litemall-wx/pages/auth/register/register.wxml

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

+ 1 - 22
litemall-wx/pages/auth/register/register.wxss

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