Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
Kindergarten
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
Kindergarten
Commits
e039b120
Commit
e039b120
authored
May 30, 2019
by
Javen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化登录页面
parent
920c7a31
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
index.wxml
pages/login/index.wxml
+2
-0
index.wxss
pages/login/index.wxss
+1
-1
login_bottom.png
src/img/login_bottom.png
+0
-0
No files found.
pages/login/index.wxml
View file @
e039b120
...
@@ -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>
pages/login/index.wxss
View file @
e039b120
...
@@ -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
View replaced file @
920c7a31
View file @
e039b120
40.9 KB
|
W:
|
H:
3.74 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Markdown
is supported
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