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
6604ae59
Commit
6604ae59
authored
Mar 20, 2019
by
jie zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化登陆页面的显示
parent
98c50a1b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
12 deletions
+15
-12
index.wxml
pages/login/index.wxml
+3
-2
index.wxss
pages/login/index.wxss
+12
-10
login_bottom.png
src/img/login_bottom.png
+0
-0
login_top.png
src/img/login_top.png
+0
-0
No files found.
pages/login/index.wxml
View file @
6604ae59
<!--pages/login/index.wxml-->
<import src='/template/operate_btn/index.wxml'></import>
<view class='kg-separater' style='height:2rpx;'></view>
<image class='login_logo' src='
'
></image>
<image class='login_logo' src='
/src/img/login_top.png' mode='widthFix'
></image>
<view class='login-board'>
<view class='kg-text-normal-gray'>手机号</view>
<input placeholder='请输入手机号登录' style='margin:30rpx 0rpx;' bindinput='inputAction' value='{{mobile}}'></input>
...
...
@@ -12,4 +12,5 @@
</view>
<view class='kg-operate-btn-bg'>
<button class='kg-operate-btn kg-btn-no-border' bindtap='operateTap' open-type='getUserInfo' >登录</button>
</view>
\ No newline at end of file
</view>
<image class='login_bottom' src='/src/img/login_bottom.png' mode='widthFix'></image>
\ No newline at end of file
pages/login/index.wxss
View file @
6604ae59
This diff is collapsed.
Click to expand it.
src/img/login_bottom.png
0 → 100644
View file @
6604ae59
40.9 KB
src/img/login_top.png
0 → 100644
View file @
6604ae59
15.2 KB
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