Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
f55066f9
Commit
f55066f9
authored
Apr 02, 2018
by
Junling Bu
Browse files
update[litemall-wx]: 清理register页面无用的样式。
parent
38f8d93e
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/auth/register/register.wxml
View file @
f55066f9
...
@@ -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
litemall-wx/pages/auth/register/register.wxss
View file @
f55066f9
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment