Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MiyaFrogFastCashApp
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangjiantao
MiyaFrogFastCashApp
Commits
dac14c82
Commit
dac14c82
authored
Sep 07, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录
登录
parent
35a67be9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
4 deletions
+37
-4
login.wxml
pages/login/login.wxml
+13
-2
login.wxss
pages/login/login.wxss
+24
-2
No files found.
pages/login/login.wxml
View file @
dac14c82
...
@@ -13,12 +13,23 @@
...
@@ -13,12 +13,23 @@
<image mode="aspectFill" src="http://hh-oss-picture.miyapay.com/box/ab93973d2d0c01f4f23c18f99e39d05d.png" class="input-clear"></image>
<image mode="aspectFill" src="http://hh-oss-picture.miyapay.com/box/ab93973d2d0c01f4f23c18f99e39d05d.png" class="input-clear"></image>
</view>
</view>
<view class="v-input-container-bottom">
<view class="v-input-container-bottom">
<view class="v-input-container-bottom-space"/>
<view class="v-input-container-bottom-line"/>
</view>
</view>
</view>
</view>
<view class="v-input-container">
<view class="v-input-container-top">
<input class="input-area" placeholder-class="input-placeholder-style" placeholder="输入密码" />
<image mode="aspectFill" src="http://hh-oss-picture.miyapay.com/box/ab93973d2d0c01f4f23c18f99e39d05d.png" class="input-clear"></image>
</view>
<view class="v-input-container-bottom">
<view class="v-input-container-bottom-space"/>
<view class="v-input-container-bottom-line"/>
</view>
</view>
<button
type="primary" formType="submit">Submit
</button>
<button
class="btn-submit" formType="submit">登录
</button>
</form>
</form>
</view>
</view>
</view>
</view>
\ No newline at end of file
pages/login/login.wxss
View file @
dac14c82
...
@@ -59,6 +59,7 @@
...
@@ -59,6 +59,7 @@
flex-direction: row;
flex-direction: row;
align-content: space-between;
align-content: space-between;
align-items: center;
align-items: center;
flex: 1;
}
}
.input-area{
.input-area{
...
@@ -77,8 +78,29 @@
...
@@ -77,8 +78,29 @@
}
}
.v-input-container-bottom{
.v-input-container-bottom{
height: 2rpx;
width: 100%;
display: flex;
flex-direction: column;
}
.v-input-container-bottom-line{
height: 1rpx;
height: 1rpx;
width: 100%;
width: 100%;
margin-top: 5rpx;
background-color: #BCC3CE;
background-color: #BCC3CE;
}
}
\ No newline at end of file
.v-input-container-bottom-space{
flex: 1;
width: 100%;
}
.btn-submit{
height: 80rpx;
flex: 1;
margin-left: 75rpx;
margin-right: 75rpx;
margin-top: 75rpx;
background-color: var(--main-color);
color: white;
}
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