Commit e039b120 authored by Javen's avatar Javen

优化登录页面

parent 920c7a31
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<import src='/template/operate_btn/index.wxml'></import> <import src='/template/operate_btn/index.wxml'></import>
<image class='login_bottom' src='/src/img/login_bottom.png' mode='widthFix'></image> <image class='login_bottom' src='/src/img/login_bottom.png' mode='widthFix'></image>
<view class='kg-separater' style='height:2rpx;'></view> <view class='kg-separater' style='height:2rpx;'></view>
<view style='height:40rpx;background-color:white;'></view>
<image class='login_logo' src='/src/img/login_top.png' mode='widthFix' ></image> <image class='login_logo' src='/src/img/login_top.png' mode='widthFix' ></image>
<view class='login-board'> <view class='login-board'>
<view class='kg-text-normal-gray'>手机号</view> <view class='kg-text-normal-gray'>手机号</view>
...@@ -11,6 +12,7 @@ ...@@ -11,6 +12,7 @@
<input placeholder='请输入密码登录' style='margin:30rpx 0rpx;' bindinput='inputPSW' value='{{psw}}' password='true'></input> <input placeholder='请输入密码登录' style='margin:30rpx 0rpx;' bindinput='inputPSW' value='{{psw}}' password='true'></input>
<view class='kg-separater' style='height:2rpx;'></view> <view class='kg-separater' style='height:2rpx;'></view>
</view> </view>
<view style='height:calc(100vh * 0.07);'></view>
<view class='kg-operate-btn-bg'> <view class='kg-operate-btn-bg'>
<button class='kg-operate-btn kg-btn-no-border' bindtap='operateTap' open-type='getUserInfo' >登录</button> <button class='kg-operate-btn kg-btn-no-border' bindtap='operateTap' open-type='getUserInfo' >登录</button>
</view> </view>
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
.login_logo{ .login_logo{
height: auto; height: auto;
width: 100%; width: 100%;
margin-top: 40rpx;
} }
.login-board { .login-board {
...@@ -17,4 +16,5 @@ ...@@ -17,4 +16,5 @@
height: auto; height: auto;
position:fixed; position:fixed;
bottom: 0rpx; bottom: 0rpx;
z-index: -1;
} }
\ No newline at end of file
src/img/login_bottom.png

40.9 KB | W: | H:

src/img/login_bottom.png

3.74 KB | W: | H:

src/img/login_bottom.png
src/img/login_bottom.png
src/img/login_bottom.png
src/img/login_bottom.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
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